Skip to content

Commit 55f1f4a

Browse files
committed
try to fix reported dependency issue
1 parent 0299643 commit 55f1f4a

File tree

12 files changed

+30
-22
lines changed

12 files changed

+30
-22
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: seplyr
22
Type: Package
33
Title: Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks
44
Version: 0.5.1
5-
Date: 2017-12-22
5+
Date: 2018-01-02
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person(family = "Win-Vector LLC", role = c("cph"))

NEWS.md

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

2-
# seplyr 0.5.1 2017-12-22
2+
# seplyr 0.5.1 2018-01-02
33

44
* mutate_se now uses partition_mutate_se.
55
* partition on re-assignment (if_else_device does this, but includes a re-use so was okay).

cran-comments.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11

2+
Submitting 'seplyr' to fix the CRAN packages using undeclared packages in vignettes issue
3+
reported by Professor Brian Ripley in his 2018-01-02 email to package maintainers. I
4+
suspect the issue was under-declaring our dependence on 'DBI' and 'RSQLite' (now strengthened).
5+
Please note this package has had 7 updates in the last 6 months, but I think fixing
6+
the reported CRAN issue is a high priority.
7+
8+
29
## Test environments
310

411
* Windows
5-
* using R Under development (unstable) (2017-09-12 r73242)
12+
* using R Under development (unstable) (2017-12-30 r73992)
613
* using platform: x86_64-w64-mingw32 (64-bit)
714

815
* OSX
@@ -15,20 +22,24 @@
1522
R CMD check --as-cran seplyr_0.5.1.tar.gz
1623

1724
* this is package ‘seplyr’ version ‘0.5.1’
25+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
26+
Maintainer: ‘John Mount <[email protected]>
1827

1928
Note:
2029
Number of updates in past 6 months: 7
2130

22-
23-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
24-
Maintainer: ‘John Mount <[email protected]>
25-
2631
Status: OK (no other notes, errors, or warnings)
2732

2833
## Reverse dependencies
2934

3035
devtools::revdep_check()
3136
Checking 2 packages: replyr, WVPlots
3237
Checked replyr : 0 errors | 0 warnings | 0 notes
33-
Checked WVPlots: 0 errors | 0 warnings | 0 notes
38+
Checked WVPlots: 0 errors | 1 warning | 0 notes
39+
40+
WVPlots warning is spurious: "Warning: 'unpivotValuesToRows' is deprecated."
41+
'unpivotValuesToRows' is not deprecated on the CRAN version of 'cdata' and
42+
this will be fixed in 'WVPlots' before the CRAN version of 'cdata' deprecates
43+
methods.
44+
3445

docs/articles/MutatePartitioner.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.

docs/articles/rename_se.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/seplyr.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/using_seplyr.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/news/index.html

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

docs/reference/mutate_se.html

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

0 commit comments

Comments
 (0)