- using R Under development (unstable) (2018-04-14 r74601)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘pmlr/DESCRIPTION’ ... OK
- this is package ‘pmlr’ version ‘1.0’
- 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 ‘pmlr’ can be installed ... WARNING
Found the following significant warnings:
Note: break used in wrong context: no loop is visible
See https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-gcc/pmlr-00install.html for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
- 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 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 ... OK
- checking S3 generic/method consistency ... NOTE
Found the following apparent S3 methods exported but not registered:
summary.pmlr
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... NOTE
pmlr: no visible global function definition for ‘model.response’
pmlr: no visible global function definition for ‘model.matrix’
pmlr: no visible global function definition for ‘model.weights’
pmlr: no visible global function definition for ‘pchisq’
pmlr: no visible global function definition for ‘qnorm’
profileCIs: no visible global function definition for ‘qchisq’
test.LR: no visible global function definition for ‘pchisq’
Undefined global functions or variables:
model.matrix model.response model.weights pchisq qchisq qnorm
Consider adding
importFrom("stats", "model.matrix", "model.response", "model.weights",
"pchisq", "qchisq", "qnorm")
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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [152s/174s] OK
- checking PDF version of manual ... OK
- DONE
Status: 1 WARNING, 2 NOTEs