- using R Under development (unstable) (2026-07-28 r90311 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-07-29 16:25:10 UTC
- checking for file 'ramps/DESCRIPTION' ... OK
- this is package 'ramps' version '0.6.18'
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'ramps' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [2s] OK
- checking whether the package can be unloaded cleanly ... [2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s] OK
- checking whether the namespace can be unloaded cleanly ... [3s] OK
- checking loading without being on the library search path ... [2s] OK
- checking whether startup messages can be suppressed ... [2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [12s] NOTE
Found calls to structure() using deprecated special names:
ramps/data/NURE.R (.Names: 2)
ramps/data/simJSS.R (.Names: 2, .Label: 1)
'.Names' should be changed to 'names'.
'.Label' should be changed to 'levels'.
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of 'data' directory ... WARNING
Output for data("NURE", package = "ramps"):
Warning in structure(list(ppm = c(2.84, 2.24, 2.1, 2.4, 2.58, 2.65, 2.34, :
Replacing special names '.Names' is deprecated; use 'names' instead.
Warning in structure(list(lon = c(-73.6394752437233, -73.5564697135208, :
Replacing special names '.Names' is deprecated; use 'names' instead.
Output for data("simJSS", package = "ramps"):
Warning in structure(list(areal = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, :
Replacing special names '.Names' is deprecated; use 'names' instead.
Warning in structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, :
Replacing special names '.Label' is deprecated; use 'levels' instead.
Warning in structure(list(lon = c(-94.6462037057588, -94.4501825968425, :
Replacing special names '.Names' is deprecated; use 'names' instead.
- checking data for non-ASCII characters ... [0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [6s] OK
- checking PDF version of manual ... [20s] OK
- checking HTML version of manual ... [3s] OK
- DONE
Status: 1 WARNING, 1 NOTE