Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit bf7951f

Browse files
committed
added revdep results and rbuildignore revdep dir
1 parent b9e3481 commit bf7951f

File tree

7 files changed

+140
-2
lines changed

7 files changed

+140
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ NEWS.md
1111
figure
1212
.github
1313
CONDUCT.md
14-
14+
revdep
1515
^cran-comments\.md$

cran-comments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
0 errors | 0 warnings | 1 note
1010

11-
* This is a new release.
11+
License components with restrictions and base license permitting such:
12+
MIT + file LICENSE
13+
File 'LICENSE':
14+
YEAR: 2017
15+
COPYRIGHT HOLDER: Scott Chamberlain
1216

1317
## Reverse dependencies
1418

revdep/README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Setup
2+
3+
## Platform
4+
5+
|setting |value |
6+
|:--------|:-------------------------------------------|
7+
|version |R version 3.3.3 Patched (2017-03-15 r72501) |
8+
|system |x86_64, darwin13.4.0 |
9+
|ui |RStudio (1.1.204) |
10+
|language |(EN) |
11+
|collate |en_US.UTF-8 |
12+
|tz |America/Vancouver |
13+
|date |2017-04-20 |
14+
15+
## Packages
16+
17+
|package |* |version |date |source |
18+
|:-------|:--|:-------|:----------|:-------------------------|
19+
|gistr | |0.4.0 |2017-04-20 |local (ropensci/gistr@NA) |
20+
21+
# Check results
22+
6 packages
23+
24+
## geojsonio (0.3.2)
25+
Maintainer: Scott Chamberlain <[email protected]>
26+
Bug reports: https://github.com/ropensci/geojsonio/issues
27+
28+
0 errors | 0 warnings | 0 notes
29+
30+
## LDAvis (0.3.2)
31+
Maintainer: Carson Sievert <[email protected]>
32+
Bug reports: https://github.com/cpsievert/LDAvis/issues
33+
34+
0 errors | 0 warnings | 0 notes
35+
36+
## mapr (0.3.4)
37+
Maintainer: Scott Chamberlain <[email protected]>
38+
Bug reports: https://github.com/ropensci/mapr/issues
39+
40+
0 errors | 0 warnings | 0 notes
41+
42+
## pleiades (0.1.0)
43+
Maintainer: Scott Chamberlain <[email protected]>
44+
Bug reports: https://github.com/ropensci/pleiades/issues
45+
46+
0 errors | 0 warnings | 0 notes
47+
48+
## rbokeh (0.5.0)
49+
Maintainer: Ryan Hafen <[email protected]>
50+
Bug reports: https://github.com/bokeh/rbokeh/issues
51+
52+
0 errors | 0 warnings | 0 notes
53+
54+
## switchrGist (0.2.1)
55+
Maintainer: Gabriel Becker <[email protected]>
56+
Bug reports: https://github.com/gmbecker/switchrGist/issues
57+
58+
0 errors | 0 warnings | 0 notes
59+

revdep/check.R

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
library("devtools")
2+
3+
res <- revdep_check(threads = 4)
4+
revdep_check_save_summary()
5+
revdep_check_print_problems()
6+
revdep_email(date = "April 20", only_problems = FALSE, draft = TRUE)
7+
8+
# pkgs <- list(
9+
# list(your_package = "downscale", your_version = "1.2-4", email = "[email protected]"),
10+
# list(your_package = "plotKML", your_version = "0.5-6", email = "[email protected]"),
11+
# list(your_package = "speciesgeocodeR", your_version = "1.0-4", email = "[email protected]"),
12+
# list(your_package = "rCAT", your_version = "0.1.5", email = "[email protected]")
13+
# )
14+
# date = "April 18"
15+
#
16+
# str <- paste0(readLines("revdep/email.md"), collapse = "\n")
17+
# lapply(pkgs, function(x)
18+
# whisker::whisker.render(str, data = x)
19+
# )

revdep/checks.rds

866 Bytes
Binary file not shown.

revdep/email.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Hi,
2+
3+
This is an automated email to let you know about the release of {{{ my_package }}}, which I'll submit to CRAN on ({{{ date }}}).
4+
5+
To check for potential problems, I ran `R CMD check` on your package {{{your_package}}} ({{{your_version}}}).
6+
7+
I found: {{{your_summary}}}.
8+
9+
{{#you_have_problems}}
10+
{{{your_results}}}
11+
12+
If I got an ERROR because I couldn't install your package (or one of it's dependencies), my apologies. You'll have to run the checks yourself.
13+
14+
Otherwise, please carefully look at the results, and let me know if I've introduced a bug in {{{ my_package }}}. If I have, I'd really appreciate a minimal reproducible example that uses only {{{ my_package }}} functions. That way I can find and fix the bug as quickly as possible.
15+
16+
To get the development version of {{{ my_package }}} so you can run the checks yourself, you can run:
17+
18+
# install.packages("devtools")
19+
devtools::install_github("{{my_github}}")
20+
21+
To see what's changed visit <https://github.com/{{{my_github}}}/blob/master/NEWS.md>.
22+
23+
{{/you_have_problems}}
24+
{{^you_have_problems}}
25+
It looks like everything is ok, so you don't need to take any action, but you might want to read the NEWS, <https://github.com/{{{my_github}}}/blob/master/NEWS.md>, to see what's changed.
26+
{{/you_have_problems}}
27+
28+
If you have any questions about this email, please feel free to respond directly.
29+
30+
Regards,
31+
32+
{{{ me }}}

revdep/problems.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Setup
2+
3+
## Platform
4+
5+
|setting |value |
6+
|:--------|:-------------------------------------------|
7+
|version |R version 3.3.3 Patched (2017-03-15 r72501) |
8+
|system |x86_64, darwin13.4.0 |
9+
|ui |RStudio (1.1.204) |
10+
|language |(EN) |
11+
|collate |en_US.UTF-8 |
12+
|tz |America/Vancouver |
13+
|date |2017-04-20 |
14+
15+
## Packages
16+
17+
|package |* |version |date |source |
18+
|:-------|:--|:-------|:----------|:-------------------------|
19+
|gistr | |0.4.0 |2017-04-20 |local (ropensci/gistr@NA) |
20+
21+
# Check results
22+
0 packages with problems
23+
24+

0 commit comments

Comments
 (0)