My personal R package for workspace and project management.

Installation

To install the latest development version:

if (!require("remotes")) {
    install.packages("remotes")
}
remotes::install_github("byzheng/myworkspace")