Skip to content

Commit d849617

Browse files
committed
revdep added
1 parent 020615c commit d849617

File tree

5 files changed

+72
-0
lines changed

5 files changed

+72
-0
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
^\.travis\.yml$
44
^appveyor\.yml$
55
^dev$
6+
^revdep$
67
^cran-comments.md$
78
^tests\testthat\aws.alexa_key.enc$
89
drat.sh

revdep/README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Setup
2+
3+
## Platform
4+
5+
|setting |value |
6+
|:--------|:----------------------------|
7+
|version |R version 3.3.2 (2016-10-31) |
8+
|system |x86_64, mingw32 |
9+
|ui |Rgui |
10+
|language |(EN) |
11+
|collate |English_United States.1252 |
12+
|tz |America/New_York |
13+
|date |2016-11-07 |
14+
15+
## Packages
16+
17+
|package |* |version |date |source |
18+
|:-------------|:--|:--------|:----------|:----------------------------|
19+
|aws.alexa | |0.1.3 |2016-11-07 |local (cloudyr/aws.alexa@NA) |
20+
|aws.signature | |0.2.5 |2016-08-09 |CRAN (R 3.3.2) |
21+
|httr | |1.2.1 |2016-07-03 |CRAN (R 3.3.2) |
22+
|knitr | |1.14 |2016-08-13 |CRAN (R 3.3.2) |
23+
|plyr | |1.8.4 |2016-06-08 |CRAN (R 3.3.2) |
24+
|rmarkdown | |1.1 |2016-10-16 |CRAN (R 3.3.2) |
25+
|testthat | |1.0.2 |2016-04-23 |CRAN (R 3.3.2) |
26+
|XML | |3.98-1.4 |2016-03-01 |CRAN (R 3.3.2) |
27+
28+
# Check results
29+
1 packages
30+
31+
## rdomains (0.1.5)
32+
Maintainer: Gaurav Sood <[email protected]>
33+
34+
0 errors | 0 warnings | 0 notes
35+

revdep/check.R

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
library("devtools")
2+
3+
revdep_check()
4+
revdep_check_save_summary()
5+
revdep_check_print_problems()

revdep/checks.rds

713 Bytes
Binary file not shown.

revdep/problems.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Setup
2+
3+
## Platform
4+
5+
|setting |value |
6+
|:--------|:----------------------------|
7+
|version |R version 3.3.2 (2016-10-31) |
8+
|system |x86_64, mingw32 |
9+
|ui |Rgui |
10+
|language |(EN) |
11+
|collate |English_United States.1252 |
12+
|tz |America/New_York |
13+
|date |2016-11-07 |
14+
15+
## Packages
16+
17+
|package |* |version |date |source |
18+
|:-------------|:--|:--------|:----------|:----------------------------|
19+
|aws.alexa | |0.1.3 |2016-11-07 |local (cloudyr/aws.alexa@NA) |
20+
|aws.signature | |0.2.5 |2016-08-09 |CRAN (R 3.3.2) |
21+
|httr | |1.2.1 |2016-07-03 |CRAN (R 3.3.2) |
22+
|knitr | |1.14 |2016-08-13 |CRAN (R 3.3.2) |
23+
|plyr | |1.8.4 |2016-06-08 |CRAN (R 3.3.2) |
24+
|rmarkdown | |1.1 |2016-10-16 |CRAN (R 3.3.2) |
25+
|testthat | |1.0.2 |2016-04-23 |CRAN (R 3.3.2) |
26+
|XML | |3.98-1.4 |2016-03-01 |CRAN (R 3.3.2) |
27+
28+
# Check results
29+
0 packages with problems
30+
31+

0 commit comments

Comments
 (0)