Skip to content

Commit d5439ce

Browse files
committed
v0.2.0 for CRAN submission
1 parent 3d60cb4 commit d5439ce

File tree

7 files changed

+41
-16
lines changed

7 files changed

+41
-16
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
^cran$
88
^cran-comments\.md$
99
^cran-comments\.html$
10+
^cran-comments-1\.md$
1011
^\.gitignore$
11-
^NEWS\.md$
1212
^README_supp$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggghost
22
Title: Capture the Spirit of Your 'ggplot2' Calls
3-
Version: 0.1.9000
3+
Version: 0.2.0
44
Authors@R: person("Jonathan", "Carroll", email = "rpkg@jcarroll.com.au", role = c("aut", "cre"))
55
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>
66
Description: Creates a reproducible 'ggplot2' object by storing the data and calls.

README_supp/mycoolplot.gif

-689 Bytes
Loading

cran-comments-1.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Resubmission
2+
3+
* _a badge was missing a URL in README.md, and has been removed_
4+
5+
* _local testing upgraded to 3.3.1 as I am submitting from a different machine_
6+
7+
## Maintainer address
8+
9+
_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_
10+
11+
## Test environments
12+
* local linux (Ubuntu 14.04) install, R 3.3.1
13+
* travis-ci linux (default)
14+
* travis-ci Mac (default)
15+
* win-builder (default)
16+
* appveyor-ci (default)
17+
18+
## Code Coverage: 100%
19+
20+
## R CMD check results
21+
**There were no ERRORs, WARNINGs, or NOTEs on local check**
22+
23+
**There was 1 additional NOTE from win-builder:**
24+
25+
New submission
26+
27+
_As I have not previously submitted a package to CRAN._
28+

cran-comments.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
1-
## Resubmission
1+
## Summary
22

3-
* _a badge was missing a URL in README.md, and has been removed_
4-
5-
* _local testing upgraded to 3.3.1 as I am submitting from a different machine_
6-
7-
## Maintainer address
8-
9-
_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_
3+
This is a minor update that provides some new features (supplementary data),
4+
some improvements (warning on assignment), and some housekeeping (supplementary
5+
README files moved out of build).
106

117
## Test environments
12-
* local linux (Ubuntu 14.04) install, R 3.3.1
8+
* local linux (Ubuntu 14.04) install, R 3.3.0
139
* travis-ci linux (default)
1410
* travis-ci Mac (default)
1511
* win-builder (default)
1612
* appveyor-ci (default)
1713

18-
## Code Coverage: 100%
14+
## Code Coverage: 98.18%
15+
16+
_Slightly decreased due to inclusion of `interactive()` conditionals_
1917

2018
## R CMD check results
2119
**There were no ERRORs, WARNINGs, or NOTEs on local check**
2220

23-
**There was 1 additional NOTE from win-builder:**
24-
25-
New submission
21+
win-builder provided 1 NOTE:
2622

27-
_As I have not previously submitted a package to CRAN._
23+
**checking CRAN incoming feasibility**
2824

25+
but I am not sure why; I am the existing maintainer for this package.

mycoolplot.gif

-91.4 KB
Binary file not shown.

tests/testthat/Rplots.pdf

-72 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)