cloudyr / aws.signature

Amazon Web Services Request Signatures
https://cloud.r-project.org/package=aws.signature
31 stars 33 forks source link

Tests and examples are running slow #26

Closed leeper closed 6 years ago

leeper commented 6 years ago

All tests are passing on CRAN but they are really slow. Something is taking much longer than it should.

* using log directory 'd:/RCompile/CRANguest/R-devel/aws.signature.Rcheck'
* using R version 3.5.0 alpha (2018-03-30 r74499)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'aws.signature/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'aws.signature' version '0.4.0'
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'Thomas J. Leeper <thosjleeper@gmail.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 'aws.signature' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... 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 ... [46s] OK
* checking Rd files ... 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' ... [61s] NOTE
Examples with CPU or elapsed time > 10s
                  user system elapsed
signature_v2_auth    0      0   20.00
signature_v4         0      0   20.02
** running examples for arch 'x64' ... [61s] NOTE
Examples with CPU or elapsed time > 10s
                  user system elapsed
signature_v2_auth 0.02      0   20.03
signature_v4      0.00      0   20.03
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ... [152s] OK
  Running 'testthat.R' [151s]
** running tests for arch 'x64' ... [152s] OK
  Running 'testthat.R' [151s]
* checking PDF version of manual ... OK
* DONE
Status: 2 NOTEs