ayushnoori / brainstorm

Personal utility functions.

Home Page:https://www.ayushnoori.com/brainstorm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brainstorm: Personal Utility Functions

The brainstorm package houses personal utility functions which I reuse in my R scripts. Please note that this package remains under development.

Installation

brainstorm is designed for the R programming language and statistical computing environment. To install the latest version of this package, please run the following line in your R console:

devtools::install_github("ayushnoori/brainstorm")

Build Documentation

The documentation for brainstorm is built using the roxygen2 package. To build the documentation, run:

roxygen2::roxygenise()

Build Website

The website for brainstorm is built using the pkgdown package. To compile and render the website, run:

pkgdown::build_site()

Author

This package was developed by Ayush Noori.

About

Personal utility functions.

https://www.ayushnoori.com/brainstorm

License:Mozilla Public License 2.0


Languages

Language:R 95.5%Language:CSS 4.5%