Skip to content

Commit

Permalink
prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jun 13, 2018
1 parent 1df7b39 commit c4978f2
Show file tree
Hide file tree
Showing 26 changed files with 59 additions and 67 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: wrapr
Type: Package
Title: Wrap R Tools for Debugging and Parametric Programming
Version: 1.5.0
Date: 2018-06-12
Date: 2018-06-13
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person("Nina", "Zumel", email = "nzumel@win-vector.com", role = c("aut")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# wrapr 1.5.0 2018-06-12
# wrapr 1.5.0 2018-06-13

* Rationalize and re-name pipe interfaces to apply_right and apply_left.
* Fix qc() eval environment and recursion.
Expand All @@ -8,7 +8,7 @@
* Dot pipe tries to preserve names in function calls.
* Improve error checking and reporting.
* Add uniques().
* Add partition_tables() and execute_paralle().
* Add partition_tables() and execute_parallel().

# wrapr 1.4.1 2018-05-17

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ str(x)
# $ training : num 5 0.8
# $ validation: num -7 0.6
cat(draw_frame(x))
# build_frame(
# wrapr::build_frame(
# "measure" , "training", "validation" |
# "minus binary cross entropy", 5 , -7 |
# "accuracy" , 0.8 , 0.6 )
Expand Down
11 changes: 2 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
## Test environments

* Windows
* using R Under development (unstable) (2018-05-25 r74783)
* using platform: x86_64-w64-mingw32 (64-bit)

* OSX
* using R version 3.4.4 (2018-03-15)
* using R version 3.5.0 (2018-04-23)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)

## R CMD check --as-cran wrapr_1.5.0.tar.gz
Expand All @@ -17,12 +15,8 @@
* checking extension type ... Package
* this is package ‘wrapr’ version ‘1.5.0’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... NOTE
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>
Number of updates in past 6 months: 7
Status: 1 NOTE



## Downstream dependencies

Expand All @@ -36,4 +30,3 @@
Checked seplyr : 0 errors | 0 warnings | 0 notes
Checked sigr : 0 errors | 0 warnings | 0 notes
Checked WVPlots: 0 errors | 0 warnings | 0 notes

2 changes: 1 addition & 1 deletion docs/articles/CornerCases.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/DebugFnW.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/FrameTools.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/Named_Arguments.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/SubstitutionModes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/dot_pipe.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/lambda.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/let.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/named_map_builder.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/wrapr_applicable.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/DebugFn.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/DebugFnE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c4978f2

Please sign in to comment.