Skip to content

Commit

Permalink
v0.2.0 for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
jonocarroll committed Aug 18, 2016
1 parent 3d60cb4 commit d5439ce
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
^cran$
^cran-comments\.md$
^cran-comments\.html$
^cran-comments-1\.md$
^\.gitignore$
^NEWS\.md$
^README_supp$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre"))
Maintainer: Jonathan Carroll <[email protected]>
Description: Creates a reproducible 'ggplot2' object by storing the data and calls.
Expand Down
Binary file modified README_supp/mycoolplot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions cran-comments-1.md
Original file line number Diff line number Diff line change
@@ -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._

25 changes: 11 additions & 14 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file removed mycoolplot.gif
Binary file not shown.
Binary file modified tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit d5439ce

Please sign in to comment.