Bugs item #1720472, was opened at 2007-05-17 03:48 Message generated for change (Comment added) made by maubp 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: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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: Peter (maubp) Date: 2007-05-17 13: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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list