RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

R CMD check warnings #54

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago
* checking CRAN incoming feasibility ... WARNING
Maintainer: 'Robin K. S. Hankin <hankin.robin@gmail.com>'

Insufficient package version (submitted: 1.0.9, existing: 1.0.9)

Found the following (possibly) invalid URLs:
  URL: https://travis-ci.com/RobinHankin/stokes (moved to https://www.travis-ci.com/RobinHankin/stokes)
    From: README.md
    Status: 404
    Message: Not Found

[snip]

* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... [20s] NOTE
Examples with CPU (user + system) or elapsed time > 10s
         user system elapsed
contract 10.2      0    10.2
** running examples for arch 'x64' ... [23s] NOTE
Examples with CPU (user + system) or elapsed time > 10s
          user system elapsed
contract 11.66      0   11.65
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ... [143s] OK
  Running 'testthat.R' [142s]
** running tests for arch 'x64' ... [176s] OK
  Running 'testthat.R' [176s]
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking re-building of vignette outputs ... [74s] OK
* checking PDF version of manual ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: 1 WARNING, 2 NOTEs