Closed krlmlr closed 3 years ago
One problem with the check is:
❯ checking installed package size ... NOTE
installed size is 18.8Mb
sub-directories of 1Mb or more:
csv 18.1Mb
Can we do anything about this? Maybe store as zip?
Please add error_on <- "warning"
to R-CMD-check.yaml
for now.
And also to ...-dev.yaml
.
in R/get_merger_mapping_table.R
we have this:
if (Sys.getenv("IN_PKGDOWN") == "") {
readr::write_csv(mutation_init, new_csv_file("debug-init", end_year))
}
and one for debug-base.
do we still need this? (leads to an error in the R-CMD-check)
I think we can remove it for now, also the files.
There is now one check failing, on ubuntu-18.04 (devel). No idea why the example fails in this case whereas it works fine in all other setups. If you think we should investigate that it would be nice if you could give me a pointer how to tackle this. If we can ignore this one failed case, I would consider this issue done.
This looks odd. Can you please add build matrix entries for R-devel on macOS and Windows, to investigate if this occurs across platforms?
Occurs across platforms
I can replicate locally with R devel, will take a look.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
I changed
cantons
toget_cantons()
, need to clean up.