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,
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
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
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
?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
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
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,
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
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
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-
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
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
><><><>
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.
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
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
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
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
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
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
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.
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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.
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
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:/
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-
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
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
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"
>
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
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
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
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
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.
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
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
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
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)
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
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
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
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
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.
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
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
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
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
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
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.
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
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
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
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,
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
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
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
)
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
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
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
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
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
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
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
77 matches
Mail list logo