The brainstorm
package houses personal utility functions which I reuse in my R scripts. Please note that this package remains under development.
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:
{r} devtools::install_github("ayushnoori/brainstorm")
The documentation for brainstorm
is built using the roxygen2
package. To build the documentation, run:
{r} roxygen2::roxygenise()
The website for brainstorm
is built using the pkgdown
package. To compile and render the website, run:
{r} pkgdown::build_site()
This package was developed by Ayush Noori.