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

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

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

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

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: unable

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-project.org;)

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 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 install

Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 11:38 AM, David Winsemius dwinsem...@comcast.net 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

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 dwinsem...@comcast.net 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

Re: [R] installing package from source

2013-10-24 Thread Marc Schwartz
On Oct 24, 2013, at 1:11 PM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On 24/10/2013 18:25, Marc Schwartz wrote: On Oct 24, 2013, at 11:38 AM, David Winsemius dwinsem...@comcast.net wrote: On Oct 23, 2013, at 7:53 PM, Long Vo wrote: Hi R users, Currently I want to fit a FIGARCH

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 simona.aug...@uconn.eduwrote: Hello, # I am able to install.packages(gstat) #but when I try to upload I get an error message library(gstat) #Error in

Re: [R] Installing package from website

2013-08-27 Thread Henrik Bengtsson
On Sun, Aug 25, 2013 at 10:55 AM, Christofer Bogaso bogaso.christo...@gmail.com 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

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

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

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

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. Srivastava

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

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

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 =

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:

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:

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

Re: [R] Installing package QRMlib

2012-02-29 Thread Pfaff, Bernhard Dr.
-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.1.tar.gz' from http

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 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

Re: [R] Installing package QRMlib

2012-02-28 Thread Pfaff, Bernhard Dr.
-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, assuming Deepan has the necessary tools

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

Re: [R] Installing package QRMlib

2012-02-28 Thread Pfaff, Bernhard Dr.
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 guys. Well

Re: [R] Installing package QRMlib

2012-02-28 Thread jthetzel
-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've tried the following command after installing the package dependancies including timeSeries

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

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

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 The

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,

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. __

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 deepan.tailo...@gmail.com wrote: Yes, I did. But my Windows did not know what program to open it with... -- View this message in context:

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 deepan.tailo...@gmail.com wrote: Hi, I am having real problems downloading the package 'QRMlib'. The tar.gz file is shown here:

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 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, and

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?

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) |

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;,

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 record,

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) |

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

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
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

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,

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 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 marc_schwa...@me.com wrote: On Aug 3, 2009, at 3:01 PM, Sarah Hawley wrote: I am trying to install a package from a

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

2009-02-09 Thread Vaz Joao (QPT TO EPA)
Hi, Anyone please help installing RODBC? Cumprimentos, Joao Vaz Product Engineer QPT Product Engineering Qimonda Portugal S.A. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Vaz Joao (QPT TO EPA)

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 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 command

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 have