* using log directory 'd:/Rcompile/CRANpkg/local/3.3/timetk.Rcheck' * using R version 3.3.3 (2017-03-06) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'timetk/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'timetk' version '0.1.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Package suggested but not available for checking: 'tidyquant' * 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 whether package 'timetk' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' 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 * 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 ... OK * checking Rd files ... OK * checking Rd metadata ... 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... ERROR Running examples in 'timetk-Ex.R' failed The error most likely occurred in: > ### Name: tk_augment_timeseries > ### Title: Augment the time series signature to the data > ### Aliases: tk_augment_timeseries tk_augment_timeseries_signature > > ### ** Examples > > library(tidyquant) Error in library(tidyquant) : there is no package called 'tidyquant' Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [3s] ERROR Running 'testthat.R' [2s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(timetk) > > test_check("timetk") -- 1. Error: (unknown) (@test_tk_augment_timeseries.R#2) ---------------------- there is no package called 'tidyquant' 1: library(tidyquant) at testthat/test_tk_augment_timeseries.R:2 2: stop(txt, domain = NA) -- 2. Error: (unknown) (@test_tk_get_timeseries.R#2) -------------------------- there is no package called 'tidyquant' 1: library(tidyquant) at testthat/test_tk_get_timeseries.R:2 2: stop(txt, domain = NA) -- 3. Error: (unknown) (@test_tk_index.R#3) ----------------------------------- there is no package called 'tidyquant' 1: library(tidyquant) at testthat/test_tk_index.R:3 2: stop(txt, domain = NA) -- 4. Error: (unknown) (@test_tk_make_future_timeseries.R#2) ------------------ there is no package called 'tidyquant' 1: library(tidyquant) at testthat/test_tk_make_future_timeseries.R:2 2: stop(txt, domain = NA) -- 5. Error: (unknown) (@test_tk_tbl.R#6) ------------------------------------- there is no package called 'tidyquant' 1: tidyquant::tq_get at testthat/test_tk_tbl.R:6 2: getExportedValue(pkg, name) 3: asNamespace(ns) 4: getNamespace(ns) 5: tryCatch(loadNamespace(name), error = function(e) stop(e)) 6: tryCatchList(expr, classes, parentenv, handlers) 7: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8: value[[3L]](cond) -- 6. Error: (unknown) (@test_tk_ts.R#4) -------------------------------------- there is no package called 'tidyquant' 1: tidyquant::tq_get at testthat/test_tk_ts.R:4 2: getExportedValue(pkg, name) 3: asNamespace(ns) 4: getNamespace(ns) 5: tryCatch(loadNamespace(name), error = function(e) stop(e)) 6: tryCatchList(expr, classes, parentenv, handlers) 7: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8: value[[3L]](cond) -- 7. Error: (unknown) (@test_tk_xts.R#4) ------------------------------------- there is no package called 'tidyquant' 1: tidyquant::tq_get at testthat/test_tk_xts.R:4 2: getExportedValue(pkg, name) 3: asNamespace(ns) 4: getNamespace(ns) 5: tryCatch(loadNamespace(name), error = function(e) stop(e)) 6: tryCatchList(expr, classes, parentenv, handlers) 7: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8: value[[3L]](cond) -- 8. Error: (unknown) (@test_tk_zoo.R#4) ------------------------------------- there is no package called 'tidyquant' 1: tidyquant::tq_get at testthat/test_tk_zoo.R:4 2: getExportedValue(pkg, name) 3: asNamespace(ns) 4: getNamespace(ns) 5: tryCatch(loadNamespace(name), error = function(e) stop(e)) 6: tryCatchList(expr, classes, parentenv, handlers) 7: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8: value[[3L]](cond) -- 9. Error: (unknown) (@test_tk_zooreg.R#4) ---------------------------------- there is no package called 'tidyquant' 1: tidyquant::tq_get at testthat/test_tk_zooreg.R:4 2: getExportedValue(pkg, name) 3: asNamespace(ns) 4: getNamespace(ns) 5: tryCatch(loadNamespace(name), error = function(e) stop(e)) 6: tryCatchList(expr, classes, parentenv, handlers) 7: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8: value[[3L]](cond) == testthat results =========================================================== OK: 0 SKIPPED: 0 FAILED: 9 1. Error: (unknown) (@test_tk_augment_timeseries.R#2) 2. Error: (unknown) (@test_tk_get_timeseries.R#2) 3. Error: (unknown) (@test_tk_index.R#3) 4. Error: (unknown) (@test_tk_make_future_timeseries.R#2) 5. Error: (unknown) (@test_tk_tbl.R#6) 6. Error: (unknown) (@test_tk_ts.R#4) 7. Error: (unknown) (@test_tk_xts.R#4) 8. Error: (unknown) (@test_tk_zoo.R#4) 9. Error: (unknown) (@test_tk_zooreg.R#4) Error: testthat unit tests failed Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [2s] WARNING Error in re-building vignettes: ... * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING, 1 NOTE