This is a major release (0.5.1 -> 1.0.0). It contains a number of breaking
changes, which are listed first in NEWS.md. The most user-visible ones are:
get_sysreqs(),use_recommended_deps()andadd_rstudioconnect_file()have been removed (add_rstudioconnect_file()is replaced byadd_positconnect_file()).- The path-style arguments of all functions (
wd,path,pkg) have been standardized to a singlegolem_wdargument. get_current_config()no longer guesses non-standard config paths.
0 errors | 0 warnings | 0 notes
We ran R CMD check on the reverse dependencies of golem with revdepcheck (63 packages).
- We saw 0 new problems caused by golem.
- One package,
spatialLIBD, is reported as broken. Its failures are not caused by golem: they come from external data downloads being unavailable in the check environment, not from any golem API. Specifically:checking examplesfails in theadd_imagesexample, wherefetch_data("spe")reads a corrupt/incomplete BiocFileCache download and errors witherror reading from connectioninload().checking running R code from vignettesfails inTenX_data_download.Rmd, where an FTP download fromftp://ftp.ebi.ac.uk/...gencode.v32.annotation.gtf.gzcould not be reached (bfcadd() failed; download failed). Neither failing code path calls golem.spatialLIBDimports onlywith_golem_options,get_golem_options,activate_jsandfavicon, none of which changed in a way that affects it. Against the current CRAN version of golem (0.5.1) this package previously timed out, so the dev version is not a regression.