You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* appveyor: Windows Server 2012 + R 3.6.0 Patched (2019-06-23 r76734)
10
-
11
-
usethis v1.5.0 is currently in ERROR on Solaris due to the lack of a dependency (git2r). I'm not sure why that is, but I believe it's beyond our control to fix. git2r itself has status OK on Solaris at the moment.
3
+
* win-builder: R-devel
4
+
* github actions (mac) 3.6, devel
5
+
* github actions (windows) 3.6
6
+
* github actions (linux) 3.2, 3.3, 3.4, 3.5. 3.6
12
7
13
8
## R CMD check results
14
9
15
-
0 errors | 0 warnings | 1 note
16
-
17
-
There is 1 note about a "(possibly) invalid URL" in an Rd file. The URL is https://github.com/settings/tokens. The behaviour of this URL is reasonable when it is visited by human in the browser, whether they are logged into GitHub or not, but it to be expected that it 404s in a headless state.
10
+
0 errors | 0 warnings | 0 notes
18
11
19
12
## revdepcheck results
20
13
21
-
We checked 39 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. We see no differences and, in particular, no changes for the worse.
14
+
We checked 64 reverse dependencies (60 from CRAN + 4 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
15
+
16
+
* We saw 3 new problems
17
+
* We failed to check 2 packages
18
+
19
+
Issues with CRAN packages are summarised below.
20
+
21
+
Maintainers were notified on Mar 27.
22
+
23
+
### New problems
24
+
(This reports the first line of each new failure)
25
+
26
+
* DataPackageR
27
+
checking tests ...
28
+
29
+
* devtools
30
+
checking for code/documentation mismatches ... WARNING
31
+
32
+
* portalr
33
+
checking tests ...
22
34
23
-
Automated check failed for 2 packages:
24
-
- portalr, R CMD check timed out
25
-
I re-checked manually. It seems to hang on building vignettes and testing.
26
-
portalr is currently in ERROR on CRAN for several platforms.
27
-
I assume I am seeing the same problem and that it's not related to usethis.
28
-
- POUMM, failed to install, due to openmp issues
35
+
### Failed to check
29
36
30
-
See our automated revdep check results at <https://github.com/r-lib/usethis/tree/master/revdep>.
Running the tests in βtests/testthat.Rβ failed.
95
-
Last 13 lines of output:
96
-
97
-
intersect, setdiff, setequal, union
98
-
99
-
>
100
-
> test_check("etl")
101
-
[31mββ[39m [31m1. Failure: create ETL works (@test-etl.R#114) [39m [31mββββββββββββββββββββββββββββββββββββββββββββββββ[39m
102
-
`create_etl_package\(path, open = FALSE\)` does not match "active project".
103
-
Actual value: "Package: scorecard\\nTitle: What the Package Does \(One Line, Title Case\)\\nVersion: 0\.0\.0\.9000\\nAuthors@R \(parsed\):\\n \* First Last <first\.last@example\.com> \[aut, cre\] \(<https://orcid\.org/YOUR-ORCID-ID>\)\\nDescription: What the package does \(one paragraph\)\.\\nLicense: `use_mit_license\(\)`, `use_gpl3_license\(\)` or friends to pick a\\n license\\nEncoding: UTF-8\\nLazyData: true\\nRoxygen: list\(markdown = TRUE\)\\nRoxygenNote: 7\.0\.0"
@@ -134,12 +96,12 @@ Run `revdep_details(,"portalr")` for more info
134
96
Last 13 lines of output:
135
97
Actual value: ""
136
98
137
-
[31mββ[39m [31m4. Failure: default data path functions work if unset (@test-01-data-retrieval.R#110) [39m [31mβββββββββ[39m
99
+
[31mββ[39m [31m4. Failure: default data path functions work if unset (@test-01-data-retrieval.R#110) [39m [31mβββββββββββ[39m
138
100
`m` does not match "Make sure '.Renviron' ends with a newline!".
0 commit comments