-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
329 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
on: | ||
push: | ||
branches: master | ||
branches: | ||
- master | ||
- rc-** | ||
pull_request: | ||
branches: master | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Encoding: UTF-8 | |
Package: plumber | ||
Type: Package | ||
Title: An API Generator for R | ||
Version: 1.0.0.90002 | ||
Version: 1.1.0 | ||
Roxygen: list(markdown = TRUE) | ||
Authors@R: c( | ||
person("Barret", "Schloerke", role = c("cre", "aut"), email = "[email protected]"), | ||
|
@@ -48,6 +48,7 @@ Suggests: | |
feather, | ||
future, | ||
rstudioapi, | ||
spelling, | ||
mockery (>= 0.4.2) | ||
RoxygenNote: 7.1.1 | ||
Collate: | ||
|
@@ -89,3 +90,4 @@ Collate: | |
'validate_api_spec.R' | ||
'zzz.R' | ||
RdMacros: lifecycle | ||
Language: en-US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,63 @@ | ||
## Comments | ||
|
||
#### 2020-9-14 | ||
#### 2020-3-23 | ||
|
||
I've fixed the urls and resubmitting. | ||
Bug fixes and new features. | ||
|
||
Best, | ||
Barret | ||
CRAN checks: | ||
* I have disabled the brittle test that is currently failing on https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64-gcc10-UCRT/plumber-00check.html . Checking this test on windows GHA only. | ||
* I can not see why this installation is failing: https://www.r-project.org/nosvn/R.check/r-release-windows-ix86+x86_64/plumber-00check.html | ||
|
||
#### 2020-9-14 | ||
Please let me know if there is anything else I can provide. | ||
|
||
Flavor: r-devel-linux-x86_64-debian-gcc | ||
Check: CRAN incoming feasibility, Result: NOTE | ||
Maintainer: 'Barret Schloerke <[email protected]>' | ||
Thank you, | ||
Barret | ||
|
||
New maintainer: | ||
Barret Schloerke <[email protected]> | ||
Old maintainer(s): | ||
Jeff Allen <[email protected]> | ||
|
||
Found the following (possibly) invalid URLs: | ||
URL: https://rstudio.github.io/plumber (moved to https://www.rplumber.io/) | ||
From: README.md | ||
Status: 200 | ||
Message: OK | ||
URL: https://www.rstudio.com/products/connect/ (moved to https://rstudio.com/products/connect/) | ||
From: README.md | ||
Status: 200 | ||
Message: OK | ||
#### 2020-1-5 | ||
|
||
#### 2020-9-14 | ||
These checks have naturally resolved. | ||
|
||
This is a major version update. | ||
- Barret | ||
|
||
Please let me know if there is anything else I can provide. | ||
|
||
Thank you, | ||
Barret | ||
#### 2020-12-13 | ||
|
||
#### 2020-9-14 | ||
Dear maintainer, | ||
|
||
Confirmed! You may change the maintainer. | ||
Please see the problems shown on | ||
<https://cran.r-project.org/web/checks/check_results_plumber.html>. | ||
|
||
- Jeff | ||
Please correct before 2021-01-08 to safely retain your package on CRAN. | ||
|
||
#### 2020-9-14 | ||
|
||
Hi Jeff, | ||
Best, | ||
-k | ||
|
||
I'm emailing to have a formal request to change the maintainer in `plumber` to Barret Schloerke... | ||
My I change `plumber`'s maintainer to Barret Schloerke? | ||
|
||
Thank you, | ||
Barret | ||
|
||
|
||
## Test environments | ||
|
||
* local macOS, R 4.0.0 | ||
* local macOS, R 4.0.2 | ||
* GitHub Actions | ||
* macOS | ||
* oldrel, release, devel | ||
* windows | ||
* oldrel, release, devel | ||
* release, devel | ||
* ubuntu18 | ||
* 3.4, 3.5, oldrel, release, devel | ||
* ubuntu16 | ||
* 3.4, 3.5, oldrel, release, devel | ||
* devtools:: | ||
* check_win_devel() | ||
* check_win_release() | ||
* check_win_oldrelease() | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
* devtools::build_win() | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Barret Schloerke <[email protected]>' | ||
|
||
New maintainer: | ||
Barret Schloerke <[email protected]> | ||
Old maintainer(s): | ||
Jeff Allen <[email protected]> | ||
Status: 1 NOTE | ||
|
||
## revdepcheck results | ||
|
||
We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 13 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |
Oops, something went wrong.