Re: [Rd] errors in loading packages (PR#9839)
On 10/08/2007, at 5:14 AM, [EMAIL PROTECTED] wrote: > Full_Name: Peter Wickham > Version: 2.4.1 > OS: Mac 10.4.10 > Submission from: (NULL) (209.59.87.136) > > > Attempted to load "gdata" and "gregmisc" packages after using > installing via > Package Installer in R. Both load attempts resulted in the > following message: > "Error in loadNamespace(i[[1]], c(lib.loc, .libPaths())) : there > is no package > called 'gtools'". There is no mention of failure in the Mac OSX > check summary > for packages. Another package "waveslim" installed and loaded > properly (apart > from the R topic "AR1"). Either use the installer to download gtools etc or check the Install Dependencies box and they will all be automatically downloaded. > I might also mention that I am still using R 2.4.1 tather than R > 2.5.1 as I > received warning messages in red > R[244] and R[451] "tossing reply message sequence 1 on" when > downloading the > latest version of R. > > This isn't a problem, it still works, there might be a development version where it is fixed. For Mac related problems there is a special list at https://stat.ethz.ch/mailman/listinfo/r-sig-mac Check the archives for discussion of this problem. Ken __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] R 2.5.1.
On 16/08/2007, at 10:55 AM, Edo Airoldi wrote: > installed from the binary image (http://cran.r-project.org/bin/ > macosx/) on an intel mac 10.4.10 throws three warnings: > > - > R version 2.5.1 (2007-06-27) > Copyright (C) 2007 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type 'license()' or 'licence()' for distribution details. > >Natural language support but running in an English locale > > R is a collaborative project with many contributors. > Type 'contributors()' for more information and > 'citation()' on how to cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. > > 2007-08-15 20:52:09.248 R[711] tossing reply message sequence 1 on > thread 0x15b5e250 > 2007-08-15 20:52:09.414 R[711] tossing reply message sequence 2 on > thread 0x15b5e250 > 2007-08-15 20:52:09.454 R[711] tossing reply message sequence 3 on > thread 0x15b5e250 >> > -- > > however nothing obvious seems to go wrong. > This isn't a problem, R still works fine. There is a special mailing list for Mac related problems at https:// stat.ethz.ch/mailman/listinfo/r-sig-mac Ken __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] Hmisc for Mac OSX.
On 06/11/2007, at 8:59 AM, Rolf Turner wrote: > > I'm not sure if this is the right target to which to direct this post, > but I couldn't think of anything more appropriate. > R-Sig-Mac https://stat.ethz.ch/mailman/listinfo/r-sig-mac is for mac specific problems > I just downloaded the Hmisc package to the Imac that I use. When I > attempted > to load it I got an error to the effect that it could not load the > library: > > /Library/Frameworks/R.framework/Versions/2.5/Resources/lib/ > libgfortran.2.dylib > > Note the ``2.5'' in the foregoing path name; I am currently running > 2.6.0, and > I suspect that this is the problem --- i.e. the Mac binary on CRAN > was built > under 2.5.x and this does not work with 2.6.y. > > I note that the source and Windoze Hmisc packages are designated as > 3.4-3, but > the Mac package is designated as 3.4-2 which would appear to imply > that it's > a step behind. > > Could the Mac binary be updated please? Thanks. > The mac binary at central CRAN is a t3.4-3, so it is probably a mirror problem, CRAN works for me, but uni of melbourne has the old Hmisc, but it works under 2.6 anyway. Ken __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] bug in mmlcr ? (PR#10576)
On 15/01/2008, at 7:40 PM, [EMAIL PROTECTED] wrote: > Hi the list. > > Is there a bug in mmlcr package ? > The following code does not compile: > > mmlcrTest <- function(dataW){ > dataL <- > reshape > (dataW > ,idvar > = > "id > ",timevar > ="T",varying=list("T0","T1","T2"),direction="long",v.names="score") > > resultR <- mmlcr(outer= ~ 1 | id, > components = list(list(formula = score~1+T,class= > "normlong")), n.groups=3, > data=dataL, > max.iter=500 > ) > plot(resultR) > } > mmlcrTest(dataW) > > The error is (translate from french): > "Error in inherits(x, "data.frame") : objet "dataL" not find" > > It seems that mmlcr does not look for the data at the right place > since > it did find dataL if we set it a a global variable but it does not > find > it if we define it in a function. > This should be directed to the package maintainer Steve Buyske, who I have included in the reply. Ken __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel