Forum: help


RE: Can't load Default [ Reply ] By: Ben Or on 2011-09-15 03:05 | [forum:4959] |
Hello, Perhaps you can try download the package Defaults via the link: http://cran.r-project.org/web/packages/Defaults/index.html just load the Defaults library first before quantmod >library(Defaults) >library(quantmod) Ben Or |
Can't load Default [ Reply ] By: Russ Abbott on 2010-02-21 06:20 | [forum:2550] |
Hi, I'm new to both R and quantmod. So this is probably a foolish question. I just installed R. I then installed quantmod using install.packages("quantmod",repos="http://R-Forge.R-project.org") But I got this warning. Warning: dependency ‘Defaults’ is not available I unpacked the zip files lattice, xts, zoo, and quantmod into a folder under library. But when it tried to load it, I ran into the same Defaults problem > library(quantmod) Loading required package: xts Loading required package: zoo Loading required package: Defaults Error: package 'Defaults' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'Defaults' And > search() shows that it wasn't loaded. Can you tell me how to get Defaults. Thanks. -- Russ |