FYI: CRAN version seems to have a bug that should be fixed ASAP.
reprex:
install.packages("Require")
library(Require)
Require("PredictiveEcology/LandR@development")
Error in set(pkgDepDT, whOverride, "Package", unname(unlist(Packages[RepoNotPkgName]))) :
When deleting columns, i should not be provided
I've tried clearing the pkg cache in two ways:
cacheClearPackages() and cachePurge()
neither worked
Installing Require from "https://predictiveecology.r-universe.dev/", solves the issue
FYI: CRAN version seems to have a bug that should be fixed ASAP.
reprex:
I've tried clearing the pkg cache in two ways:
cacheClearPackages()andcachePurge()neither worked
Installing
Requirefrom "https://predictiveecology.r-universe.dev/", solves the issue