FlippieCoetser / Validate

Generic Validation Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate

r-universe

Installation

At the time of writing this README, this Validate R-Package is not available on CRAN. Use devtools to either install from GitHub or Build and Install locally:

Install via GitHub

  1. Use Devtools
devtools::install_github("https://github.com/FlippieCoetser/Validate")

Build and Install Locally

  1. Generate .tar.gz file
devtools::build()
  1. Install .tar.gz file
install.packages("path_to_file/tar_gz_file", repos = NULL, type="source")

About

Generic Validation Package

License:MIT License


Languages

Language:R 100.0%