Rhett Eckstein wrote:
> Hi, R users:
>
> I have built an package, and the package depends on two other packages,
And the dependency is mentioned in its DESCRIPTION file?
> I want to install other two packages at the same time when I install my
package,
>
> like the following form,
>
>>utils:::menuInstallPkgs()
>
> --- Please select a CRAN mirror for use in this session ---
> also installing the dependencies 'acepack', 'fBasics',....
install.packages(..., dependencies = TRUE)
Uwe Ligges
> Please give me some hints.
>
> I am sorry if the question had been asked.
>
> Thanks in advanced !
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html