Skip to content
Prev 8735 / 398502 Next

package/ date/ download problem

On Thu, 4 Jan 2001, S.McClatchie wrote:

            
Um. It is package, not scripts, and needs to be installed as a package.
So?  All the R code is in those files.
One you got that, you would need to be able to install it as a source
package, and I wonder if you have the means to do that, since you are
clearly on Windows?
You need to specify paths with \\ or /, not \, in R quoted strings.
And you need to use cran.r-project.org (or a local mirror), not
www.r-project.org (looks like a documentation bug).  Why set arguments that
you don't understand rather than use defaults?

If you have wget.exe installed, try just

install.packages("date")

or get the pre-compiled date.zip yourself from the Windows contrib area,
and read the Windows-specific documentation on how to install it
(just install.packages(".../date.zip") should do it).