Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 755 Bytes

File metadata and controls

29 lines (18 loc) · 755 Bytes

rpersonalutils rpersonalutils website

The objective of this package is to serve as an easier way to write functions or snippets that I commonly use.

Installation

You can install the development version of rpersonalutils from GitHub with:

# install.packages("pak")
pak::pak("Steven314/rpersonalutils")

# -- OR --

# intall.packages("remotes")
remotes::install_github("Steven314/rpersonalutils")

There are no plans to release on CRAN as this is primarily for personal use.