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@trickysolutions.com.au [[alternative HTML version deleted]]
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. > >
On Oct 3, 2010, at 8:57 PM, Chris Howden wrote:> Hi everyone, > > I?m trying to install reshape2.From which mirror? Was it even present at the mirror at that time? Have you tried another mirror or retried from the same mirror?> > 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!!!Well, that last one was sure to fail. And the first one should have been invoked with "reshape2" rather than reshape2, .... if the help page is accurate in saying the first argument needs to be a character vector. In neither case would this have installed the package, however. Can you describe what you meant by "no luck"? Did you actually check those destinations to see if a package was downloaded? Did you get an informative error message that you failed to report?> > Does anyone have any ideas what could be going on?The main CRAN site package check page says reshape2 is in good shape to be downloaded and installed for all OSes. The usual method is to use install.packages() so I would think the two leading possibilities are "operator error" (wrong function) or temporary unavailability at the particular mirror you have set for your default.> > > > Chris Howden > > Founding Partner > > Tricky Solutions > > Tricky Solutions 4 Tricky Problems > > Evidence Based Strategic Development, IP development, Data Analysis, > Modelling, and Training-- David Winsemius, MD West Hartford, CT
On Mon, 2010-10-04 at 10:27 +0930, Chris Howden wrote:> Hi everyone, > > > > Im trying to install reshape2. > > > > But when I click on install package its not coming up!?!?! Im getting > reshape, but no reshape2? > > > > Ive 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 >Hi Chris, I have two guess: 1- You don't have installed 'stringr' pakage 2- Your R is outdated Try this two things and after this mail me -- Bernardo Rangel Tura, M.D,MPH,Ph.D National Institute of Cardiology Brazil
Seemingly Similar Threads
- merging and working with BIG data sets. Is sqldf the best way??
- is there a way to update both packages if they occur in 2 libraries?
- how to replace NA with a specific score that is dependant on another indicator variable
- Can anyone suggest some r packages for Experimental Designs, specifically for choice and conjoint??? (or is intersted in helping me make 1)
- Memory issues