Last updated on 2017-07-31 01:47:29.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.65 | 80.29 | 81.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.79 | 74.26 | 76.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 129.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 137.39 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 7.00 | 190.00 | 197.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 1.57 | 81.26 | 82.83 | OK | |
r-patched-solaris-x86 | 0.1.0 | 168.60 | NOTE | |||
r-release-linux-x86_64 | 0.1.0 | 1.68 | 77.37 | 79.06 | OK | |
r-release-windows-ix86+x86_64 | 0.1.0 | 13.00 | 219.00 | 232.00 | OK | |
r-release-osx-x86_64 | 0.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 12.00 | 124.00 | 136.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | ERROR |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘devtools’ ‘forecast’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.1.0
Check: examples
Result: 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)
Loading required package: lubridate
Attaching package: ‘lubridate’
The following object is masked from ‘package:base’:
date
Loading required package: quantmod
Loading required package: xts
Loading required package: zoo
Attaching package: ‘zoo’
The following objects are masked from ‘package:base’:
as.Date, as.Date.numeric
Loading required package: TTR
Version 0.4-0 included new data defaults. See ?getSymbols.
Loading required package: tidyverse
Loading tidyverse: ggplot2
Loading tidyverse: tibble
Loading tidyverse: tidyr
Loading tidyverse: readr
Loading tidyverse: purrr
Loading tidyverse: dplyr
Conflicts with tidy packages ---------------------------------------------------
as.difftime(): lubridate, base
date(): lubridate, base
filter(): dplyr, stats
first(): dplyr, xts
intersect(): lubridate, base
lag(): dplyr, stats
last(): dplyr, xts
setdiff(): lubridate, base
union(): lubridate, base
Attaching package: ‘tidyquant’
The following object is masked from ‘package:dplyr’:
as_tibble
The following object is masked from ‘package:tibble’:
as_tibble
> library(timetk)
>
> FANG %>%
+ filter(symbol == "FB") %>%
+ tk_augment_timeseries_signature()
Error in eval(expr, envir, enclos) : object 'FANG' not found
Calls: %>% -> eval -> eval
Execution halted
Flavor: r-oldrel-osx-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
The following object is masked from 'package:dplyr':
as_tibble
The following object is masked from 'package:tibble':
as_tibble
Error in eval(expr, envir, enclos) : object 'FANG' not found
Calls: test_check ... force -> source_file -> eval -> eval -> %>% -> eval -> eval
testthat results ================================================================
OK: 0 SKIPPED: 0 FAILED: 0
Execution halted
Flavor: r-oldrel-osx-x86_64
Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Conflicts with tidy packages ----------------------------------------------
as.difftime(): lubridate, base
date(): lubridate, base
filter(): dplyr, stats
first(): dplyr, xts
intersect(): lubridate, base
lag(): dplyr, stats
last(): dplyr, xts
setdiff(): lubridate, base
union(): lubridate, base
Attaching package: 'tidyquant'
The following object is masked from 'package:dplyr':
as_tibble
The following object is masked from 'package:tibble':
as_tibble
Quitting from lines 69-72 (TK00_Time_Series_Coercion.Rmd)
Error: processing vignette 'TK00_Time_Series_Coercion.Rmd' failed with diagnostics:
could not find function "tq_transmute"
Execution halted
Flavor: r-oldrel-osx-x86_64