similar to: R i386 2.15.0 'gogarch' package issue

Displaying 20 results from an estimated 80 matches similar to: "R i386 2.15.0 'gogarch' package issue"

2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
Dear list-member, I am currently developing a package with S4 classes. The NAMESPACE and DESCRIPTION is printed below. Within this package I have set a method "residuals" for two classes. In version 2.8.1 these two are reported whereas in R-Devel (2009-01-28 r47766). What have I missed? What has changed and how can I rectify the issue? Your help and pointers are welcome. For 2.8.1:
2011 Jul 06
0
How to use "Update" for an object of clss GOGARCH
Hi, I am using gogarch from the package "gogarch". i have 13 series. the univariate model for the one of the series has a statistically insignificant constant term (garch(1,1)). so I want to re fit the model assuming the constant term top be zero....can i use "update" method to do so....if not please help me out. regards -- View this message in context:
2012 Jul 07
1
Getting objects from quantmod ticker list
Hi all, I would need to put datas downloaded with quantmod into a matrix or a data frame. Suppose to start from here: *require(quantmod) ticker.list <- c('AAA', 'ALTSALES', 'AMBNS', 'AMBSL', 'BAA', 'EMRATIO', 'FEDFUNDS', 'GASPRICE', 'GS1', 'GS10', 'GS20', 'LNS14100000', 'MORTG',
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })
2015 Jan 30
1
Disk space exhaustion
Hello, what happens when an instance writes data with 0% available physical disk space, on QCOW2 images for instance, apart from destruction and unpredictability? I'm aware that monitoring is mandatory in production environments, but are there other known industry tricks to deal with this? Soft/hard limit settings, autopause/stop, or does KVM react in doing force shut down the VM in
2012 Mar 06
0
R 2.15.0 alpha: R CMD check --as-cran / tools:::..check_package_CRAN_incoming() crash
For what it's worth, with R --no-init-file CMD check --as-cran ${pkg}_${version}.tar.gz on R version 2.15.0 alpha (2012-03-03 r58572) on Windows I just managed to generate a crash: Checking package affxparser... * using log directory 'X:/affxparser,BioC-devel/R2.15.0/affxparser.Rcheck' * using R version 2.15.0 alpha (2012-03-03 r58572) * using platform: x86_64-pc-mingw32 (64-bit)
2012 Mar 30
1
R 2.15.0
Albricias. R 2.15.0 ha sido 'liberado'. La información de las novedades aquí: http://cran.r-project.org/src/base/NEWS.html Además, con esta versión empieza una nueva época, pues ya no habrá dos versiones por año, sino solo una con parches a lo largo del año. Que Vds. lo disfruten. -- :: Igor Sosa Mayor :: joseleopoldo1792 en gmail.com :: :: GnuPG: 0x1C1E2890 ::
2013 Jun 18
0
tcktk problem with custom R 2.15.0 build on RHEL5
Bruce Pennypacker wrote that he was having a problem using the R library sqldf under Red Hat 5.6: > library("sqldf") .. > result<-sqldf("select data.*, meth450part.chromStart as MethChromStart, meth450part.chromEnd as MethChromEnd, meth450part.strand as MethStrand, meth450part.name as MethName, meth450part.score as MethScore from data join meth450part where
2012 Apr 12
1
R-2.15.0 and Exporting Methods Converted To S4 Generic
Late to the show on this release, unfortunately. One of our production packages no longer builds under R-2.15.0 with the following message. ** testing if installed package can be loaded Error: Function found when exporting methods from the namespace 'SuperCurve' which is not S4 generic: 'image' Possibly relevant clues follow: ## From R/AllGenerics.R if
2012 Apr 15
1
no carriage returns in BATCH output from 2.15.0
It seems like I must be missing something since I haven't been able to find mention of this. Under Windows 7 I'm not getting carriage returns in the output of BATCH files using 2.15.0 (both 64-bit and 32-bit). They are in the startup messages, but not for the real output. Is this on purpose? Pat -- Patrick Burns pburns at pburns.seanet.com twitter: @portfolioprobe
2012 Jan 10
1
question about R 2.15.0
Dear Sir/Madam, I want to download R development version 2.15.0 source code. But I just found the version for windows and MacOS. So would you please give me some instruction about how can I download the R 2.15.0 source code? Thank you very much for you help! Best, Jing Wang [[alternative HTML version deleted]]
2012 Feb 13
0
Release plans for 2.14.2 and 2.15.0
It is the intention of the R Core Team to release the finalized version of the 2.14.x series at the end of February, and soon thereafter to start the run-in for 2.15.0. I.e., 2.14.2 "Gift-Getting Season" on Feb 29 (3rd anniversary of R-1.0.0!) 2.15.0 "Easter Beagle" on Mar 30 (We'll see about getting the nicknames into the actual sources this time.) Further details to
2012 May 03
0
Rprofile.site in R 2.15.0 on Windows?
Hello: I have so far failed to get Rprofile.site to be processed in R 2.15.0 under Windows 7 as I remember having done it in previous version of R. For example, I've included "options(max.print=222)" in "R_HOME/etc/Rprofile.site" (with and without the environmental variable R_HOME set to the install directory of R 2.15.0 in advanced system settings): When I
2012 Jun 28
1
package ‘rggobi’ is not available (for R version 2.15.0)
I am having problems installing package rggobi. I have spent days reading other people's questions about this topic but could not get any useful info out of previous answers. I am running 32-bit Windows 7 and have successfully installed GGobi version 2.1.8. My error looks like this: > install.packages('rggobi') Installing package(s) into
2012 Jun 20
1
Tinn-R and R 2.15.0 integration
Hello, This is WJ. I downloaded R(2.15.0) and Tinn-R(2.3.7.1) from http://sourceforge.net/projects/tinn-r/ for my computer (window 7 OS). I want to know how to integrate Tinn-R with R(2.15.0). So far, I was able to find some web-site has step for integration, so I updated the following steps. Open the file 'Rprofile.site' and add the following lines to the end of the file:
2012 Mar 30
2
Problem loading package 'JGR' using R-2.15.0 (Win32).
Hi all. Upon attempting to load the 'JGR' package, on a Win32 machine (SP3), a pop-up message appeared stating that R had encountered a problem and needs to close. Has anyone else encountered this? Thanks. ~Caitlin [[alternative HTML version deleted]]
2012 May 01
1
Forecast Package for 2.15.0
Anyone else having problems installing this package? Any ideas for fixing? Thanks, Jess -- View this message in context: http://r.789695.n4.nabble.com/Forecast-Package-for-2-15-0-tp4601328.html Sent from the R help mailing list archive at Nabble.com.
2012 May 14
2
package ‘adehabitat’ is not available (for R version 2.15.0) on Mac OS X
Hi R- User,I tried to load package adehabitat for R version 2.15.0. But, I got error. even I download and save in local drive and tried to install from the local file. but still i got the following errors install.packages("adehabitat", repos='C:/adehabitat_1.8.10.tgz') package ‘adehabitat’ is not available (for R version 2.15.0) > install.packages("adehabitat",
2012 May 21
1
tcktk problem with custom R 2.15.0 build on RHEL5
Hi all, Please bear with me because I'm not all that familiar with R. I manage a research cluster that's running Red Hat 5.6 (64-bit), and we recently installed version 2.15.0 of R for some users. Here's how we built it: ./configure --prefix=/opt/shared/R/2.15.0 --with-tcltk --with-system-zlib --with-system-bzlib --with-system-pcre --with-lapack --enable-R-shlib When we ran
2012 Jun 03
1
R 2.15.0 and 2.14.2 crash on the same code that runs on 2.14.1
Dear list, My code runs on 2.14.1 smoothly (with no error) but makes R crash on 2.14.2 and 2.15.0 with the usual windows message about "R for windows GUI front-end has stopped working..." and as such I dont have any access to R to get any error or warning message (if any). It crashes on random parts of the code any time that I run it. The code consists of EDA and spatial regression and