Re: [R] Installing a Package

2020-10-11 Thread Jeff Newmiller
If you are referring to [1] which has been archived on CRAN because the maintainer did not, well, maintain it for the last 9 years, then don't be surprised if things to go wrong in either the installation and/or use of that package. As a beginner you should probably rely on some other package to

Re: [R] Installing a Package

2020-10-11 Thread Rui Barradas
Hello, What OS are you running? If it's Windows you will need Rtools [1] to install a source package. Otherwise the following usually works. 1. Download the tar.gz package file (say, package_version.tar.gz) to your disk. 2. Go to the directory where this file is. 3.a. From within RStudio ru

[R] Installing a Package

2020-10-11 Thread Faheem Jan via R-help
Hello, I am working in the nonparametric functional data analysis, i stack in a simple problem is that i am  going to install a package in the name of nfda which is not present in the  R Cran, know how i am going to install this package in R studio from archives or some thing else. please gui

Re: [R] installing a package from Archive

2012-10-01 Thread Duncan Murdoch
On 01/10/2012 10:02 AM, gra...@stat.columbia.edu wrote: On Mon, 1 Oct 2012, Duncan Murdoch wrote: Thanks a lot. Following your suggestions, I have done the following: zercona:Downloads graziapittau$ R CMD INSTALL blme 0.01-4.tar.gz Warning: invalid package ‘0.01-4.tar.gz’ The filename should

Re: [R] installing a package from Archive

2012-10-01 Thread grazia
On Mon, 1 Oct 2012, Duncan Murdoch wrote: Thanks a lot. Following your suggestions, I have done the following: zercona:Downloads graziapittau$ R CMD INSTALL blme 0.01-4.tar.gz Warning: invalid package ‘0.01-4.tar.gz’ * installing to library ‘/Library/Frameworks/R.framework/Versions/2.15/Resourc

Re: [R] installing a package from Archive

2012-10-01 Thread Prof Brian Ripley
On 01/10/2012 12:48, gra...@stat.columbia.edu wrote: Dear all, I'm trying to install in R the package blme that has been removed from R cran but it is still in the Archive: http://cran.r-project.org/src/contrib/Archive/blme/ I have a Mac OSX and I have been trying with the following command from

Re: [R] installing a package from Archive

2012-10-01 Thread Duncan Murdoch
On 01/10/2012 7:48 AM, gra...@stat.columbia.edu wrote: Dear all, I'm trying to install in R the package blme that has been removed from R cran but it is still in the Archive: http://cran.r-project.org/src/contrib/Archive/blme/ I have a Mac OSX and I have been trying with the following command fr

[R] installing a package from Archive

2012-10-01 Thread grazia
Dear all, I'm trying to install in R the package blme that has been removed from R cran but it is still in the Archive: http://cran.r-project.org/src/contrib/Archive/blme/ I have a Mac OSX and I have been trying with the following command from the Shell: R CMD INSTALL --build http://cran.r-

Re: [R] Installing a Package tar.gz in windows

2011-05-12 Thread Duncan Murdoch
On 12/05/2011 7:44 PM, felipe beckedorff wrote: Hello I have downloaded the spp_1.10.tar.gz and it contains compiled code. I installed the Rtools; and I tried to install the package (spp_1.10.tar.gz) but it not worked bellow it is the error message. Coul

[R] Installing a Package tar.gz in windows

2011-05-12 Thread felipe beckedorff
Hello I have downloaded the spp_1.10.tar.gz and it contains compiled code. I installed the Rtools ; and I tried to install the package (spp_1.10.tar.gz) but it not worked bellow it is the error message. Could somebody please help me with this. Thank you

Re: [R] Installing a Package tar.gz in windows

2011-03-29 Thread Duncan Murdoch
On 29/03/2011 8:21 AM, Luis Felipe Parra wrote: Brian and Duncan. Thank you for your help. What I actually am trying to install is fPortfolioSolver, and symphony is the only package I am missing in order to be able to complete the installation. Do you know by any chance what could I do about this

Re: [R] Installing a Package tar.gz in windows

2011-03-29 Thread Uwe Ligges
On 29.03.2011 14:21, Luis Felipe Parra wrote: Brian and Duncan. Thank you for your help. What I actually am trying to install is fPortfolioSolver, and symphony is the only package I am missing in order to be able to complete the installation. Do you know by any chance what could I do about this

Re: [R] Installing a Package tar.gz in windows

2011-03-29 Thread Luis Felipe Parra
Brian and Duncan. Thank you for your help. What I actually am trying to install is fPortfolioSolver, and symphony is the only package I am missing in order to be able to complete the installation. Do you know by any chance what could I do about this? Thank you Felipe Parra On Tue, Mar 29, 2011 at

Re: [R] Installing a Package tar.gz in windows

2011-03-29 Thread Prof Brian Ripley
On Tue, 29 Mar 2011, Duncan Murdoch wrote: On 11-03-28 6:41 PM, Luis Felipe Parra wrote: Duncan I have been trying to work out the solution you gave me but I haven't really got to sort it out. I tried first the option with install packages and got this: > filename <- file.choose() > filename

Re: [R] Installing a Package tar.gz in windows

2011-03-29 Thread Duncan Murdoch
On 11-03-28 6:41 PM, Luis Felipe Parra wrote: Duncan I have been trying to work out the solution you gave me but I haven't really got to sort it out. I tried first the option with install packages and got this: > filename <- file.choose() > filename [1] "C:\\Users\\Hp\\Documents\\R\\win-librar

Re: [R] Installing a Package tar.gz in windows

2011-03-28 Thread Luis Felipe Parra
Duncan I have been trying to work out the solution you gave me but I haven't really got to sort it out. I tried first the option with install packages and got this: > filename <- file.choose() > filename [1] "C:\\Users\\Hp\\Documents\\R\\win-library\\2.12\\Rsymphony_0.1-12.tar.gz > install.package

Re: [R] Installing a Package tar.gz in windows

2011-03-28 Thread Duncan Murdoch
On 28/03/2011 8:04 AM, Luis Felipe Parra wrote: Thanks Duncan, I already installed Rtools but I don't know well how to sort it out. I tried the command you gave me and got the following error: > install.packages("fPortfolioSolver.tar.gz", type="source", repos=NULL) Installing package(s) into ‘C

Re: [R] Installing a Package tar.gz in windows

2011-03-28 Thread Luis Felipe Parra
Thanks Duncan, I already installed Rtools but I don't know well how to sort it out. I tried the command you gave me and got the following error: > install.packages("fPortfolioSolver.tar.gz", type="source", repos=NULL) Installing package(s) into ‘C:\Users\Hp\Documents/R/win-library/2.12’ (as ‘lib’

Re: [R] Installing a Package tar.gz in windows

2011-03-28 Thread Duncan Murdoch
On 28/03/2011 7:30 AM, Luis Felipe Parra wrote: Hello I have downloaded the fPortfolioSolver package from R-forge but I have not been able to install it. I don't know exactly where I should place the file and which commands to give R. Could somebody please help me with this. Thank you A .tar.gz

[R] Installing a Package tar.gz in windows

2011-03-28 Thread Luis Felipe Parra
Hello I have downloaded the fPortfolioSolver package from R-forge but I have not been able to install it. I don't know exactly where I should place the file and which commands to give R. Could somebody please help me with this. Thank you Felipe Parra [[alternative HTML version deleted]]

Re: [R] installing a package in linux

2010-05-05 Thread Vojtěch Zeisek
There are a lot of R packages available in Ubuntu's repositories. Just search for R-* or r-cran-* within Your favorite package manager. It it the easiest way. :-) Best regards, Vojtěch Zeisek Dne St 5. května 2010 17:03:22 Tengfei Yin napsal(a): > Hi > > The weird part in this case is that, if

Re: [R] installing a package in linux

2010-05-05 Thread Tengfei Yin
Hi The weird part in this case is that, if you didn't run sudo R, and install the package, it will create a library in your home directory, you should also be able to use the package next time. Regards Tengfei On Wed, May 5, 2010 at 1:53 AM, Ruihong Huang < ruihong.busin...@googlemail.com> wrot

Re: [R] installing a package in linux

2010-05-05 Thread Ruihong Huang
On 05/05/2010 02:44 AM, Tengfei Yin wrote: Hi R basic packages always works fine in my laptop (also ubuntu), you don't need to reinstall anything once you installed the package, did you do that in your terminal like $R (enter R session) install.packages('package name') q() then every

Re: [R] installing a package in linux

2010-05-04 Thread Tengfei Yin
Hi R basic packages always works fine in my laptop (also ubuntu), you don't need to reinstall anything once you installed the package, did you do that in your terminal like $R (enter R session) >install.packages('package name') >q() then everytime you enter the R session, you just library('packag

[R] installing a package in linux

2010-05-04 Thread Fahim Md
I recently started using ubuntu 9.10 and I am using gedit editor and R plugin for writing R code. To install any package I need to do: $ install.packages() //window pop-up for mirror selection //then another window pop up for package selection. After this as long as I am not exiting, the function