Skip to content

r install

Xu Gang edited this page Sep 24, 2020 · 1 revision

Install packeages from file.

install.packages(path_to_file, repos = NULL, type="source")

install.packages('/home/xugang/file.tar.gz', repos = NULL, type="source")

Install packages from conda

conda install -c r package-name
Clone this wiki locally