rsnt_translations
58,180
edits
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
<!--T:1--> | <!--T:1--> | ||
R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files. | R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files. | ||
<!--T:2--> | <!--T:2--> | ||
Line 77: | Line 77: | ||
<!--T:15--> | <!--T:15--> | ||
To install a package that you downloaded (i.e. not from CRAN), you can install it | To install a package that you downloaded (i.e. not from CRAN), you can install it as follow. Assuming the package is named <tt>archive_package.tgz</tt>, run the following command in a shell: | ||
{{Command | {{Command | ||
|R CMD INSTALL -l 'path for your local (home) R library' archive_package.tgz | |R CMD INSTALL -l 'path for your local (home) R library' archive_package.tgz |