Skip to content

Commit

Permalink
prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Feb 21, 2018
1 parent d25a3cf commit e4b1378
Show file tree
Hide file tree
Showing 20 changed files with 59 additions and 47 deletions.
12 changes: 7 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: wrapr
Type: Package
Title: Wrap R Functions for Debugging and Parametric Programming
Title: Wrap R Tools for Debugging and Parametric Programming
Version: 1.2.0
Date: 2018-02-19
Date: 2018-02-21
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 All @@ -11,9 +11,11 @@ Authors@R: c(
URL: https://github.com/WinVector/wrapr, http://winvector.github.io/wrapr/
Maintainer: John Mount <jmount@win-vector.com>
BugReports: https://github.com/WinVector/wrapr/issues
Description: Powerful tools for writing and debugging R code. Provides: 'let()' which converts non-standard evaluation interfaces to
parametric standard evaluation interface, 'DebugFnW()' to capture function context on error for
debugging, and ':=' named map builder, and lambda-abstraction.
Description: Tools for writing and debugging R code. Provides: 'let()' which
converts non-standard evaluation interfaces to parametric standard
evaluation interface, 'qc()' quoting concatenate, 'DebugFnW()' to
capture function context on error for debugging, dot-pipe, ':='
named map builder, and lambda-abstraction.
License: GPL-3
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# wrapr 1.2.0 2018-02-19
# wrapr 1.2.0 2018-02-21

* Add map_upper.
* Accept x=y in qae().
Expand Down
20 changes: 15 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,36 @@


Note to CRAN:

There is one reverse dependency check issue: 'seplyr' issues 1 warning,
which is due to a vignette failure. This failure is already occurring
on CRAN and was triggered by the release of version 0.2.0 of
the 'rlang' package (published 2018-02-20). It is my intent to
fix 'seplyr' by removing offending code, but that is much easier
and safer to do if I can update the dependent package 'wrapr' first
(which is what I am attempting to do with this 'wrapr' release).


## Test environments

* Windows
* using R Under development (unstable) (2018-01-19 r74138)
* using R Under development (unstable) (2018-02-20 r74280)
* using platform: x86_64-w64-mingw32 (64-bit)

* OSX
* using R version 3.4.3 (2017-11-30)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)


## R CMD check --as-cran wrapr_1.2.0.tar.gz

* this is package ‘wrapr’ version ‘1.2.0’

* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘John Mount <jmount@win-vector.com>

Number of updates in past 6 months: 7

Status: OK

Status: 1 NOTE

## Downstream dependencies

Expand All @@ -32,5 +42,5 @@ devtools::revdep_check()
Checked cdata : 0 errors | 0 warnings | 0 notes
Checked replyr : 0 errors | 0 warnings | 0 notes
Checked rquery : 0 errors | 0 warnings | 0 notes
Checked seplyr : 0 errors | 0 warnings | 0 notes
Checked seplyr : 0 errors | 1 warning | 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.

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.

2 changes: 1 addition & 1 deletion docs/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/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.

8 changes: 4 additions & 4 deletions docs/reference/DebugFnW.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/DebugFnWE.html

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

Loading

0 comments on commit e4b1378

Please sign in to comment.