Last updated on 2019-10-31 00:50:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 5.98 | 55.78 | 61.76 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 5.01 | 41.44 | 46.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 70.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 69.89 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0.3 | 15.00 | 93.00 | 108.00 | OK | |
r-patched-linux-x86_64 | 1.0.3 | 5.18 | 53.12 | 58.30 | OK | |
r-patched-solaris-x86 | 1.0.3 | 94.00 | OK | |||
r-release-linux-x86_64 | 1.0.3 | 6.52 | 37.35 | 43.87 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0.3 | 12.00 | 63.00 | 75.00 | OK | |
r-release-osx-x86_64 | 1.0.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.3 | 7.00 | 96.00 | 103.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.3 | OK |
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in ‘lcyanalysis-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bearpower
> ### Title: bear power technical analysis function
> ### Aliases: bearpower
>
> ### ** Examples
>
> library(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.
> aapl<-getSymbols("AAPL",src="yahoo",auto.assign=FALSE)
‘getSymbols’ currently uses auto.assign=TRUE by default, but will
use auto.assign=FALSE in 0.5-0. You will still be able to use
‘loadSymbols’ to automatically load data. getOption("getSymbols.env")
and getOption("getSymbols.auto.assign") will still be checked for
alternate defaults.
This message is shown once per session and may be disabled by setting
options("getSymbols.warning4.0"=FALSE). See ?getSymbols for details.
Warning: AAPL download failed; trying again.
Error in getSymbols.yahoo(Symbols = "AAPL", env = <environment>, verbose = FALSE, :
Unable to import “AAPL”.
AAPL download failed after two attempts. Error message:
HTTP error 401.
Calls: getSymbols -> do.call -> getSymbols.yahoo
Execution halted
Flavor: r-release-linux-x86_64