mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-21 19:30:22 +01:00
14 lines
288 B
R
14 lines
288 B
R
library(roxygen2)
|
|
library(devtools)
|
|
|
|
source("/Users/andreas/Documents/GitHub/daDoctoR/updatePackageVersion.R")
|
|
|
|
setwd("/Users/andreas/Documents/GitHub/daDoctoR")
|
|
|
|
updatePackageVersion()
|
|
|
|
document()
|
|
|
|
|
|
# Inspiration: "https://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/"
|