search for: fcalendar

Displaying 20 results from an estimated 59 matches for "fcalendar".

Did you mean: calendar
2009 Mar 05
1
Problem using RMySQL and fCalendar
Hello: I am trying to use fCalendar for date arithmetic and the RMySQL package for accessing a MySQL database. The fCalendar math operations seem to work fine UNTIL I load the RMySQL package. Here is a demonstration: ean at fibonacci:~/Desktop/amCharts/rsa-metrics$ R R version 2.7.1 (2008-06-23) Copyright (C) 2008 The R Founda...
2008 Mar 23
2
Can not install fCalendar package under R 2.6.2
Dear R helper: When I was trying to install the fCalendar package, R report the following error and then my installation failed: * Installing *source* package 'fCalendar' ... ** R ** inst ** preparing package for lazy loading Loading required package: MASS Loading required package: fEcofin Loading required package: fUtilities Loading required pa...
2012 Feb 22
1
Package 'fCalendar'
Dear, I'm a master student mathematics at university Gent, who's writing a thesis about vines and copula's. I'm in trouble with the package 'fCalendar' which I need for running 'QRMlib'. The problem is that 'fCalendar' doesn't have a namespace. I need to use R.2.14.1 because I also need the package 'vines' which only works for R.2.14.1. I'm afraid making a namespace myself is much too complicated, I read much a...
2006 Jun 01
1
date sequencing using the Fcalendar package
I am using the following command from the Fcalendar Package : x = timeSequence("1992-12-31","1994-12-31") and then y = as.character(x) is a vector of character strings "[1] 1992-12-31" "1993-01-31" "1993-03-03" "1993-03-31" "1993-05-01" etc This is very close to what I need a...
2007 Aug 20
2
library(fCalendar) timeDate("12.03.2005",format="%d.%m.%Y")
Dear R users, I have problem with the library fCalendar. I am not using the US standard format notations. It seems like it is not possible to have different format than the US standards. Anyone how knows a way to go around this problem? Here is the code I enter: myDate = "12.03.2005" timeDate(myDate, format = "%d.%m.%Y") And I ge...
2007 Feb 14
0
xts.dvs function in fCalendar
There is a function in the fCalendar package called xts.dvs but I m unable to see the code inside the function. Is this common with functions in the fCalendar package or maybe there is something else that I have to do first or use the colon colon command in some manner I want to see the function coee because I want to see the detials...
2008 May 21
3
Problem with R or fBasics Package (PR#11495)
...niversity 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....
2008 Jun 12
1
The log function problem
Hi R, Please see the below commands. The question is I can see the value of log(2) before loading the package fcalendar in R. But after loading the package, the 'log' function doesn't work. How to solve this problem? Also note that the function code differs before and after downloading the packages. > log function (x, base = exp(1)) .Primitive("log") > log(2) [1] 0.6931472...
2006 Apr 10
0
installing problem
...ny help with this. > install.packages ("fMultivar", dependencies=TRUE) Warning in install.packages("fMultivar", dependencies = TRUE) : argument 'lib' is missing: using /usr/local/lib/R/site-library also installing the dependencies 'fBasics', 'fCalendar', 'fSeries' trying URL 'http://cran.cnr.Berkeley.edu/src/contrib/fBasics_221.10065.tar.gz' Content type 'application/x-tar' length 3111632 bytes opened URL ================================================== downloaded 3038Kb trying URL 'http://cran.cnr.Berk...
2007 Sep 19
0
fCalendar
is there a straigthforward way to get the holidays for Toronto ? like the function for NYSE e.g. the timeDate class says that setting a finCenter will give the right holidays, but how? thank you very much. stephen
2007 Oct 31
1
problem with package fSeries
...unction. Is this a bug or what am I doing wrong? Because of this, I'm unable to use the garch library. thanks a lot for any help, Balazs Torma > log(1) [1] 0 > require("fSeries") Loading required package: fSeries Loading required package: robustbase Loading required package: fCalendar Loading required package: fEcofin 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 > log(1) Error in .Internal(log(x)) : no internal fu...
2008 Apr 07
2
tcltk issue remains
...ckage and keep running into problems with tcltk: After succesfully instaling fGarch (and dependencies) I get: >library(fGarch) Loading required package: fBasics Loading required package: fImport Loading required package: fSeries Loading required package: robustbase Loading required package: fCalendar Loading required package: MASS Loading required package: fEcofin Loading required package: fUtilities Loading required package: RUnit RUnit 0.4.17 loaded. Loading required package: spatial Loading required package: tcltk Loading Tcl/Tk interface ... Error in fun(...) : couldn't connect to...
2005 Jul 05
1
timezone problems
Hi, Im using R 2.1.1 and running Code that previously worked (on R 2.1.0 I believe) using the 'timeDate' function from the fCalendar package. The code now throws an error: Error in if (Sys.timezone() != "GMT") warning("Set timezone to GMT!") However I have read the documentation of the fCalendar package and I have set my system variable TZ to GMT. I tracked the error down to the function Sys.timezone()...
2007 Aug 29
1
R CMD check recursive copy of tests/
>From NEWS of R v2.6.0 devel: o R CMD check now does a recursive copy on the 'tests' directory. However, R CMD check does not run *.R scripts in such subdirectories (as I thought/hoped for), only those directly under tests/, This may or may not be intentional. If true, maybe the above should be clarified as: o R CMD check now does a recursive copy on the 'tests' directory
2006 Apr 05
1
Time Series Objects/ MC Simulation
...pproach. I want to express call schedules as date-price tuples. Naturally, these tuples need to be expanded to match the frequency of the innovations in the MC process. 1. Is there a straigh-forward way to accomplish this "expansion"? 2. I have noted the existance of ts, its, zoo and fCalendar. Does anyone have an opion on the relative merits of these, particularly with respect to speed in a simulation framework? Your assistance and insights are appreciated. Keith
2007 Jan 25
2
Days of the week?
Hi WizaRds, What is the "standard" way to get the day of the week from a date such as as.Date("2006-12-01")? It looks like fCalendar has some functions but this requires a change in the R locale to GMT. Is there another way? Thanks! Jack. --------------------------------- Be a PS3 game guru. [[alternative HTML version deleted]]
2007 Jun 28
2
align() function missing in R ?
Dear list members, I switched from Splus to R a few years ago and so far found no functionality missing. However, I am struggling to find the equivalent align() function for time series. I did find some reduced functionality such as alignDailySeries in package:fCalendar but the full capability of aligning two timeseries seems to be missing. Could this be true ? I am sure there must be a need for this useful function. Any help would be greatly appreciated. Thanks ! Markus
2009 Oct 29
3
"The system cannot find the file specified"
...tion/zip' length 2369023 bytes (2.3 Mb) opened URL downloaded 2.3 Mb package 'robustbase' successfully unpacked and MD5 sums checked package 'fUtilities' successfully unpacked and MD5 sums checked package 'fEcofin' successfully unpacked and MD5 sums checked package 'fCalendar' successfully unpacked and MD5 sums checked package 'fSeries' successfully unpacked and MD5 sums checked package 'mvtnorm' successfully unpacked and MD5 sums checked package 'QRMlib' successfully unpacked and MD5 sums checked Error in normalizePath(path) : path[1]=&quo...
2007 Dec 11
0
holidayNYSE missing some
...r-sig-finance@stat.math.ethz.ch> > > Subject: [R-SIG-Finance] holidayNYSE missing some > > > > Hello, > > > > I'm not sure if this is the correct list to email this too, but it > > appears that at least in R 2.5.0 that the holidayNYSE function in > > fCalendar does not include holidays that occur on Saturday. E.g. > > holidayNYSE(2004) does not list Christmas. > > > > Thanks, John. > > [[alternative HTML version deleted]] > > > > > > > > email: johnputz3655@yahoo.com <mailto:johnputz3655@yahoo.com&g...
2007 Aug 08
2
Error: Cannot Coerce POSIXt to POSIXct when building package
...C_TIME=English_United Kingdom.1252 attached base packages: [1] "tcltk" "stats" "graphics" "grDevices" "utils" "datasets" "methods" "base" other attached packages: fSeries nnet mgcv fBasics fCalendar fEcofin spatial MASS "251.70" "7.2-34" "1.3-25" "251.70" "251.70" "251.70" "7.2-34" " 7.2-34" I would sincerely appreciate any help. [[alternative HTML version deleted]]