DOI-USGS/ncdfgeom

archived from CRAN

Closed this issue · 3 comments

edzer commented

see https://cran.r-project.org/web/packages/ncdfgeom/index.html - is there anything I can do to help restore it? Is this because of checking with _R_CHECK_DEPENDS_ONLY_=true ? I see

  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > test_check("ncdfgeom")
  Loading required package: ncdfgeom
  ****Support Package****
  This package is a USGS-R Support package. 
  see: https://owi.usgs.gov/R/packages.html#support
  Error in library(ncdf4) : there is no package called 'ncdf4'
  Calls: test_check ... source_dir -> lapply -> FUN -> eval -> eval -> library
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘geometry.Rmd’ using ‘UTF-8’... OK
  ‘ncdfgeom.Rmd’ using ‘UTF-8’... OK
  ‘timeseries.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR
See
  ‘/tmp/ncdfgeom.Rcheck/00check.log’
for details.

which may need a skip_if_not_installed("ncdf4") at the top of the test.

I'm just getting back from leave and this is the first I've heard of ncdfgeom failing CRAN checks. I'll get it back up ASAP.

@edzer -- it's back up. Sorry about that.

edzer commented

Thanks for the quick action!