|
1 | | -# cartools |
2 | | - |
3 | | -Version: 0.1.0 |
4 | | - |
5 | | -## In both |
6 | | - |
7 | | -* checking dependencies in R code ... NOTE |
8 | | - ``` |
9 | | - Namespaces in Imports field not imported from: |
10 | | - ‘animation’ ‘devtools’ ‘gapminder’ ‘knitr’ ‘rlist’ ‘rmarkdown’ |
11 | | - ‘roxygen2’ ‘sde’ ‘shiny’ ‘tidyverse’ ‘usethis’ ‘utils’ |
12 | | - All declared Imports should be used. |
13 | | - ``` |
14 | | -
|
15 | | -# codemetar |
16 | | -
|
17 | | -Version: 0.1.7 |
18 | | -
|
19 | | -## In both |
20 | | -
|
21 | | -* checking tests ... |
22 | | - ``` |
23 | | - ERROR |
24 | | - Running the tests in ‘tests/testthat.R’ failed. |
25 | | - Last 13 lines of output: |
26 | | - 13: structure(store_val(), class = "json") |
27 | | - 14: store_val() |
28 | | - 15: stop(out$err) |
29 | | - |
30 | | - ── 2. Failure: add_url_fixmes() works (@test-give_opinions.R#74) ────────────── |
31 | | - result_1\[2\] does not match "No connection was possible". |
32 | | - Actual value: "<NA>" |
33 | | - |
34 | | - ══ testthat results ═══════════════════════════════════════════════════════════ |
35 | | - OK: 135 SKIPPED: 16 FAILED: 2 |
36 | | - 1. Error: we can validate this file (@test-codemeta_validate.R#5) |
37 | | - 2. Failure: add_url_fixmes() works (@test-give_opinions.R#74) |
38 | | - |
39 | | - Error: testthat unit tests failed |
40 | | - Execution halted |
41 | | - ``` |
42 | | -
|
43 | | -* checking dependencies in R code ... NOTE |
44 | | - ``` |
45 | | - Namespace in Imports field not imported from: ‘memoise’ |
46 | | - All declared Imports should be used. |
47 | | - ``` |
48 | | -
|
49 | | -# CongreveLamsdell2016 |
50 | | -
|
51 | | -Version: 1.0.1 |
52 | | -
|
53 | | -## In both |
54 | | -
|
55 | | -* checking package dependencies ... ERROR |
56 | | - ``` |
57 | | - Package required but not available: ‘Ternary’ |
58 | | - |
59 | | - Packages suggested but not available for checking: |
60 | | - ‘ape’ ‘Quartet’ ‘TreeSearch’ |
61 | | - |
62 | | - See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ |
63 | | - manual. |
64 | | - ``` |
65 | | -
|
66 | | -# DataPackageR |
67 | | -
|
68 | | -Version: 0.15.6 |
69 | | -
|
70 | | -## Newly broken |
71 | | -
|
72 | | -* checking examples ... ERROR |
73 | | - ``` |
74 | | - ... |
75 | | - * First Last <[email protected]> [aut, cre] (<https://orcid.org/YOUR-ORCID-ID>) |
76 | | - Description: What the package does (one paragraph). |
77 | | - License: What license it uses |
78 | | - Encoding: UTF-8 |
79 | | - LazyData: true |
80 | | - ✔ Writing 'NAMESPACE' |
81 | | - ✔ Setting active project to '<no active project>' |
82 | | - ✔ Added DataVersion string to 'DESCRIPTION' |
83 | | - ✔ Setting active project to '/Users/jenny/rrr/usethis' |
84 | | - ✔ Creating 'data-raw/' |
85 | | - ✔ Creating 'data/' |
86 | | - ✔ Creating 'inst/extdata/' |
87 | | - ✔ Copied foo.Rmd into 'data-raw' |
88 | | - ✔ configured 'datapackager.yml' file |
89 | | - |
90 | | - ✔ Setting active project to '/private/var/folders/yx/3p5dt4jj1019st0x90vhm9rr0000gn/T/Rtmp4FQvhv/file10c85e989436' |
91 | | - Warning in normalizePath(file.path(pkg_dir, "inst/extdata"), winslash = "/") : |
92 | | - path[1]="/private/var/folders/yx/3p5dt4jj1019st0x90vhm9rr0000gn/T/Rtmp4FQvhv/file10c85e989436/inst/extdata": No such file or directory |
93 | | - FATAL [2019-03-21 12:56:10] You need a valid package data strucutre. Missing ./R ./inst ./data or./data-raw subdirectories. |
94 | | - Error: exiting |
95 | | - Execution halted |
96 | | - ``` |
97 | | -
|
98 | | -* checking tests ... |
99 | | - ``` |
100 | | - ERROR |
101 | | - Running the tests in ‘tests/testthat.R’ failed. |
102 | | - Last 13 lines of output: |
103 | | - cars_over_20══ testthat results ═══════════════════════════════════════════════════════════ |
104 | | - OK: 156 SKIPPED: 0 FAILED: 12 |
105 | | - 1. Error: package can be built from different locations (@test-build-locations.R#19) |
106 | | - 2. Error: assert_data_version (@test-data-version.R#12) |
107 | | - 3. Error: data objects are saved incrementally in render_root (@test-datapackager-object-read.R#36) |
108 | | - 4. Error: package built in different edge cases (@test-edge-cases.R#265) |
109 | | - 5. Error: R file processing works and creates vignettes (@test-r-processing.R#7) |
110 | | - 6. Failure: data, code, and dependencies are moved into place by skeleton (@test-skeleton-data-dependencies.R#23) |
111 | | - 7. Failure: data, code, and dependencies are moved into place by skeleton (@test-skeleton-data-dependencies.R#38) |
112 | | - 8. Failure: data, code, and dependencies are moved into place by skeleton (@test-skeleton-data-dependencies.R#51) |
113 | | - 9. Error: can update (@test-updating-datapackager-version.R#20) |
114 | | - 1. ... |
115 | | - |
116 | | - Error: testthat unit tests failed |
117 | | - Execution halted |
118 | | - ``` |
119 | | -
|
120 | | -* checking re-building of vignette outputs ... WARNING |
121 | | - ``` |
122 | | - Error in re-building vignettes: |
123 | | - ... |
124 | | - Warning in engine$weave(file, quiet = quiet, encoding = enc) : |
125 | | - Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1. |
126 | | - Warning in engine$weave(file, quiet = quiet, encoding = enc) : |
127 | | - Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1. |
128 | | - Quitting from lines 170-174 (usingDataPackageR.Rmd) |
129 | | - Error: processing vignette 'usingDataPackageR.Rmd' failed with diagnostics: |
130 | | - exiting |
131 | | - Execution halted |
132 | | - ``` |
133 | | -
|
134 | 1 | # exampletestr |
135 | 2 |
|
136 | 3 | Version: 1.4.1 |
@@ -159,115 +26,3 @@ Version: 1.4.1 |
159 | 26 | Execution halted |
160 | 27 | ``` |
161 | 28 |
|
162 | | -# fakemake |
163 | | -
|
164 | | -Version: 1.4.0 |
165 | | -
|
166 | | -## In both |
167 | | -
|
168 | | -* checking dependencies in R code ... NOTE |
169 | | - ``` |
170 | | - Namespace in Imports field not imported from: ‘pkgbuild’ |
171 | | - All declared Imports should be used. |
172 | | - ``` |
173 | | -
|
174 | | -# KSPM |
175 | | -
|
176 | | -Version: 0.1.1 |
177 | | -
|
178 | | -## In both |
179 | | -
|
180 | | -* checking dependencies in R code ... NOTE |
181 | | - ``` |
182 | | - Namespace in Imports field not imported from: ‘usethis’ |
183 | | - All declared Imports should be used. |
184 | | - ``` |
185 | | -
|
186 | | -# prodigenr |
187 | | -
|
188 | | -Version: 0.4.0 |
189 | | -
|
190 | | -## In both |
191 | | -
|
192 | | -* checking dependencies in R code ... NOTE |
193 | | - ``` |
194 | | - Namespaces in Imports field not imported from: |
195 | | - ‘clipr’ ‘desc’ ‘devtools’ |
196 | | - All declared Imports should be used. |
197 | | - ``` |
198 | | -
|
199 | | -# riskclustr |
200 | | -
|
201 | | -Version: 0.1.0 |
202 | | -
|
203 | | -## In both |
204 | | -
|
205 | | -* checking dependencies in R code ... NOTE |
206 | | - ``` |
207 | | - Namespaces in Imports field not imported from: |
208 | | - ‘gtools’ ‘knitr’ ‘usethis’ |
209 | | - All declared Imports should be used. |
210 | | - ``` |
211 | | -
|
212 | | -# rstanarm |
213 | | -
|
214 | | -Version: 2.18.2 |
215 | | -
|
216 | | -## In both |
217 | | -
|
218 | | -* checking re-building of vignette outputs ... WARNING |
219 | | - ``` |
220 | | - Error in re-building vignettes: |
221 | | - ... |
222 | | - Warning in engine$weave(file, quiet = quiet, encoding = enc) : |
223 | | - Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1. |
224 | | - Quitting from lines 2-15 (./children/SETTINGS-knitr.txt) |
225 | | - Quitting from lines NA-15 (./children/SETTINGS-knitr.txt) |
226 | | - Error: processing vignette 'aov.Rmd' failed with diagnostics: |
227 | | - object 'params' not found |
228 | | - Execution halted |
229 | | - ``` |
230 | | -
|
231 | | -* checking installed package size ... NOTE |
232 | | - ``` |
233 | | - installed size is 17.3Mb |
234 | | - sub-directories of 1Mb or more: |
235 | | - R 2.0Mb |
236 | | - libs 13.7Mb |
237 | | - ``` |
238 | | -
|
239 | | -* checking Rd cross-references ... NOTE |
240 | | - ``` |
241 | | - Packages unavailable to check Rd xrefs: ‘gamm4’, ‘biglm’ |
242 | | - ``` |
243 | | -
|
244 | | -* checking for GNU extensions in Makefiles ... NOTE |
245 | | - ``` |
246 | | - GNU make is a SystemRequirements. |
247 | | - ``` |
248 | | -
|
249 | | -# spectrolab |
250 | | -
|
251 | | -Version: 0.0.8 |
252 | | -
|
253 | | -## In both |
254 | | -
|
255 | | -* checking dependencies in R code ... NOTE |
256 | | - ``` |
257 | | - Namespaces in Imports field not imported from: |
258 | | - ‘devtools’ ‘usethis’ |
259 | | - All declared Imports should be used. |
260 | | - ``` |
261 | | -
|
262 | | -# vdiffr |
263 | | -
|
264 | | -Version: 0.3.0 |
265 | | -
|
266 | | -## In both |
267 | | -
|
268 | | -* checking dependencies in R code ... NOTE |
269 | | - ``` |
270 | | - Namespace in Imports field not imported from: ‘freetypeharfbuzz’ |
271 | | - All declared Imports should be used. |
272 | | - ``` |
273 | | -
|
0 commit comments