Skip to content

Commit 72ce8c0

Browse files
REVDEP: Checked 5 packages on CRAN [ci skip]
1 parent bd75038 commit 72ce8c0

File tree

4 files changed

+21
-46
lines changed

4 files changed

+21
-46
lines changed

revdep/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:-----------------------------------------|
5-
|version |R version 4.0.0 alpha (2020-04-02 r78141) |
6-
|os |Ubuntu 18.04.4 LTS |
7-
|system |x86_64, linux-gnu |
8-
|ui |X11 |
9-
|language |en |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/Los_Angeles |
13-
|date |2020-04-06 |
3+
|field |value |
4+
|:--------|:----------------------------|
5+
|version |R version 3.6.3 (2020-02-29) |
6+
|os |CentOS Linux 7 (Core) |
7+
|system |x86_64, linux-gnu |
8+
|ui |X11 |
9+
|language |en |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/Los_Angeles |
13+
|date |2020-04-16 |
1414

1515
# Dependencies
1616

@@ -23,11 +23,11 @@
2323

2424
## All (5)
2525

26-
|package |version |error |warning |note |
27-
|:----------------------------|:-------|:-----|:-------|:----|
28-
|dipsaus |0.0.6 | | | |
29-
|[lightr](problems.md#lightr) |1.1 | | |2 |
30-
|mlr3 |0.1.8 | | | |
31-
|pavo |2.4.0 | | | |
32-
|rainette |0.1 | | | |
26+
|package |version |error |warning |note |
27+
|:--------|:-------|:-----|:-------|:----|
28+
|dipsaus |0.0.6 | | | |
29+
|lightr |1.1 | | | |
30+
|mlr3 |0.1.8 | | | |
31+
|pavo |2.4.0 | | | |
32+
|rainette |0.1 | | | |
3333

revdep/problems.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
1-
# lightr
2-
3-
<details>
4-
5-
* Version: 1.1
6-
* Source code: https://github.com/cran/lightr
7-
* URL: https://docs.ropensci.org/lightr, https://github.com/ropensci/lightr
8-
* BugReports: https://github.com/ropensci/lightr/issues
9-
* Date/Publication: 2020-04-01 14:10:06 UTC
10-
* Number of recursive dependencies: 63
11-
12-
Run `revdep_details(,"lightr")` for more info
13-
14-
</details>
15-
16-
## In both
17-
18-
* checking package dependencies ... NOTE
19-
```
20-
Package suggested but not available for checking: ‘pavo’
21-
```
22-
23-
* checking Rd cross-references ... NOTE
24-
```
25-
Package unavailable to check Rd xrefs: ‘pavo’
26-
```
27-
1+
*Wow, no problems at all. :)*

revdep/run.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env Rscript
2-
if (!requireNamespace("revdepcheck")) {
2+
if (!requireNamespace("revdepcheck", quietly = TRUE)) {
33
stop('Install revdepcheck: remotes::install_github("r-lib/revdepcheck")')
44
}
55
library("revdepcheck")

revdep/run.sge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if [[ $SGE_CLUSTER_NAME == *wynton* ]]; then
1919
# module load r/4.0.0-alpha
2020

2121
## Some packages need a more modern version of gcc, e.g. 'balvaan'
22+
module load CBI-testing
2223
module load scl-devtoolset/4
2324

2425
## Some packages require non-default system libraries

0 commit comments

Comments
 (0)