Alex Chubaty
Alex Chubaty
Just a head's up: a security fix for Google Drive URLs will be rolled out in Sept 2021. > Google's new link scheme adds a "resourcekey" to the end of...
Managing a miniCRAN repo with multiple package types, I get the following warnings: ```r > updatePackages(..., type = c("mac.binary.el-capitan", "win.binary", "source"), ...) Warning messages: 1: In if (type == "both")...
Once `addPackage` is updated, `addGithub` should be too to perform the corresponding tasks but using a GitHub package instead of CRAN-like repo.
specifying additional cran-like repo with a trailing slash causes failures when installing packages (`ℹ source packages are missing from predictiveecology.r-universe.dev`). ```r > options(repos = c(PE = 'https://predictiveecology.r-universe.dev/')) > pak::repo_ping() Repository...
Ubuntu checks requiring `rgdal` and related packages fail because an older GDAL version is being installed: ``` #> checking GDAL version >= 1.11.4... no #> configure: error: upgrade GDAL to...
Help file lists two diamond steps, but the first one is presumably the square step: see https://github.com/ropensci/NLMR/blob/master/R/nlm_mpd.R#L15
It looks like `python-gdal` is not available for Ubuntu 20.04 (though `python3-gdal` is), so no tiles are created. ```bash $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu...
I've recently been seeing the following warning when doing `drive_auth()`:  Not sure if this package or perhaps `gargle` is responsible for implementing the oauth flow, so please move this...
Can `.libPaths` be added? From > `.libPaths()` gets a new option `include.site`, allowing to not include the site library. (Thanks to Dario Strbenac's suggestion and Gabe Becker's [PR#18016](https://bugs.r-project.org/show_bug.cgi?id=18016).) Which looks...
Calling `tile()` in a parallel (i.e., multiple concurrent `tile` calls) produces the following problems: 1. python 'missing file' errors on the nodes due to disappearance of the `g2ttmp` directory. ```r...