Hi, I am trying to install the misc3d package on a Windows (XP) installation of R 2.0.1 using install.packages("misc3d") but with no success. I have used this approach with other packages OK, but for misc3d I get the following output... trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 27996 bytes opened URL downloaded 27Kb Warning message: No package "misc3d" on CRAN. in: download.packages(pkgs, destdir = tmpd, available = available, Any help would be much appreciated. Regards, Mark This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
On Mon, 11 Jul 2005, Mark Edmondson-Jones wrote:> Hi, > > I am trying to install the misc3d package on a Windows (XP) installation > of R 2.0.1 using install.packages("misc3d") but with no success. I have > used this approach with other packages OK, but for misc3d I get the > following output...Try using a current version of R for which there is a pre-compiled windows binary available or install the source package. Best, Z> trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' > Content type `text/plain; charset=iso-8859-1' length 27996 bytes > opened URL > downloaded 27Kb > > Warning message: > No package "misc3d" on CRAN. in: download.packages(pkgs, destdir = tmpd, available = available, > > Any help would be much appreciated. > > Regards, > Mark > > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses, which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >
On 7/11/2005 9:57 AM, Mark Edmondson-Jones wrote:> Hi, > > I am trying to install the misc3d package on a Windows (XP) installation of R 2.0.1 using install.packages("misc3d") but with no success. I have used this approach with other packages OK, but for misc3d I get the following output... > > trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' > Content type `text/plain; charset=iso-8859-1' length 27996 bytes > opened URL > downloaded 27Kb > > Warning message: > No package "misc3d" on CRAN. in: download.packages(pkgs, destdir = tmpd, available = available, > > Any help would be much appreciated.The message should be read at face value. There is no version of misc3d for R 2.0.1. I think misc3d was released in June, well after 2.1.0 came out, and we don't do binary builds for old releases. If you want to use that package, you'll need to upgrade (or try to compile it yourself). Duncan Murdoch
misc3d is a very new package. CRAN's windows binary repository for R-2.0.x is no longer updated, hence does not contain the package. The corresponding ReadMe tells us: "Last update: 19.04.2005." Either upgrade to R-2.1.1 and try again, or compile the package from sources yourself. Uwe Ligges Mark Edmondson-Jones wrote:> Hi, > > I am trying to install the misc3d package on a Windows (XP) installation of R 2.0.1 using install.packages("misc3d") but with no success. I have used this approach with other packages OK, but for misc3d I get the following output... > > trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' > Content type `text/plain; charset=iso-8859-1' length 27996 bytes > opened URL > downloaded 27Kb > > Warning message: > No package "misc3d" on CRAN. in: download.packages(pkgs, destdir = tmpd, available = available, > > Any help would be much appreciated. > > Regards, > Mark > > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses, which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html