To install R (http://cran.r-project.org) and desired packages in Ubuntu, follow the steps:
** Adding R repository paths to package manager may be necessary.
- sudo apt-get install r-base
- R (this will open R command window)
- To add a package, e.g., signal, run the following
- install.packages("signal")
- packageStatus()
- update.packages()
** Adding R repository paths to package manager may be necessary.
0 comments:
Post a Comment