diff --git a/.Rbuildignore b/.Rbuildignore index 2907d18..8fe485b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,6 +7,6 @@ ^cran$ ^cran-comments\.md$ ^cran-comments\.html$ +^cran-comments-1\.md$ ^\.gitignore$ -^NEWS\.md$ ^README_supp$ diff --git a/DESCRIPTION b/DESCRIPTION index 99b58e6..6e3423b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggghost Title: Capture the Spirit of Your 'ggplot2' Calls -Version: 0.1.9000 +Version: 0.2.0 Authors@R: person("Jonathan", "Carroll", email = "rpkg@jcarroll.com.au", role = c("aut", "cre")) Maintainer: Jonathan Carroll Description: Creates a reproducible 'ggplot2' object by storing the data and calls. diff --git a/README_supp/mycoolplot.gif b/README_supp/mycoolplot.gif index ae90509..39bd2c3 100644 Binary files a/README_supp/mycoolplot.gif and b/README_supp/mycoolplot.gif differ diff --git a/cran-comments-1.md b/cran-comments-1.md new file mode 100644 index 0000000..a9f5c37 --- /dev/null +++ b/cran-comments-1.md @@ -0,0 +1,28 @@ +## Resubmission + +* _a badge was missing a URL in README.md, and has been removed_ + +* _local testing upgraded to 3.3.1 as I am submitting from a different machine_ + +## Maintainer address + +_This package was previously submitted from alternative e-mail address on the same domain, and I now realise that it was a poor choice. As the package was not accepted, hopefully there is no issue in changing this_ + +## Test environments +* local linux (Ubuntu 14.04) install, R 3.3.1 +* travis-ci linux (default) +* travis-ci Mac (default) +* win-builder (default) +* appveyor-ci (default) + +## Code Coverage: 100% + +## R CMD check results +**There were no ERRORs, WARNINGs, or NOTEs on local check** + +**There was 1 additional NOTE from win-builder:** + +New submission + +_As I have not previously submitted a package to CRAN._ + diff --git a/cran-comments.md b/cran-comments.md index a9f5c37..807e743 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,28 +1,25 @@ -## Resubmission +## Summary -* _a badge was missing a URL in README.md, and has been removed_ - -* _local testing upgraded to 3.3.1 as I am submitting from a different machine_ - -## Maintainer address - -_This package was previously submitted from alternative e-mail address on the same domain, and I now realise that it was a poor choice. As the package was not accepted, hopefully there is no issue in changing this_ +This is a minor update that provides some new features (supplementary data), +some improvements (warning on assignment), and some housekeeping (supplementary +README files moved out of build). ## Test environments -* local linux (Ubuntu 14.04) install, R 3.3.1 +* local linux (Ubuntu 14.04) install, R 3.3.0 * travis-ci linux (default) * travis-ci Mac (default) * win-builder (default) * appveyor-ci (default) -## Code Coverage: 100% +## Code Coverage: 98.18% + +_Slightly decreased due to inclusion of `interactive()` conditionals_ ## R CMD check results **There were no ERRORs, WARNINGs, or NOTEs on local check** -**There was 1 additional NOTE from win-builder:** - -New submission +win-builder provided 1 NOTE: -_As I have not previously submitted a package to CRAN._ +**checking CRAN incoming feasibility** +but I am not sure why; I am the existing maintainer for this package. \ No newline at end of file diff --git a/mycoolplot.gif b/mycoolplot.gif deleted file mode 100644 index 39bd2c3..0000000 Binary files a/mycoolplot.gif and /dev/null differ diff --git a/tests/testthat/Rplots.pdf b/tests/testthat/Rplots.pdf index 64ba5cc..0458bbd 100644 Binary files a/tests/testthat/Rplots.pdf and b/tests/testthat/Rplots.pdf differ