Skip to content

Commit e4b1378

Browse files
committed
prepare for CRAN release
1 parent d25a3cf commit e4b1378

20 files changed

+59
-47
lines changed

DESCRIPTION

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: wrapr
22
Type: Package
3-
Title: Wrap R Functions for Debugging and Parametric Programming
3+
Title: Wrap R Tools for Debugging and Parametric Programming
44
Version: 1.2.0
5-
Date: 2018-02-19
5+
Date: 2018-02-21
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")),
@@ -11,9 +11,11 @@ Authors@R: c(
1111
URL: https://github.com/WinVector/wrapr, http://winvector.github.io/wrapr/
1212
Maintainer: John Mount <[email protected]>
1313
BugReports: https://github.com/WinVector/wrapr/issues
14-
Description: Powerful tools for writing and debugging R code. Provides: 'let()' which converts non-standard evaluation interfaces to
15-
parametric standard evaluation interface, 'DebugFnW()' to capture function context on error for
16-
debugging, and ':=' named map builder, and lambda-abstraction.
14+
Description: Tools for writing and debugging R code. Provides: 'let()' which
15+
converts non-standard evaluation interfaces to parametric standard
16+
evaluation interface, 'qc()' quoting concatenate, 'DebugFnW()' to
17+
capture function context on error for debugging, dot-pipe, ':='
18+
named map builder, and lambda-abstraction.
1719
License: GPL-3
1820
Encoding: UTF-8
1921
LazyData: true

NEWS.md

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

2-
# wrapr 1.2.0 2018-02-19
2+
# wrapr 1.2.0 2018-02-21
33

44
* Add map_upper.
55
* Accept x=y in qae().

cran-comments.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,36 @@
11

22

3+
Note to CRAN:
4+
5+
There is one reverse dependency check issue: 'seplyr' issues 1 warning,
6+
which is due to a vignette failure. This failure is already occurring
7+
on CRAN and was triggered by the release of version 0.2.0 of
8+
the 'rlang' package (published 2018-02-20). It is my intent to
9+
fix 'seplyr' by removing offending code, but that is much easier
10+
and safer to do if I can update the dependent package 'wrapr' first
11+
(which is what I am attempting to do with this 'wrapr' release).
12+
13+
314
## Test environments
415

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

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

24+
1325
## R CMD check --as-cran wrapr_1.2.0.tar.gz
1426

1527
* this is package ‘wrapr’ version ‘1.2.0’
1628

1729
* checking CRAN incoming feasibility ... NOTE
1830
Maintainer: ‘John Mount <[email protected]>
1931

20-
Number of updates in past 6 months: 7
21-
32+
Status: OK
2233

23-
Status: 1 NOTE
2434

2535
## Downstream dependencies
2636

@@ -32,5 +42,5 @@ devtools::revdep_check()
3242
Checked cdata : 0 errors | 0 warnings | 0 notes
3343
Checked replyr : 0 errors | 0 warnings | 0 notes
3444
Checked rquery : 0 errors | 0 warnings | 0 notes
35-
Checked seplyr : 0 errors | 0 warnings | 0 notes
45+
Checked seplyr : 0 errors | 1 warning | 0 notes
3646
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/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.

docs/articles/let.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_map_builder.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)