aboutsummaryrefslogtreecommitdiff
path: root/check.log
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-18 00:38:26 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-18 00:38:26 +0200
commit518a801a9a0f1aef36df1f201b6a3f0f3a84b779 (patch)
tree0e3bcbdc0f50df02c4249f49d52c65bd2537ed4b /check.log
parent49ecddeab52babb7388990b5dd0e15acd70c8b43 (diff)
Avoid assignment to .GlobalEnv for CRAN
Diffstat (limited to 'check.log')
-rw-r--r--check.log28
1 files changed, 20 insertions, 8 deletions
diff --git a/check.log b/check.log
index 43cc5f64..a50286a5 100644
--- a/check.log
+++ b/check.log
@@ -41,12 +41,28 @@ Maintainer: ‘Johannes Ranke <jranke@uni-bremen.de>’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
-* checking R code for possible problems ... OK
+* checking R code for possible problems ... NOTE
+get_deg_func: no visible global function definition for
+ ‘getFromNamespace’
+nlme.mmkin: no visible global function definition for
+ ‘getFromNamespace’
+nlme.mmkin: no visible global function definition for ‘as.formula’
+Undefined global functions or variables:
+ as.formula getFromNamespace
+Consider adding
+ importFrom("stats", "as.formula")
+ importFrom("utils", "getFromNamespace")
+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 missing documentation entries ... WARNING
+Undocumented code objects:
+ ‘get_deg_func’
+All user-level objects in a package should have documentation entries.
+See chapter ‘Writing R documentation files’ in the ‘Writing R
+Extensions’ manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
@@ -56,11 +72,7 @@ Maintainer: ‘Johannes Ranke <jranke@uni-bremen.de>’
* checking data for ASCII and uncompressed saves ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
-* checking examples ... NOTE
-Examples with CPU or elapsed time > 5s
- user system elapsed
-nlme.mmkin 4.801 1.040 4.497
-plot.nlme.mmkin 4.751 0.285 4.680
+* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ... SKIPPED
* checking for unstated dependencies in vignettes ... OK
@@ -70,7 +82,7 @@ plot.nlme.mmkin 4.751 0.285 4.680
* checking for detritus in the temp directory ... OK
* DONE
-Status: 1 NOTE
+Status: 1 WARNING, 1 NOTE
See
‘/home/jranke/git/mkin/mkin.Rcheck/00check.log’
for details.

Contact - Imprint