RS-eco / sciLib

R package for managing scientific literature

Repository from Github https://github.comRS-eco/sciLibRepository from Github https://github.comRS-eco/sciLib

sciLi: R package for managing your scientific literature

Installation

You can install sciLib from github with:

# Install devtools if not available
if(!"remotes" %in% installed.packages()[,"Package"]) install.packages("remotes")

# Install traitdata package from Github
remotes::install_github("RS-eco/sciLib")

To use the package, you have to install it directly from GitHub using the remotes or devtools package.

After installation, simply load the sciLib package:

library(sciLib)

About

R package for managing scientific literature

License:GNU General Public License v3.0


Languages

Language:TeX 99.9%Language:R 0.1%