Hi @vagudets,
This is regarding #9 (closed). I have updated the ArrayToNc() documentation using \describe{}. I've run R CMD build
and R CMD check --as-cran easyNCDF_0.1.2.tar.gz
and this is the outcome:
[abatalla@bsceshub03 easyNCDF]$ R CMD check --as-cran easyNCDF_0.1.2.tar.gz
* using log directory ‘/home/Earth/abatalla/easyNCDF_RS_GIT/easyNCDF/easyNCDF.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (GCC) 13.2.0
GNU Fortran (GCC) 13.2.0
* running under: Rocky Linux 9.5 (Blue Onyx)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘easyNCDF/DESCRIPTION’ ... OK
* this is package ‘easyNCDF’ version ‘0.1.2’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... [8s/17s] WARNING
Maintainer: ‘An-Chi Ho <an.ho@bsc.es>’
Insufficient package version (submitted: 0.1.2, existing: 0.1.2)
* 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 executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialization versions ... OK
* checking whether package ‘easyNCDF’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... NOTE
unable to verify current time
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... NOTE
Files ‘README.md’ or ‘NEWS.md’ cannot be checked without ‘pandoc’ being installed.
Non-standard file/directory found at top level:
‘CONTRIBUTING.md’
* 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 ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... 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 ... [11s/12s] OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... 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 examples ... OK
* checking PDF version of manual ... [13s/18s] OK
* checking HTML version of manual ... OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: 1 WARNING, 2 NOTEs
See
‘/home/Earth/abatalla/easyNCDF_RS_GIT/easyNCDF/easyNCDF.Rcheck/00check.log’
for details.
[abatalla@bsceshub03 easyNCDF]$
So basically the warning/notes:
- Package version should be bumped from 0.1.2 to 0.1.3
- Unable to verify current time
- ‘README.md’ or ‘NEWS.md’ cannot be checked without ‘pandoc’ library
- ‘CONTRIBUTING.md' is non-standard file
Thank you,
Ariadna