Re: [R] Installing package into...

2019-03-12 Thread Rui Barradas
Hello, Yes, the lib argument works in RStudio. Hope this helps, Rui Barradas Às 16:24 de 12/03/2019, Michael Dewey escreveu: Dear Steven If you use install,packages() from within R there is a lib argument. I do not use RStudio so not sure how it works there. Michael On 12/03/2019 15:05,

Re: [R] Installing package into...

2019-03-12 Thread Michael Dewey
Dear Steven If you use install,packages() from within R there is a lib argument. I do not use RStudio so not sure how it works there. Michael On 12/03/2019 15:05, Steven Yen wrote: I install package using either the command line or Tools -> Install packages... (in RStudio) and get a non-fata

Re: [R] Installing package into...

2019-03-12 Thread Duncan Murdoch
On 12/03/2019 11:05 a.m., Steven Yen wrote: I install package using either the command line or Tools -> Install packages... (in RStudio) and get a non-fatal message saying... Installing package into ‘C:/Users/xuhaer/Documents/R/win-library/3.5’ (as ‘lib’ is unspecified) I know it is not a fatal m

[R] Installing package into...

2019-03-12 Thread Steven Yen
I install package using either the command line or Tools -> Install packages... (in RStudio) and get a non-fatal message saying... Installing package into ‘C:/Users/xuhaer/Documents/R/win-library/3.5’ (as ‘lib’ is unspecified) I know it is not a fatal message. But, is there a way to do a cleaner

Re: [R] installing package lme4

2017-08-18 Thread Doran, Harold
?install.packages On 8/18/17, 7:39 AM, "Lucy McMahon" wrote: >I am hoping to run a generalised linear mixed effect model but I don't >seem to have access to package lme4. > > >library (lme4) >Error in library(lme4) : there is no package called �lme4� > > >I'm unsure of how to go about installing

[R] installing package lme4

2017-08-18 Thread Lucy McMahon
I am hoping to run a generalised linear mixed effect model but I don't seem to have access to package lme4. library (lme4) Error in library(lme4) : there is no package called �lme4� I'm unsure of how to go about installing this package and I haven't been able to find much online either. I a

[R] Installing package caret on a remote server

2015-08-05 Thread Gordonjo
I'm trying to install package caret on a remote server. At first, it told me that I didn't have the necessary dependencies (ggplot2, nplotr, ..., BradleyTerry2). I played with the repositories and the mirrors until I was able to install all of the dependency packages except for BradleyTerry 2. Now,

Re: [R] installing package 'rqpd' (Regression quantiles for panel data) on windows

2014-08-01 Thread Duncan Murdoch
On 01/08/2014 9:50 AM, Prof Brian Ripley wrote: On 01/08/2014 14:31, Duncan Murdoch wrote: > On 01/08/2014 7:48 AM, Roy Sasson wrote: >> hello R community, >> i am trying to install rqpd package on windows, using the following >> command: >> >> install.packages("rqpd",repos="http://R-Forge.R-proj

Re: [R] installing package 'rqpd' (Regression quantiles for panel data) on windows

2014-08-01 Thread Prof Brian Ripley
On 01/08/2014 14:31, Duncan Murdoch wrote: On 01/08/2014 7:48 AM, Roy Sasson wrote: hello R community, i am trying to install rqpd package on windows, using the following command: install.packages("rqpd",repos="http://R-Forge.R-project.org";) however, i get the following message: Warning: una

Re: [R] installing package 'rqpd' (Regression quantiles for panel data) on windows

2014-08-01 Thread Duncan Murdoch
On 01/08/2014 7:48 AM, Roy Sasson wrote: hello R community, i am trying to install rqpd package on windows, using the following command: install.packages("rqpd",repos="http://R-Forge.R-project.org";) however, i get the following message: Warning: unable to access index for repository http://R-

[R] installing package 'rqpd' (Regression quantiles for panel data) on windows

2014-08-01 Thread Roy Sasson
hello R community, i am trying to install rqpd package on windows, using the following command: install.packages("rqpd",repos="http://R-Forge.R-project.org";) however, i get the following message: Warning: unable to access index for repository http://R-Forge.R-project.org/bin/windows/contrib/2.1

Re: [R] installing package 'rqpd' (Regression quantiles for panel data)

2014-03-03 Thread fe_jasa
Dear Manish I have installed from the file I send you. Doing directly from CRAN doesn't result. After installation you can see the help (help(rqpd). Sincerely PS: it works on last version of R in Linux (ubtuntu) -- ><><><><><><><><><><><><><><> João Sousa Andrade jasa04011...@gmail.com ><><><>

Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 1:11 PM, Prof Brian Ripley wrote: > On 24/10/2013 18:25, Marc Schwartz wrote: >> >> On Oct 24, 2013, at 11:38 AM, David Winsemius wrote: >> >>> >>> On Oct 23, 2013, at 7:53 PM, Long Vo wrote: >>> Hi R users, Currently I want to fit a FIGARCH model to a dataset.

Re: [R] installing package from source

2013-10-24 Thread Prof Brian Ripley
On 24/10/2013 18:25, Marc Schwartz wrote: On Oct 24, 2013, at 11:38 AM, David Winsemius wrote: On Oct 23, 2013, at 7:53 PM, Long Vo wrote: Hi R users, Currently I want to fit a FIGARCH model to a dataset. The only package that allow for it that I could find is fGarch. However it seems that

Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 11:38 AM, David Winsemius wrote: > > On Oct 23, 2013, at 7:53 PM, Long Vo wrote: > >> Hi R users, >> Currently I want to fit a FIGARCH model to a dataset. The only package that >> allow for it that I could find is fGarch. However it seems that the FIGARCH >> model class fit

Re: [R] installing package from source

2013-10-24 Thread David Winsemius
On Oct 23, 2013, at 7:53 PM, Long Vo wrote: > Hi R users, > Currently I want to fit a FIGARCH model to a dataset. The only package that > allow for it that I could find is fGarch. However it seems that the FIGARCH > model class fitting of this package has been moved to Oxmetrics. I tried to > ins

[R] installing package from source

2013-10-23 Thread Long Vo
Hi R users, Currently I want to fit a FIGARCH model to a dataset. The only package that allow for it that I could find is fGarch. However it seems that the FIGARCH model class fitting of this package has been moved to Oxmetrics. I tried to install the old versions of it using 'tar.gz' files from CR

Re: [R] installing package gstat

2013-10-10 Thread Thomas Adams
Simona, You need to install the dependencies: install.packages("gstat",dependencies=T) Tom On Thu, Oct 10, 2013 at 11:58 AM, Simona Augyte wrote: > Hello, > # I am able to > install.packages("gstat") > #but when I try to upload I get an error message > library(gstat) > #Error in loadNamespace

[R] installing package gstat

2013-10-10 Thread Simona Augyte
Hello, # I am able to install.packages("gstat") #but when I try to upload I get an error message library(gstat) #Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : # there is no package called ‘intervals’ #In addition: Warning message: #package ‘gstat’ was buil

Re: [R] Installing package from website

2013-08-27 Thread Tal Galili
Henrik solution is probably just what you need, but just to mention a similar solution, there is also: if (!require('installr')) install.packages('installr'); require('installr') install.packages.zip("zip_URL") (the source code is here: https://github.com/talgalili/installr/blob/master/R/install.

Re: [R] Installing package from website

2013-08-27 Thread Henrik Bengtsson
On Sun, Aug 25, 2013 at 10:55 AM, Christofer Bogaso wrote: > Hello again, > > I need to install Rmpi package from this > http://www.stats.uwo.ca/faculty/yu/Rmpi/download/windows/MPICH2 > > I was wondering if there is any direct way to install this in R. The > trivial method would obviously be down

Re: [R] Installing package from website

2013-08-25 Thread Prof Brian Ripley
On 25/08/2013 18:55, Christofer Bogaso wrote: Hello again, I need to install Rmpi package from this http://www.stats.uwo.ca/faculty/yu/Rmpi/download/windows/MPICH2 I was wondering if there is any direct way to install this in R. The No, because it is not a proper R repository. In particular,

[R] Installing package from website

2013-08-25 Thread Christofer Bogaso
Hello again, I need to install Rmpi package from this http://www.stats.uwo.ca/faculty/yu/Rmpi/download/windows/MPICH2 I was wondering if there is any direct way to install this in R. The trivial method would obviously be download and save the required zip file in the local disk and install it fro

Re: [R] Installing package(s) into ... (as ‘lib’ is unspecified)

2013-06-13 Thread Duncan Murdoch
On 13/06/2013 1:26 PM, Raffaello Vardavas wrote: Dear All, this may be a trivial problem. A collaborator has created an R package for internal use (not available on CRAN). This installs and works fine on my Mac but fails to install on windows. When I install the packagein windows by brow

Re: [R] Installing package(s) into ... (as ‘lib’ is unspecified)

2013-06-13 Thread Greg Snow
What evidence do you have that the package did not install? The only differences in the output that you show is that in the second case you get extra output about downloading the package which does not apply in the first case since you did not need to download the package. On Thu, Jun 13, 2013 a

[R] Installing package(s) into ... (as ‘lib’ is unspecified)

2013-06-13 Thread Raffaello Vardavas
Dear All, this may be a trivial problem. A collaborator has created an R package for internal use (not available on CRAN). This installs and works fine on my Mac but fails to install on windows. When I install the packagein windows by browing and pointing to the .zip file I get the followin

Re: [R] installing package 'rqpd' (Regression quantiles for panel data)

2013-06-05 Thread Manish K. Srivastava
Dear Henric, Thank you so much. I was able to successfully install the "rqpd" package on my Windows machine (win 7) using the R.2.15.1 version. I greatly appreciate your wonderful help. Thank you. Best regards, Manish On 6/4/2013 3:54 PM, Henric Winell wrote: > Manish, > > Manish K. Srivasta

Re: [R] installing package 'rqpd' (Regression quantiles for panel data)

2013-06-04 Thread Henric Winell
Manish, Manish K. Srivastava skrev 2013-06-03 16:19: Hello R community members, I'm trying to install the 'rqpd' package which is developed by Roger Koenker and Stefan Bache. When I try to install the package using the command 'install.packages("rqpd",repos="http://R-Forge.R-project.org";)' I'm

[R] installing package 'rqpd' (Regression quantiles for panel data)

2013-06-03 Thread Manish K. Srivastava
Hello R community members, I'm trying to install the 'rqpd' package which is developed by Roger Koenker and Stefan Bache. When I try to install the package using the command 'install.packages("rqpd",repos="http://R-Forge.R-project.org";)' I'm getting the following two messages: i) package ‘r

Re: [R] installing package

2013-04-25 Thread Martin Morgan
On 04/25/2013 12:19 AM, Gitte Brinch Andersen wrote: Hi I am trying to install a package (bioconductor) but every time I try to install it I get this message: source("http://bioconductor.org/biocLite.R";) Warning in install.packages("BiocInstaller", repos = a["BioCsoft", "URL"]) : 'lib = "C

Re: [R] installing package

2013-04-25 Thread Pascal Oettli
Hi, Do you have administrator rights? Regards, Pascal On 04/25/2013 04:19 PM, Gitte Brinch Andersen wrote: Hi I am trying to install a package (bioconductor) but every time I try to install it I get this message: source("http://bioconductor.org/biocLite.R";) Warning in install.packages("Bi

[R] installing package

2013-04-25 Thread Gitte Brinch Andersen
Hi I am trying to install a package (bioconductor) but every time I try to install it I get this message: source("http://bioconductor.org/biocLite.R";) Warning in install.packages("BiocInstaller", repos = a["BioCsoft", "URL"]) : 'lib = "C:/Program Files/R/R-3.0.0/library"' is not writable Erro

Re: [R] installing package tkrplot

2012-03-05 Thread Uwe Ligges
On 05.03.2012 17:26, henk harmsen wrote: package tkrplot worked, but has broken while installing from R 2.11 to 2.14.2. it does not want to be installed anymore on a linux debian squeeze 64 system. have tried: - installing from source R: CMD INSTALL tkrplot_0.0-23.tar.gz - via synaptic: packag

[R] installing package tkrplot

2012-03-05 Thread henk harmsen
package tkrplot worked, but has broken while installing from R 2.11 to 2.14.2. it does not want to be installed anymore on a linux debian squeeze 64 system. have tried: - installing from source R: CMD INSTALL tkrplot_0.0-23.tar.gz - via synaptic: package r-cran-tkrplot - via terminal: sudo apt-get

Re: [R] Installing package QRMlib

2012-02-29 Thread DT54321
That worked! Thanks a lot Jeremy. -- View this message in context: http://r.789695.n4.nabble.com/Installing-package-QRMlib-tp4425269p4431895.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://st

Re: [R] Installing package QRMlib

2012-02-29 Thread jthetzel
QRMlib built without errors on my WIndows machine. Here's the resulting zip binary: http://commondatastorage.googleapis.com/jthetzel-public/QRMlib_1.4.5.1.zip Will that install on your machine? Jeremy DT54321 wrote > > I wouldn't see myself as an experienced R user soI would appreciate if >

Re: [R] Installing package QRMlib

2012-02-29 Thread Pfaff, Bernhard Dr.
elp@r-project.org Betreff: Re: [R] Installing package QRMlib I wouldn't see myself as an experienced R user soI would appreciate if anyone is able to give me a clear set of instructions on how to install and load QRMlib. The steps I've followed are: 1: Download 'QRMlib_1.4.5.

Re: [R] Installing package QRMlib

2012-02-29 Thread DT54321
I wouldn't see myself as an experienced R user soI would appreciate if anyone is able to give me a clear set of instructions on how to install and load QRMlib. The steps I've followed are: 1: Download 'QRMlib_1.4.5.1.tar.gz' from http://cran.r-project.org/src/contrib/Archive/QRMlib/ to my local fo

Re: [R] Installing package QRMlib

2012-02-29 Thread DT54321
Ah yes, I can open it with Notepad...it reads the following: * installing *source* package 'QRMlib' ... ** Creating default NAMESPACE file ** libs ERROR: compilation failed for package 'QRMlib' * removing 'C:/PROGRA~1/R/R-214~1.1/bin/QRMLIB~1.RCH/QRMlib' -- View this message in context: http:/

Re: [R] Installing package QRMlib

2012-02-28 Thread R. Michael Weylandt
Please quote context. You can open it with any plain text editor. (i.e., notepad) Michael On Tue, Feb 28, 2012 at 2:42 PM, DT54321 wrote: > Yes, I did. But my Windows did not know what program to open it with... > > -- > View this message in context: > http://r.789695.n4.nabble.com/Installing-

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
Yes, I did. But my Windows did not know what program to open it with... -- View this message in context: http://r.789695.n4.nabble.com/Installing-package-QRMlib-tp4425269p4429275.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

Re: [R] Installing package QRMlib

2012-02-28 Thread jthetzel
I installed fEcofin, fUtilities, fCalenday, and fSeries from the CRAN archives and was able to install and load QRMlib. Which errors does "R CMD check QRMlib_1.4.5.1.tar.gz" show? DT54321 wrote > > According to the QRMlib package pdf, > > http://www.mirrorservice.org/sites/lib.stat.cmu.edu/R

Re: [R] Installing package QRMlib

2012-02-28 Thread jthetzel
Next, you should check C:/Program Files/R/R-2.14.1/bin/QRMlib.Rcheck/00install.out for details on the error. DT54321 wrote > > In command prompt, I direct to the following directory: > > C:\Program Files\R\R-2.14.1\bin > > Now I enter: > > R CMD check "my_local_folder\QRMlib_1.4.5.1.tar.gz" >

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
In command prompt, I direct to the following directory: C:\Program Files\R\R-2.14.1\bin Now I enter: R CMD check "my_local_folder\QRMlib_1.4.5.1.tar.gz" The following appears: * using log directory 'C:/Program Files/R/R-2.14.1/bin/QRMlib.Rcheck' * using R version 2.14.1 (2011-12-22) * using pl

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
According to the QRMlib package pdf, http://www.mirrorservice.org/sites/lib.stat.cmu.edu/R/CRAN/doc/packages/QRMlib.pdf the package depennds on methods, fCalendar, fEcofin, mvtnorm, chron,its,Hmisc. I have installed all of these (some were retrieved from archive and some were retrieved from CRAN

Re: [R] Installing package QRMlib

2012-02-28 Thread jthetzel
ge on CRAN. > > -Ursprüngliche Nachricht- > Von: r-help-bounces@ [mailto:r-help-bounces@] Im Auftrag von DT54321 > Gesendet: Dienstag, 28. Februar 2012 11:10 > An: r-help@ > Betreff: Re: [R] Installing package QRMlib > > Thanks for the reply guys. Well, I&#x

Re: [R] Installing package QRMlib

2012-02-28 Thread Pfaff, Bernhard Dr.
e-released QRMlib package on CRAN. -Ursprüngliche Nachricht- Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Im Auftrag von DT54321 Gesendet: Dienstag, 28. Februar 2012 11:10 An: r-help@r-project.org Betreff: Re: [R] Installing package QRMlib Thanks for the reply

Re: [R] Installing package QRMlib

2012-02-28 Thread DT54321
Thanks for the reply guys. Well, I've tried the following command after installing the package dependancies including timeSeries: install.packages(file_name, type = "source", repos = NULL) Ans still no luck...I get the following error message: Installing package(s) into ‘C:/Program Files/R/R-2.

Re: [R] Installing package QRMlib

2012-02-28 Thread Pfaff, Bernhard Dr.
elp@r-project.org; DT54321 Betreff: Re: [R] Installing package QRMlib On 27/02/2012 3:01 PM, R. Michael Weylandt wrote: > Do you perhaps need to add install.packages(..., type="src")? Just a > (untested) guess... That should be type="source", and that should solve the problem, ass

Re: [R] Installing package QRMlib

2012-02-27 Thread Duncan Murdoch
On 27/02/2012 3:01 PM, R. Michael Weylandt wrote: Do you perhaps need to add install.packages(..., type="src")? Just a (untested) guess... That should be type="source", and that should solve the problem, assuming Deepan has the necessary tools installed. If not, he can get them from CRAN in

Re: [R] Installing package QRMlib

2012-02-27 Thread R. Michael Weylandt
Do you perhaps need to add install.packages(..., type="src")? Just a (untested) guess... Michael On Mon, Feb 27, 2012 at 12:07 PM, DT54321 wrote: > Hi, > I am having real problems downloading the package 'QRMlib'. The tar.gz file > is shown here: > > http://cran.r-project.org/src/contrib/Archiv

[R] Installing package QRMlib

2012-02-27 Thread DT54321
Hi, I am having real problems downloading the package 'QRMlib'. The tar.gz file is shown here: http://cran.r-project.org/src/contrib/Archive/QRMlib/ I have downloaded this to my local folder and entered the following command: nstall.packages("myLocalFolder/QRMlib_1.4.5.1.tar.gz", repos = NULL)

Re: [R] Installing package rgdal

2011-05-28 Thread Phil Spector
Alex - Notice that the error message says "Error: proj_api.h not found." Files ending with a suffix of .h are known as header files, and on Ubuntu, they are distributed in so-called development packages, which generally end with -dev . So I'm guessing that you installed the proj-bin package, an

[R] Installing package rgdal

2011-05-28 Thread Alex Olssen
Dear R-helpers, I am trying to install the package "rgdal" using the command install.packages("rgdal") in R. I get the following error "Error: proj_api.h not found. If the PROJ.4 library is installed in a non-standard location, use --configure-args='--with-proj-include=/opt/local/include' for

Re: [R] Installing package

2011-05-10 Thread Uwe Ligges
On 10.05.2011 06:34, Hurr wrote: Using install packages pull-down, I chose a mirror and then package rJava. Then it said that it cannot remove the rJava package already installed. Then when I typed library(rJava) it said there was no rjava package. Isn't that rather contradictory for R? Star

[R] Installing package

2011-05-09 Thread Hurr
Using install packages pull-down, I chose a mirror and then package rJava. Then it said that it cannot remove the rJava package already installed. Then when I typed library(rJava) it said there was no rjava package. Isn't that rather contradictory for R? -- View this message in context: http://r

Re: [R] Installing package in windows 7

2011-01-20 Thread Tal Galili
Haseeb - thank you for republishing your solution. Prof Brian Ripley - thanks for pointing to my error. Best, Tal Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.

Re: [R] Installing package in windows 7

2011-01-20 Thread Haseeb Mahmud
Prof. Brian Ripley and Tal Galili, Thanks for your replies. I cannot make the *install.packages("ei",repos="http://r.iq.harvard.edu";, type='source')* command work. Alternatively, I can find the way (thanks to stackoverflow guys) I can install that file from a local repo. For the sake of recor

Re: [R] Installing package in windows 7

2011-01-20 Thread Prof Brian Ripley
On Thu, 20 Jan 2011, Tal Galili wrote: You probably need to get your users permissions (in win 7) set properly... I see no evidence that is the issue That site seems to be offering only source packages. So in Windows you need install.packages("ei",repos="http://r.iq.harvard.edu";, ty

Re: [R] Installing package in windows 7

2011-01-20 Thread Tal Galili
You probably need to get your users permissions (in win 7) set properly... Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-stat

[R] Installing package in windows 7

2011-01-19 Thread radagast
Hi all, I was trying to install a package called ei from this http://gking.harvard.edu/eiR link . With GCC, r-base-dev and some other R package dependencies installed it works perfect in my Ubuntu Linux system. Now I am trying to install the same in Windows 7 environment. So far my setup is as

Re: [R] installing package from source with Linux

2010-12-17 Thread Jannis
Thanks for your help, Phil! It works now! Jannis Phil Spector schrieb: Jannis - I just downloaded asl-rssa-6f458e4.tar.gz and it installed on my Linux system under R-2.10.1 with no problems, but gave me similar errors under R-2.12.0. You can get around the problem like this: tar xvfz as

Re: [R] installing package from source with Linux

2010-12-17 Thread Phil Spector
Jannis - I just downloaded asl-rssa-6f458e4.tar.gz and it installed on my Linux system under R-2.10.1 with no problems, but gave me similar errors under R-2.12.0. You can get around the problem like this: tar xvfz asl-rssa-6f458e4.tar.gz R CMD INSTALL asl-rssa-6f458e4 Hope this helps.

Re: [R] installing package from source with Linux

2010-12-17 Thread Jannis
It defenitely seems to be related to the zipping/tar program. "Untaring" the file with gzip/tar and then installing the uncompressed folder with R CMD INSTALL seems to work (it gives quite a bunch of warnings though). Jannis schrieb: Dear list, this may not be related to R but rather to

[R] installing package from source with Linux

2010-12-17 Thread Jannis
Dear list, this may not be related to R but rather to my OS, but I do not understand the issue of compiling R packages deeply enough to figure out the exact cause of the problem. I am trying to install a R package from source as it is not yet available under Cran (Rssa, downloaded here: htt

Re: [R] Installing package for i386

2009-08-03 Thread Sarah Hawley
Hi Mark, Thanks for the suggestion and for setting me straight about my operating system. I will contact my collaborator. Best, Sarah On 8/3/09 1:59 PM, "Marc Schwartz" wrote: > On Aug 3, 2009, at 3:01 PM, Sarah Hawley wrote: > >> I am trying to install a package from a collaborator that was

Re: [R] Installing package for i386

2009-08-03 Thread David Winsemius
On Aug 3, 2009, at 4:01 PM, Sarah Hawley wrote: I am trying to install a package from a collaborator that was given to me as a zip file. I'm running R 2.9.0 using Mac OSX 10.5.7 [R.app GUI 1.28 (5395) i386-apple-darwin8.11.1] foo.zip contains all the usual package directories (man, R, R-ex,

Re: [R] Installing package for i386

2009-08-03 Thread Marc Schwartz
On Aug 3, 2009, at 3:01 PM, Sarah Hawley wrote: I am trying to install a package from a collaborator that was given to me as a zip file. I'm running R 2.9.0 using Mac OSX 10.5.7 [R.app GUI 1.28 (5395) i386-apple-darwin8.11.1] foo.zip contains all the usual package directories (man, R, R-ex, e

[R] Installing package for i386

2009-08-03 Thread Sarah Hawley
I am trying to install a package from a collaborator that was given to me as a zip file. I'm running R 2.9.0 using Mac OSX 10.5.7 [R.app GUI 1.28 (5395) i386-apple-darwin8.11.1] foo.zip contains all the usual package directories (man, R, R-ex, etc) After unzipping foo, I used the following comman

Re: [R] Installing package RODBC error - please help

2009-02-09 Thread ONKELINX, Thierry
bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens Vaz Joao (QPT TO EPA) Verzonden: maandag 9 februari 2009 10:49 Aan: r-help@r-project.org Onderwerp: Re: [R] Installing package RODBC error - please help Hi, Anyone please help installing RODBC? Cumprimentos

Re: [R] Installing package RODBC error - please help

2009-02-09 Thread Vaz Joao (QPT TO EPA)
) Sent: Thursday, February 05, 2009 1:30 PM To: r-help@r-project.org Subject: [R] Installing package RODBC error - please help Hi, I have R version 2.8.1 running on Windows 2000 and can't seem to be able to install package RODBC. I've tried reinstalling R but that wasn't successful

[R] Installing package RODBC error - please help

2009-02-05 Thread Vaz Joao (QPT TO EPA)
Hi, I have R version 2.8.1 running on Windows 2000 and can't seem to be able to install package RODBC. I've tried reinstalling R but that wasn't successful. Can some one please help? This is the command I'm using and the subsequent error message: > install.packages("RODBC", .Library, repos="ht

[R] Installing package RODBC error - please help

2009-02-05 Thread Vaz Joao (QPT TO EPA)
I have R version 2.8.1 running on Windows 2000 and can't seem to be able to install package RODBC. I've tried reinstalling R but that wasn't successful. Can some one please help? This is the command and the subsequent error message: > install.packages("RODBC", .Library, repos="http://cran.r-pro

Re: [R] Installing package from source in windows

2008-03-06 Thread Duncan Murdoch
On 06/03/2008 6:46 PM, Shewcraft, Ryan wrote: > Hi all, > > I am trying to install a custom package from its source using windows. > Using this guide > http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html > I've gotten to the fifth step, but I get the following error in the > comm

[R] Installing package from source in windows

2008-03-06 Thread Shewcraft, Ryan
Hi all, I am trying to install a custom package from its source using windows. Using this guide http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html I've gotten to the fifth step, but I get the following error in the command window: "'sh' is not recognized as an internal or extern

Re: [R] installing package

2008-02-27 Thread Doran, Harold
Yes. If you're building this package in windows this is done at a dos prompt in your r source directory -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Wed 2/27/2008 1:02 PM To: r-help@r-project.org Subject: [R] installing package Dear all, I

[R] installing package

2008-02-27 Thread zmontaze
Dear all, I have prepared a package to install in R. I followed all steps explained in "writing R extensions". Also I read the section "add-on package" in "R installation and administration". These documents refer to "R CMD INSTALL" command but I don't know how to use this command. My specific q