Description
Collection of Utility Functions.
Description
A handy collection of utility functions designed to aid in package development, plotting and scientific research. Package development functionalities includes among others tools such as cross-referencing package imports with the description file, analysis of redundant package imports, editing of the description file and the creation of package badges for GitHub. Some of the other functionalities include automatic package installation and loading, plotting points without overlap, creating nice breaks for plots, overview tables and many more handy utility functions.
README.md
hgutils
The goal of hgutils is to aid in package development, plotting, scientific functions and more.
Installation
hgutils can be installed from CRAN with:
install.packages("hgutils")
library(hgutils)
You can install hgutils from Github with:
# install.packages("devtools")
devtools::install_github("hvdboorn/hgutils")
library(hgutils)