@@ -26,17 +26,65 @@ Run `cloud_details(, "butcher")` for more info
2626* this is package 'butcher' version '0.1.2'
2727* package encoding: UTF-8
2828* checking package namespace information ... OK
29- * checking package dependencies ... ERROR
30- Package suggested but not available: 'NMF'
31-
32- The suggested packages are required for a complete check.
33- Checking can be attempted without them by setting the environment
34- variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
35-
36- See section 'The DESCRIPTION file' in the 'Writing R Extensions'
37- manual.
29+ * checking package dependencies ... NOTE
30+ Package suggested but not available for checking: 'NMF'
31+ * checking if this is a source package ... OK
32+ * checking if there is a namespace ... OK
33+ * checking for executable files ... OK
34+ * checking for hidden files and directories ... OK
35+ * checking for portable file names ... OK
36+ * checking for sufficient/correct file permissions ... OK
37+ * checking whether package 'butcher' can be installed ... OK
38+ * checking installed package size ... OK
39+ * checking package directory ... OK
40+ * checking 'build' directory ... OK
41+ * checking DESCRIPTION meta-information ... OK
42+ * checking top-level files ... OK
43+ * checking for left-over files ... OK
44+ * checking index information ... OK
45+ * checking package subdirectories ... OK
46+ * checking R files for non-ASCII characters ... OK
47+ * checking R files for syntax errors ... WARNING
48+ Warning in Sys.setlocale("LC_CTYPE", "en_US.UTF-8") :
49+ OS reports request to set locale to "en_US.UTF-8" cannot be honored
50+ * checking whether the package can be loaded ... OK
51+ * checking whether the package can be loaded with stated dependencies ... OK
52+ * checking whether the package can be unloaded cleanly ... OK
53+ * checking whether the namespace can be loaded with stated dependencies ... OK
54+ * checking whether the namespace can be unloaded cleanly ... OK
55+ * checking loading without being on the library search path ... OK
56+ * checking dependencies in R code ... NOTE
57+ Namespace in Imports field not imported from: 'modeldata'
58+ All declared Imports should be used.
59+ * checking S3 generic/method consistency ... OK
60+ * checking replacement functions ... OK
61+ * checking foreign function calls ... OK
62+ * checking R code for possible problems ... OK
63+ * checking Rd files ... OK
64+ * checking Rd metadata ... OK
65+ * checking Rd cross-references ... OK
66+ * checking for missing documentation entries ... OK
67+ * checking for code/documentation mismatches ... OK
68+ * checking Rd \usage sections ... OK
69+ * checking Rd contents ... OK
70+ * checking for unstated dependencies in examples ... OK
71+ * checking installed files from 'inst/doc' ... OK
72+ * checking files in 'vignettes' ... OK
73+ * checking examples ... WARNING
74+ checking a package with encoding 'UTF-8' in an ASCII locale
75+
76+ * checking for unstated dependencies in 'tests' ... OK
77+ * checking tests ... OK
78+ Running 'testthat.R'
79+ * checking for unstated dependencies in vignettes ... OK
80+ * checking package vignettes in 'inst/doc' ... OK
81+ * checking running R code from vignettes ... NONE
82+ 'adding-models-to-butcher.Rmd' using 'UTF-8'... OK
83+ 'available-axe-methods.Rmd' using 'UTF-8'... OK
84+ 'butcher.Rmd' using 'UTF-8'... OK
85+ * checking re-building of vignette outputs ... SKIPPED
3886* DONE
39- Status: 1 ERROR
87+ Status: 2 WARNINGs, 2 NOTEs
4088
4189
4290
@@ -56,17 +104,65 @@ Status: 1 ERROR
56104* this is package 'butcher' version '0.1.2'
57105* package encoding: UTF-8
58106* checking package namespace information ... OK
59- * checking package dependencies ... ERROR
60- Package suggested but not available: 'NMF'
61-
62- The suggested packages are required for a complete check.
63- Checking can be attempted without them by setting the environment
64- variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
65-
66- See section 'The DESCRIPTION file' in the 'Writing R Extensions'
67- manual.
107+ * checking package dependencies ... NOTE
108+ Package suggested but not available for checking: 'NMF'
109+ * checking if this is a source package ... OK
110+ * checking if there is a namespace ... OK
111+ * checking for executable files ... OK
112+ * checking for hidden files and directories ... OK
113+ * checking for portable file names ... OK
114+ * checking for sufficient/correct file permissions ... OK
115+ * checking whether package 'butcher' can be installed ... OK
116+ * checking installed package size ... OK
117+ * checking package directory ... OK
118+ * checking 'build' directory ... OK
119+ * checking DESCRIPTION meta-information ... OK
120+ * checking top-level files ... OK
121+ * checking for left-over files ... OK
122+ * checking index information ... OK
123+ * checking package subdirectories ... OK
124+ * checking R files for non-ASCII characters ... OK
125+ * checking R files for syntax errors ... WARNING
126+ Warning in Sys.setlocale("LC_CTYPE", "en_US.UTF-8") :
127+ OS reports request to set locale to "en_US.UTF-8" cannot be honored
128+ * checking whether the package can be loaded ... OK
129+ * checking whether the package can be loaded with stated dependencies ... OK
130+ * checking whether the package can be unloaded cleanly ... OK
131+ * checking whether the namespace can be loaded with stated dependencies ... OK
132+ * checking whether the namespace can be unloaded cleanly ... OK
133+ * checking loading without being on the library search path ... OK
134+ * checking dependencies in R code ... NOTE
135+ Namespace in Imports field not imported from: 'modeldata'
136+ All declared Imports should be used.
137+ * checking S3 generic/method consistency ... OK
138+ * checking replacement functions ... OK
139+ * checking foreign function calls ... OK
140+ * checking R code for possible problems ... OK
141+ * checking Rd files ... OK
142+ * checking Rd metadata ... OK
143+ * checking Rd cross-references ... OK
144+ * checking for missing documentation entries ... OK
145+ * checking for code/documentation mismatches ... OK
146+ * checking Rd \usage sections ... OK
147+ * checking Rd contents ... OK
148+ * checking for unstated dependencies in examples ... OK
149+ * checking installed files from 'inst/doc' ... OK
150+ * checking files in 'vignettes' ... OK
151+ * checking examples ... WARNING
152+ checking a package with encoding 'UTF-8' in an ASCII locale
153+
154+ * checking for unstated dependencies in 'tests' ... OK
155+ * checking tests ... OK
156+ Running 'testthat.R'
157+ * checking for unstated dependencies in vignettes ... OK
158+ * checking package vignettes in 'inst/doc' ... OK
159+ * checking running R code from vignettes ... NONE
160+ 'adding-models-to-butcher.Rmd' using 'UTF-8'... OK
161+ 'available-axe-methods.Rmd' using 'UTF-8'... OK
162+ 'butcher.Rmd' using 'UTF-8'... OK
163+ * checking re-building of vignette outputs ... SKIPPED
68164* DONE
69- Status: 1 ERROR
165+ Status: 2 WARNINGs, 2 NOTEs
70166
71167
72168
0 commit comments