[R] Install local package

Ronggui Huang ronggui.huang at gmail.com
Thu Jun 11 08:03:23 CEST 2009


## Check the package
> R CMD check path.of.package
## Build the package
> R CMD build pathof.package
## INSTALL the package
> R CMD INSTALL path.of.package

You can use _R --help _  (from within terminal) to get more information.

Ronggui

2009/6/11 Jorge Cornejo <cornejotux at gmail.com>:
> Hi, I'm working on a package that I would someday put in CRAN. Now I
> want to test it on my computer. I already check and compile the files
> but I don't know how to install the package located on my hard drive.
> I'm running R under linux. Can anyone tell my how to do it?
>
> Thanks in advance.
>
> ______________________________________________
> 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.
>



-- 
HUANG Ronggui, Wincent
PhD Candidate
Dept of Public and Social Administration
City University of Hong Kong
Home page: http://asrr.r-forge.r-project.org/rghuang.html




More information about the R-help mailing list