Skip to content

Commit 8cb191d

Browse files
committed
check
1 parent 8113373 commit 8cb191d

File tree

4 files changed

+36
-30
lines changed

4 files changed

+36
-30
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: WVPlots
22
Type: Package
33
Title: Common Plots for Analysis
44
Version: 1.3.2
5-
Date: 2021-01-03
5+
Date: 2021-01-04
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")),

NEWS.md

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

2-
# WVPlots 1.3.2 2021-01-03
2+
# WVPlots 1.3.2 2021-01-04
33

44
* Fix error msg on ThresholdPlot
55
* Add accuracy as a ThresholdPlot metric.

cran-comments.md

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,55 @@
44

55
### OSX
66

7-
R CMD check --as-cran WVPlots_1.3.0.tar.gz
7+
R CMD check --as-cran WVPlots_1.3.2.tar.gz
88
* using R version 4.0.2 (2020-06-22)
99
* using platform: x86_64-apple-darwin17.0 (64-bit)
1010
* using session charset: UTF-8
1111
* using option ‘--as-cran’
1212
* checking for file ‘WVPlots/DESCRIPTION’ ... OK
1313
* checking extension type ... Package
14-
* this is package ‘WVPlots’ version ‘1.3.0
14+
* this is package ‘WVPlots’ version ‘1.3.2
1515
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1616
Maintainer: ‘John Mount <[email protected]>’
1717
...
1818
Status: OK
1919

20+
2021
### Windows
2122

2223
devtools::check_win_devel()
2324
Error in curl::curl_fetch_memory(url, handle = h) :
24-
Failed FTP upload: 550
25-
25+
Timeout was reached: [win-builder.r-project.org] FTP response timeout
2626

2727
rhub::check_for_cran()
28-
1273#> setting _R_CHECK_FORCE_SUGGESTS_ to false
29-
1274#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
30-
1275#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
31-
1276#> setting R_REMOTES_STANDALONE to true
32-
1277#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
33-
1278#> setting _R_CHECK_FORCE_SUGGESTS_ to true
34-
1279#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
35-
1280#> * using log directory 'C:/Users/USERglBVxNtDaC/WVPlots.Rcheck'
36-
1281#> * using R Under development (unstable) (2020-09-16 r79221)
37-
1282#> * using platform: x86_64-w64-mingw32 (64-bit)
38-
1283#> * using session charset: ISO8859-1
39-
1284#> * using option '--as-cran'
40-
1285#> * checking for file 'WVPlots/DESCRIPTION' ... OK
41-
1286#> * checking extension type ... Package
42-
1287#> * this is package 'WVPlots' version '1.3.0'
43-
1288#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
44-
1289#> Maintainer: 'John Mount '
45-
...
46-
1345#> Status: OK
28+
854#> setting _R_CHECK_FORCE_SUGGESTS_ to false
29+
855#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
30+
856#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
31+
857#> setting R_REMOTES_STANDALONE to true
32+
858#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
33+
859#> setting _R_CHECK_FORCE_SUGGESTS_ to true
34+
860#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
35+
861#> * using log directory 'C:/Users/USERtuXsbaQdWo/WVPlots.Rcheck'
36+
862#> * using R Under development (unstable) (2020-12-14 r79633)
37+
863#> * using platform: x86_64-w64-mingw32 (64-bit)
38+
864#> * using session charset: ISO8859-1
39+
865#> * using option '--as-cran'
40+
866#> * checking extension type ... Package
41+
867#> * this is package 'WVPlots' version '1.3.2'
42+
868#> * checking for file 'WVPlots/DESCRIPTION' ... OK
43+
869#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
44+
870#> Maintainer: 'John Mount '
45+
871#> * checking package namespace information ... OK
46+
872#> * checking package dependencies ... NOTE
47+
873#> Suggests orphaned package: 'plotly'
48+
...
49+
927#> Status: 1 NOTE
50+
We hope plotly will move out of orphaned status soon,
51+
if not we will later remove the suggestion.
4752

4853
## Downstream dependencies
4954

50-
No declared reverse dependencies (please see https://github.com/WinVector/WVPlots/blob/master/extras/check_reverse_dependencies.md ).
55+
No declared reverse dependencies (please see
56+
https://github.com/WinVector/WVPlots/blob/master/extras/check_reverse_dependencies.md ).
5157

5258
Zumel is not a mis-spelling.

extras/check_reverse_dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ package = "WVPlots"
88
date()
99
```
1010

11-
## [1] "Sat Oct 3 09:13:40 2020"
11+
## [1] "Mon Jan 4 12:41:24 2021"
1212

1313
``` r
1414
packageVersion(package)
1515
```
1616

17-
## [1] '1.3.0'
17+
## [1] '1.3.2'
1818

1919
``` r
2020
parallelCluster <- NULL
@@ -26,14 +26,14 @@ orig_dir <- getwd()
2626
print(orig_dir)
2727
```
2828

29-
## [1] "/Users/johnmount/Documents/work/WVPlots.git/extras"
29+
## [1] "/Users/johnmount/Documents/work/WVPlots/extras"
3030

3131
``` r
3232
setwd(td)
3333
print(td)
3434
```
3535

36-
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpoiyNta"
36+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpUBS2yh"
3737

3838
``` r
3939
options(repos = c(CRAN="https://cloud.r-project.org"))

0 commit comments

Comments
 (0)