We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling getConfig() for 'regionmapping' from read-functions
getConfig()
'regionmapping'
mrindustry/R/readUSGS.R
Line 265 in 2bf253b
On the upside, convertUSGS() is used exactly
convertUSGS()
> library(mrremind) > library(madrat) > > getDependencies('readUSGS', 'dout') func type package call hash 1 calcCement calc mrindustry mrindustry:::calcCement 18eacd1e 2 calcHistorical calc mrremind mrremind:::calcHistorical 95d0464b > > getFunction('calcCement', where = .getNamespace('mrindustry')) |> + format() |> + grep('readSource.*USGS', x = _, value = TRUE) [1] " d_USGS_cement <- readSource(\"USGS\", \"cement\", convert = FALSE) %>% " > > f <- getFunction('calcHistorical', where = .getNamespace('mrremind')) |> + format() > > f[grep('readSource.*USGS', x = f) + 0:1] [1] " USGS_cement <- readSource(type = \"USGS\", subtype = \"cement\", " [2] " convert = FALSE) %>% quitte::madrat_mule() %>% group_by(!!!syms(c(\"iso3c\", "
nowhere. So we can just delete it.
Does anybody need madrat development practice, @JakobBD?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Calling
getConfig()
for'regionmapping'
from read-functionsmrindustry/R/readUSGS.R
Line 265 in 2bf253b
is verboten, and will be disabled any time now. Like, probably next week.
On the upside,
convertUSGS()
is used exactlynowhere.
So we can just delete it.
Does anybody need madrat development practice, @JakobBD?
The text was updated successfully, but these errors were encountered: