Last updated on 2018-02-24 09:51:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.26 | 86.59 | 89.85 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.41 | 68.69 | 71.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 103.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 101.32 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 8.00 | 148.00 | 156.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 1.92 | 103.49 | 105.41 | OK | |
r-patched-solaris-x86 | 0.1.0 | 185.40 | NOTE | |||
r-release-linux-x86_64 | 0.1.0 | 2.48 | 106.87 | 109.35 | OK | |
r-release-windows-ix86+x86_64 | 0.1.0 | 10.00 | 172.00 | 182.00 | OK | |
r-release-osx-x86_64 | 0.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 6.00 | 49.00 | 55.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:
── 2. Error: (unknown) (@test_tk_make_future_timeseries.R#46) ─────────────────
object 'FANG' not found
1: FANG %>% filter(symbol == "FB") %>% tk_index() at testthat/test_tk_make_future_timeseries.R:46
2: eval(lhs, parent, parent)
3: eval(expr, envir, enclos)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 219 SKIPPED: 0 FAILED: 2
1. Error: (unknown) (@test_tk_augment_timeseries.R#5)
2. Error: (unknown) (@test_tk_make_future_timeseries.R#46)
Error: testthat unit tests failed
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 57-64 (TK00_Time_Series_Coercion.Rmd)
Error: processing vignette 'TK00_Time_Series_Coercion.Rmd' failed with diagnostics:
no applicable method for 'rename_' applied to an object of class "logical"
Execution halted
Flavor: r-oldrel-osx-x86_64