r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
353 stars 51 forks source link

ERROR: Package suggested but not available #341

Closed samuel-rosa closed 4 years ago

samuel-rosa commented 4 years ago

I am getting the following error for package pedometrics on the following test environments:

* checking package dependencies ... ERROR
Package suggested but not available: ‘spsurvey’

The suggested packages are required for a complete check.
Checking can be attempted without them by setting the environment
variable _R_CHECK_FORCE_SUGGESTS_ to a false value.

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.

The log show that this is due to a missing dependency of package spsurvey:

6322#> ERROR: dependency ‘sf’ is not available for package ‘spsurvey’
6323#> * removing ‘/home/docker/R/spsurvey’

The logs are available at:

gaborcsardi commented 4 years ago

sf fails to install on these platforms.