Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 4, 2021
1 parent 8113373 commit 8cb191d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 30 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: WVPlots
Type: Package
Title: Common Plots for Analysis
Version: 1.3.2
Date: 2021-01-03
Date: 2021-01-04
Authors@R: c(
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# WVPlots 1.3.2 2021-01-03
# WVPlots 1.3.2 2021-01-04

* Fix error msg on ThresholdPlot
* Add accuracy as a ThresholdPlot metric.
Expand Down
54 changes: 30 additions & 24 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,55 @@

### OSX

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


### Windows

devtools::check_win_devel()
Error in curl::curl_fetch_memory(url, handle = h) :
Failed FTP upload: 550

Timeout was reached: [win-builder.r-project.org] FTP response timeout

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

## Downstream dependencies

No declared reverse dependencies (please see https://github.com/WinVector/WVPlots/blob/master/extras/check_reverse_dependencies.md ).
No declared reverse dependencies (please see
https://github.com/WinVector/WVPlots/blob/master/extras/check_reverse_dependencies.md ).

Zumel is not a mis-spelling.
8 changes: 4 additions & 4 deletions extras/check_reverse_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package = "WVPlots"
date()
```

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

``` r
packageVersion(package)
```

## [1] '1.3.0'
## [1] '1.3.2'

``` r
parallelCluster <- NULL
Expand All @@ -26,14 +26,14 @@ orig_dir <- getwd()
print(orig_dir)
```

## [1] "/Users/johnmount/Documents/work/WVPlots.git/extras"
## [1] "/Users/johnmount/Documents/work/WVPlots/extras"

``` r
setwd(td)
print(td)
```

## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpoiyNta"
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpUBS2yh"

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

0 comments on commit 8cb191d

Please sign in to comment.