Skip to content

Commit 1afa6ec

Browse files
perform revdep checks
1 parent 61b2788 commit 1afa6ec

File tree

7 files changed

+43
-1
lines changed

7 files changed

+43
-1
lines changed

revdep/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
checks
2+
library
3+
checks.noindex
4+
library.noindex
5+
data.sqlite
6+
*.html

revdep/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:----------------------------|
5+
|version |R version 4.0.2 (2020-06-22) |
6+
|os |macOS Catalina 10.15.7 |
7+
|system |x86_64, darwin17.0 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_GB.UTF-8 |
11+
|ctype |en_GB.UTF-8 |
12+
|tz |Europe/London |
13+
|date |2020-09-29 |
14+
15+
# Dependencies
16+
17+
|package |old |new |Δ |
18+
|:--------|:-----|:-----|:--|
19+
|washdata |0.1.2 |0.1.3 |* |
20+
21+
# Revdeps
22+

revdep/check.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
library("devtools")
22

3-
res <- revdep_check()
3+
res <- revdepcheck::revdep_check()
44
revdep_check_save_summary()

revdep/cran.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## revdepcheck results
2+
3+
We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 0 new problems
6+
* We failed to check 0 packages
7+

revdep/email.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
release_date: ???
2+
rel_release_date: ???
3+
my_news_url: ???
4+
release_version: ???
5+
release_details: ???

revdep/failures.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)