66* GitHub: https://github.com/tidymodels/butcher
77* Source code: https://github.com/cran/butcher
88* Date/Publication: 2020-01-23 22:40:02 UTC
9- * Number of recursive dependencies: 186
9+ * Number of recursive dependencies: 190
1010
1111Run ` cloud_details(, "butcher") ` for more info
1212
@@ -17,75 +17,27 @@ Run `cloud_details(, "butcher")` for more info
1717### Devel
1818
1919```
20- * using log directory ' /tmp/workdir/butcher/new/butcher.Rcheck'
20+ * using log directory ‘ /tmp/workdir/butcher/new/butcher.Rcheck’
2121* using R version 4.0.3 (2020-10-10)
2222* using platform: x86_64-pc-linux-gnu (64-bit)
23- * using session charset: ASCII
24- * using options ' --no-manual --no-build-vignettes'
25- * checking for file ' butcher/DESCRIPTION' ... OK
26- * this is package ' butcher' version ' 0.1.2'
23+ * using session charset: UTF-8
24+ * using options ‘ --no-manual --no-build-vignettes’
25+ * checking for file ‘ butcher/DESCRIPTION’ ... OK
26+ * this is package ‘ butcher’ version ‘ 0.1.2’
2727* package encoding: UTF-8
2828* checking package namespace information ... OK
2929* 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'
30+ ...
31+ Running ‘testthat.R’
7932* checking for unstated dependencies in vignettes ... OK
80- * checking package vignettes in ' inst/doc' ... OK
33+ * checking package vignettes in ‘ inst/doc’ ... OK
8134* 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
35+ ‘ adding-models-to-butcher.Rmd’ using ‘ UTF-8’ ... OK
36+ ‘ available-axe-methods.Rmd’ using ‘ UTF-8’ ... OK
37+ ‘ butcher.Rmd’ using ‘ UTF-8’ ... OK
8538* checking re-building of vignette outputs ... SKIPPED
8639* DONE
87- Status: 2 WARNINGs, 2 NOTEs
88-
40+ Status: 2 NOTEs
8941
9042
9143
@@ -95,75 +47,27 @@ Status: 2 WARNINGs, 2 NOTEs
9547### CRAN
9648
9749```
98- * using log directory ' /tmp/workdir/butcher/old/butcher.Rcheck'
50+ * using log directory ‘ /tmp/workdir/butcher/old/butcher.Rcheck’
9951* using R version 4.0.3 (2020-10-10)
10052* using platform: x86_64-pc-linux-gnu (64-bit)
101- * using session charset: ASCII
102- * using options ' --no-manual --no-build-vignettes'
103- * checking for file ' butcher/DESCRIPTION' ... OK
104- * this is package ' butcher' version ' 0.1.2'
53+ * using session charset: UTF-8
54+ * using options ‘ --no-manual --no-build-vignettes’
55+ * checking for file ‘ butcher/DESCRIPTION’ ... OK
56+ * this is package ‘ butcher’ version ‘ 0.1.2’
10557* package encoding: UTF-8
10658* checking package namespace information ... OK
10759* 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'
60+ ...
61+ Running ‘testthat.R’
15762* checking for unstated dependencies in vignettes ... OK
158- * checking package vignettes in ' inst/doc' ... OK
63+ * checking package vignettes in ‘ inst/doc’ ... OK
15964* 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
65+ ‘ adding-models-to-butcher.Rmd’ using ‘ UTF-8’ ... OK
66+ ‘ available-axe-methods.Rmd’ using ‘ UTF-8’ ... OK
67+ ‘ butcher.Rmd’ using ‘ UTF-8’ ... OK
16368* checking re-building of vignette outputs ... SKIPPED
16469* DONE
165- Status: 2 WARNINGs, 2 NOTEs
166-
70+ Status: 2 NOTEs
16771
16872
16973
0 commit comments