Bugs item #1720472, was opened at 2007-05-16 23:48 Message generated for change (Settings changed) made by warnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1720472&group_id=48422
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: rpy >Status: Closed Resolution: Wont Fix Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Gregory Warnes (warnes) Summary: Can not loading "mgcv" package Initial Comment: I will try to loading package mgcv, but I have get some error message: >>> from rpy import * RHOME= C:\Program Files\R\R-2.4.1 RVERSION= 2.4.1 RVER= 2041 RUSER= C:\Documents and Settings\Yslin Loading the R DLL C:\Program Files\R\R-2.4.1\bin\R.dll .. Done. Loading Rpy version 2041 .. Done. Creating the R object 'r' .. Done >>> r.library("mgcv") Warning message: package 'mgcv' was built under R version 2.5.0 Traceback (most recent call last): File "<pyshell#1>", line 1, in -toplevel- r.library("mgcv") RException: 錯誤: package/namespace load failed for 'mgcv' what's happen? anyone can tell me? thanks... ---------------------------------------------------------------------- Comment By: Gregory Warnes (warnes) Date: 2007-10-17 22:11 Message: Logged In: YES user_id=9316 Originator: NO I'm not sure exactly why this works properly directly under R and not under RPy, but it is probably a good idea to either upgrade R and RPy or downgrade mcv to match the version of R. Unless the problem shows itself in other contexts I'm not going to try to tease this apart. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-06-09 22:01 Message: Logged In: NO I think your mgcv version is too new. Rpy seems work with the lower version of mgcv (e.g., mgcv version working with R.2.4.1). ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-05-17 21:44 Message: Logged In: NO when I use in R > library(mgcv) This is mgcv 1.3-24 Warning message: package 'mgcv' was built under R version 2.5.0 > is ok... and update from CRAN what's happen? is version problem? anyone can tell me? thanks... ---------------------------------------------------------------------- Comment By: Peter (maubp) Date: 2007-05-17 09:57 Message: Logged In: YES user_id=259020 Originator: NO Try running R, which on your machine appears to be version 2.4.1, and typing: library(mgcv) I predict this will fail after giving the warning message: package 'mgcv' was built under R version 2.5.0 i.e. Where ever you got your copy of mgcv from, it appears to be intended for R 2.5.0 not 2.4.1 If this does fail in R, then your problem is nothing to do with rpy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1720472&group_id=48422 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list