R: Difference between revisions

Jump to navigation Jump to search
No change in size ,  7 years ago
no edit summary
No edit summary
No edit summary
Line 79: Line 79:
To install a package that you downloaded (i.e. not from CRAN), you can install it the following way. Assuming the package is named <tt>archive_package.tgz</tt>, run the following command in a shell:
To install a package that you downloaded (i.e. not from CRAN), you can install it the following way. 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
}}
}}


</translate>
</translate>
Bureaucrats, cc_docs_admin, cc_staff
2,320

edits

Navigation menu