[R] Windows zip-files (binaries) for older version of scatterplot3d
Uwe Ligges
ligges at statistik.tu-dortmund.de
Thu Jul 2 19:04:12 CEST 2009
Kristian Karlson wrote:
> Hi,
>
> I am working with -poLCA- which uses the package -scatterplot3d- in
> order to work. However, I work on a restricted server that is not
> online. The R-version installed there is 2.6. However, running
> library(poLCA) after installing the most recent -scatterplot3d- on the
> server leaves me with R telling me that scatterplot3d needs R-version
> 2.7 or a more recent versions. Since I cannot install the newest
> version of R, I would like to obtain an older version of
> -scatterplot3d-. I can easily find the source files in the archives
> (http://cran.r-project.org/src/contrib/Archive/scatterplot3d), but I
> need the version for Windows (the zipfiles, also called binaries). Can
> anyone tell me where to find these? (I have tried intense googling but
> haven't come up with any solution).
>
> For instance, I would like to obtain scatterplot3d_0.3-25 or
> scatterplot3d_0.3-24 in a zip-files suited for Windows.
>
> Thank you,
> Kristian
>
> ______________________________________________
> 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.
install.packages("scatterplot3d")
should install the right version for you.
Otherwiuse you can download manually from
YourCRANMirror/bin/windows/contrib/2.6/
Best wishes,
Uwe Ligges
More information about the R-help
mailing list