/Raspository

My collection of tools programmed in R or other languages integrated into R

Primary LanguageRGNU General Public License v3.0GPL-3.0

Raspository

Description

A collection of my personal tools implemented in R in form of a package.

Installation

# Installation from GitHub
if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("Livia-Rasp/Raspository")