raquamaps / aquamapsdata

R package for accessing curated data from AquaMaps.org
https://raquamaps.github.io/aquamapsdata/
GNU Affero General Public License v3.0
5 stars 2 forks source link

Installation on rocker/verse #30

Open mskyttner opened 3 years ago

mskyttner commented 3 years ago

Install on a container from rocker/verse fails with:

install(dependencies = TRUE, build_vignettes = TRUE)

Error: package or namespace load failed for ‘rcrypt’: .onLoad failed in loadNamespace() for 'rcrypt', details: call: fun(libname, pkgname) error: Please install GPG first or check if GPG can be run from the command line. The rcrypt package is just an interface to GPG. See https://gnupg.org/ for installation guidelines.

bbest commented 1 year ago

Since this package is no longer available on CRAN, you'll need to install it from the source code, per rcrypt | Brett Klamer:

if (!"rcrypt" %in% installed.packages())
  devtools::install_bitbucket("bklamer/rcrypt") # dependency for aquamapsdata