[Rd] Problem with R or fBasics Package (PR#11495)
cenap at hacettepe.edu.tr
cenap at hacettepe.edu.tr
Wed May 21 10:20:09 CEST 2008
I have a problem wirh R: After loding fBasics packages log funtion doesn't
work like as fallow:
Cenap ERDEMIR
Hacettepe University
Turkey
> log(20)
[1] 2.995732
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: fImport
Loading required package: fSeries
Loading required package: robustbase
Loading required package: fCalendar
Loading required package: fEcofin
Loading required package: fUtilities
Loading required package: MASS
Rmetrics Package fUtilities (270.73) loaded.
Rmetrics Package fEcofin (270.73) loaded.
Rmetrics, (C) 1999-2006, Diethelm Wuertz, GPL
fCalendar: Time, Date and Calendar Tools
Package fSeries (260.72) loaded.
Rmetrics - Financial Time Series Objects
Rmetrics, (C) 1999-2007, Diethelm Wuertz, GPL
Attaching package: 'fImport'
The following object(s) are masked from package:fCalendar :
economagicImport,
forecastsImport,
fredImport,
keystatsImport,
yahooImport,
yahooSeries
Package fBasics (260.72) loaded.
Rmetrics - Markets and Basic Statistics
Rmetrics, (C) 1999-2007, Diethelm Wuertz, GPL
> log(20)
Error in .Internal(log(x)) : no internal function "log"
More information about the R-devel
mailing list