-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from vnijs/master
CRAN prep for 0.3.0
- Loading branch information
Showing
8 changed files
with
62 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.travis.yml | ||
.travis.yml | ||
^revdep$ | ||
cran-comments.md |
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,3 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
revdep/ |
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
## Resubmission | ||
|
||
This is a resubmission. The new maintainer of the shinyAce package is Vincent Nijs (radiant@rady.ucsd.edu). In this version several bugs have been fixed and some new features have been added (see NEWS.md for details). | ||
|
||
## Test environments | ||
|
||
* local macOS install, R 3.4.4 | ||
* local Windows install, R 3.4.4 | ||
* ubuntu on travis-ci, R 3.4.4 | ||
* win-builder, R version 3.5.0 alpha (2018-03-30 r74499) | ||
|
||
## R CMD check results | ||
|
||
There were no ERRORs or WARNINGs. There were 2 NOTEs however. The first is about the maintainer change. The second is about the size of the www sub-directory and the resulting installed package size (7.6MB). This is due to the size of the JavaScript [Ace](https://github.com/ajaxorg) library shinyAce provides an interface for. | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Vincent Nijs <radiant@rady.ucsd.edu>' | ||
|
||
New maintainer: | ||
Vincent Nijs <radiant@rady.ucsd.edu> | ||
Old maintainer(s): | ||
Jeff Allen <cran@trestletechnology.net> | ||
|
||
* checking installed package size ... NOTE | ||
installed size is 7.6Mb | ||
sub-directories of 1Mb or more: | ||
www 7.5Mb | ||
|
||
## Reverse dependencies | ||
|
||
A reverse decency check using `devtools::revdep_check()` produced no errors or notes. It did, however, produce the warning below for the shinyjs package. The warning does not seem to be related to shinyAce however, as confirmed in an email exchange with the author of the shinyjs package. | ||
|
||
checking re-building of vignette outputs ... WARNING | ||
Error in re-building vignettes: | ||
... | ||
pandoc: Could not fetch https://www.r-pkg.org/badges/version/shinyjs | ||
TlsExceptionHostPort (HandshakeFailed Error_EOF) "www.r-pkg.org" 443 | ||
Error: processing vignette 'shinyjs.Rmd' failed with diagnostics: | ||
pandoc document conversion failed with error 67 | ||
Execution halted |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.