Skip to content

Commit fe1e8c7

Browse files
committed
finish checks
1 parent 47a68d8 commit fe1e8c7

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: cdata
22
Type: Package
33
Title: Fluid Data Transformations
44
Version: 1.1.5
5-
Date: 2020-01-20
5+
Date: 2020-01-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")),
@@ -22,7 +22,7 @@ RoxygenNote: 7.0.2
2222
Depends:
2323
R (>= 3.4.0)
2424
Imports:
25-
wrapr (>= 1.9.4),
25+
wrapr (>= 1.9.5),
2626
rquery (>= 1.4.2),
2727
rqdatatable (>= 1.2.5),
2828
methods,

NEWS.md

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

2-
# cdata 1.1.5 2020/01/20
2+
# cdata 1.1.5 2020/01/21
33

44
* Fix SQL path and improve queries tolerance to types.
55
* Allow more trivial cases in transform construction.

cran-comments.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@
1919

2020
### Windows
2121

22-
rhub::check_for_cran()
23-
2422
devtools::check_win_devel()
25-
23+
* using R Under development (unstable) (2020-01-07 r77633)
24+
* using platform: x86_64-w64-mingw32 (64-bit)
25+
* using session charset: ISO8859-1
26+
* checking for file 'cdata/DESCRIPTION' ... OK
27+
* checking extension type ... Package
28+
* this is package 'cdata' version '1.1.5'
29+
* package encoding: UTF-8
30+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
31+
Maintainer: 'John Mount <[email protected]>'
32+
Status: OK
33+
2634
### Linux
2735

2836
rhub::check_for_cran()

0 commit comments

Comments
 (0)