[R] can't find and install reshape2??
Jeffrey Spies
jspies at virginia.edu
Mon Oct 4 03:27:23 CEST 2010
The first argument in download.packages should be of type character or
a vector of characters.
This worked for me:
install.packages('reshape2')
as did:
download.packages('reshape2', '~/Downloads/')
Cheers,
Jeff.
On Sun, Oct 3, 2010 at 8:57 PM, Chris Howden
<chris at trickysolutions.com.au> wrote:
> Hi everyone,
>
>
>
> I’m trying to install reshape2.
>
>
>
> But when I click on “install package” it’s not coming up!?!?! I’m getting
> reshape, but no reshape2?
>
>
>
> I’ve also tried download.packages(reshape2, destdir="c:\\") &
> download.packages(Reshape2, destdir="c:\\")…but no luck!!!
>
>
>
> Does anyone have any ideas what could be going on?
>
>
>
> Chris Howden
>
> Founding Partner
>
> Tricky Solutions
>
> Tricky Solutions 4 Tricky Problems
>
> Evidence Based Strategic Development, IP development, Data Analysis,
> Modelling, and Training
>
> (mobile) 0410 689 945
>
> (fax / office) (+618) 8952 7878
>
> chris at trickysolutions.com.au
>
> [[alternative HTML version deleted]]
>
>
> ______________________________________________
> 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.
>
>
More information about the R-help
mailing list