- using R Under development (unstable) (2021-02-26 r80040)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘hsmm/DESCRIPTION’ ... OK
- this is package ‘hsmm’ version ‘0.4’
- 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 whether package ‘hsmm’ can be installed ... [16s/13s] OK
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R 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 ... NOTE
Package in Depends field not imported from: ‘mvtnorm’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [9s/12s] NOTE
get.d: no visible global function definition for ‘dgeom’
get.d: no visible global function definition for ‘dnbinom’
get.d: no visible global function definition for ‘dpois’
get.pdf: no visible global function definition for ‘dnorm’
get.pdf: no visible global function definition for ‘dpois’
get.pdf: no visible global function definition for ‘dmvnorm’
hsmm: no visible global function definition for ‘uniroot’
hsmm.sim: no visible global function definition for ‘rbinom’
hsmm.sim: no visible global function definition for ‘rnorm’
hsmm.sim: no visible global function definition for ‘rpois’
hsmm.sim: no visible global function definition for ‘rmvnorm’
loggeom.update: no visible global function definition for ‘plogis’
rmt: no visible global function definition for ‘rt’
rmt: no visible global function definition for ‘rnorm’
rmt: no visible global function definition for ‘rchisq’
rvm: no visible global function definition for ‘runif’
Undefined global functions or variables:
dgeom dmvnorm dnbinom dnorm dpois plogis rbinom rchisq rmvnorm rnorm
rpois rt runif uniroot
Consider adding
importFrom("stats", "dgeom", "dnbinom", "dnorm", "dpois", "plogis",
"rbinom", "rchisq", "rnorm", "rpois", "rt", "runif",
"uniroot")
to your NAMESPACE file.
- 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 line endings in C/C++/Fortran sources/headers ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... NOTE
File ‘hsmm/libs/hsmm.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
- checking examples ... [13s/16s] OK
- checking PDF version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 4 NOTEs