cenap at hacettepe.edu.tr
2008-May-21 08:20 UTC
[Rd] Problem with R or fBasics Package (PR#11495)
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"
ripley at stats.ox.ac.uk
2008-May-21 15:40 UTC
[Rd] Problem with R or fBasics Package (PR#11495)
This indicates that you need to reinstall your packages for the current version of R (and you have not even told us what that is, nor your OS). It is not a bug in R, and something frequently answered on the R-help mailing list. On Wed, 21 May 2008, cenap at hacettepe.edu.tr wrote:> 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" > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
>>>> "CET" == cenap at hacettepe.edu.tr >>>> on Wed, 21 May 2008 10:20:09 +0200 (CEST)CET> I have a problem wirh R: After loding fBasics packages log CET> funtion doesn't CET> work like as fallow: CET> Cenap ERDEMIR CET> Hacettepe University CET> Turkey Thanks for your report, I will take care of it. Please do not post issues related to Rmetrics as a bug to the Rd or R-bug list, but rather to the Rmetrics developers mailing-list [rmetrics-core at r-project.org]. regards, Yohan -- PhD student Swiss Federal Institute of Technology Zurich www.ethz.ch www.rmetrics.org NOTE: Rmetrics Workshop: http://www.rmetrics.org/meielisalp.htm June 29th - July 3rd Meielisalp, Lake Thune, Switzerland
Sklyar, Oleg (MI London)
2008-May-21 16:02 UTC
[Rd] Problem with R or fBasics Package (PR#11495)
It's not a problem with R, it's just fBasics is buggy! It overrides log and round. Please contact the maintainer of the fBasics package. Dr Oleg Sklyar Technology Group Man Investments Ltd +44 (0)20 7144 3803 osklyar at maninvestments.com> -----Original Message----- > From: r-devel-bounces at r-project.org > [mailto:r-devel-bounces at r-project.org] On Behalf Of > cenap at hacettepe.edu.tr > Sent: 21 May 2008 09:20 > To: r-devel at stat.math.ethz.ch > Cc: R-bugs at biostat.ku.dk > Subject: [Rd] Problem with R or fBasics Package (PR#11495) > > > 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" > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >********************************************************************** The contents of this email are for the named addressee(s...{{dropped:22}}