Hi all, I've just downloaded and installed the latest R 32-bit version plus RExcel and R Commander. I'm having several problems in loading gogarch package: The command *library(gogarch, pos=4)* returns *ERROR: package/namespace load failed for 'gogarch'* The command *require(gogarch)* returns *Error : Function found when exporting methods from the namespace 'gogarch' which is not S4 generic: 'print'* How may I solve it? Thank you! -- View this message in context: http://r.789695.n4.nabble.com/R-i386-2-15-0-gogarch-package-issue-tp4629888.html Sent from the R help mailing list archive at Nabble.com.
If I use gogarch_0.7-1 the command *require(gogarch)* returns the following error: *Error in get(".packageName", where) : cannot allocate memoby block of size 3.2 Gb* -- View this message in context: http://r.789695.n4.nabble.com/R-i386-2-15-0-gogarch-package-issue-tp4629888p4629889.html Sent from the R help mailing list archive at Nabble.com.
Ok, solved. If anyone had the same problem, just install the last gogarch pacakge (vers. 0.7-1) and restart R + R Commander after the package installation. When you've restarted it, the command *require(gogarch)* should load fastICA package in the end and it will work ;) -- View this message in context: http://r.789695.n4.nabble.com/R-i386-2-15-0-gogarch-package-issue-tp4629888p4629890.html Sent from the R help mailing list archive at Nabble.com.
Hello, Probably you should try:> update.packages(checkBuilt=TRUE)> install.packages('gogarch', dependencies=TRUE)Best Regards, Pascal ----- Mail original ----- De?: Cren <oscar.soppelsa at bancaakros.it> ??: r-help at r-project.org Cc?: Envoy? le : Lundi 14 mai 2012 16h06 Objet?: [R] R i386 2.15.0 'gogarch' package issue Hi all, I've just downloaded and installed the latest R 32-bit version plus RExcel and R Commander. I'm having several problems in loading gogarch package: The command *library(gogarch, pos=4)* returns *ERROR: package/namespace load failed for 'gogarch'* The command *require(gogarch)* returns *Error : Function found when exporting methods from the namespace 'gogarch' which is not S4 generic: 'print'* How may I solve it? Thank you! -- View this message in context: http://r.789695.n4.nabble.com/R-i386-2-15-0-gogarch-package-issue-tp4629888.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.