Skip to content

Commit

Permalink
updated for 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Nov 24, 2020
1 parent b9a04c0 commit df57e08
Showing 1 changed file with 78 additions and 9 deletions.
87 changes: 78 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,80 @@
## Release summary

* Switches maintainer to Max Kuhn
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

## Test environments

* Ubuntu 18.04.2 LTS, R 3.6.2
* Ubuntu 16.04 (on travis-ci), R 3.6.1

## R CMD check results
* 0 errors | 0 warnings | 0 notes
* We saw 0 new problems
* We failed to check 0 packages

```
* using log directory 'd:/RCompile/CRANguest/R-devel/usemodels.Rcheck'
* using R Under development (unstable) (2020-11-14 r79432)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'usemodels/DESCRIPTION' ... OK
* this is package 'usemodels' version '0.1.0'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'Max Kuhn <max@rstudio.com>'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking serialization versions ... OK
* checking whether package 'usemodels' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [13s] OK
* checking Rd files ... [0s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking examples ...
** running examples for arch 'i386' ... [5s] OK
** running examples for arch 'x64' ... [5s] OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ... [6s] OK
Running 'spelling.R' [0s]
Running 'testthat.R' [5s]
** running tests for arch 'x64' ... [5s] OK
Running 'spelling.R' [0s]
Running 'testthat.R' [4s]
* checking PDF version of manual ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: OK
```

0 comments on commit df57e08

Please sign in to comment.