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")My personal R package for workspace and project management.
To install the latest development version:
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("byzheng/myworkspace")