Skip to content

Commit 474f40b

Browse files
committed
prepare for CRAN
1 parent 52e85e4 commit 474f40b

22 files changed

+45
-51
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: wrapr
22
Type: Package
33
Title: Wrap R Tools for Debugging and Parametric Programming
44
Version: 1.4.1
5-
Date: 2018-05-13
5+
Date: 2018-05-17
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# wrapr 1.4.1 2018-05-13
2+
# wrapr 1.4.1 2018-05-17
33

44
* Move dot assignment into S3 step.
55
* Refine error checking.

cran-comments.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
11

22

3-
43
## Test environments
54

65
* Windows
7-
* using R version 3.5.0 beta (2018-04-10 r74578)
6+
* using R Under development (unstable) (2018-05-15 r74727)
87
* using platform: x86_64-w64-mingw32 (64-bit)
98

109
* OSX
1110
* using R version 3.4.4 (2018-03-15)
1211
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1312

1413

15-
1614
## R CMD check --as-cran wrapr_1.4.1.tar.gz
1715

18-
* using option ‘--as-cran’
1916
* checking for file ‘wrapr/DESCRIPTION’ ... OK
2017
* checking extension type ... Package
2118
* this is package ‘wrapr’ version ‘1.4.1’
2219
* package encoding: UTF-8
23-
* checking CRAN incoming feasibility ... NOTE
20+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
2421
Maintainer: ‘John Mount <[email protected]>
25-
26-
Number of updates in past 6 months: 7
27-
28-
Status: 1 NOTE
29-
22+
Status: OK
3023

3124
## Downstream dependencies
3225

@@ -38,4 +31,4 @@
3831
Checked replyr : 0 errors | 0 warnings | 0 notes
3932
Checked rquery : 0 errors | 0 warnings | 0 notes
4033
Checked seplyr : 0 errors | 0 warnings | 0 notes
41-
Checked WVPlots: 0 errors | 0 warnings | 0 notes
34+
Checked WVPlots: 0 errors | 0 warnings | 0 notes

docs/articles/CornerCases.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/DebugFnW.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/FrameTools.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Named_Arguments.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/SubstitutionModes.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/dot_pipe.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/lambda.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)