Libraries and Packages for R and Python


The following is a set of libraries/packages that have been useful for scripting.

R


Installing these packages can be handled within RStudio through the built-in package search tool or by command line in RStudio's console by entering install.packages('package_name').

Python


Installing libraries in python is done using pip. IT would need to install the latest version of pip on a staff member's workstation and grant root to the workstation in order to install packages. Packages are install through command line in linux. Ask IT for the command to install as it may change for the version of python that is installed. For python 3.6 it was sudo pip3.6 install library_name.
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki