2018-10-10 13:30:18 +02:00
|
|
|
library(roxygen2)
|
|
|
|
library(devtools)
|
|
|
|
|
2018-10-10 15:13:23 +02:00
|
|
|
source("/Users/andreas/Documents/GitHub/daDoctoR/updatePackageVersion.R")
|
2018-10-10 13:30:18 +02:00
|
|
|
|
2018-10-10 15:13:23 +02:00
|
|
|
setwd("/Users/andreas/Documents/GitHub/daDoctoR")
|
2018-10-10 13:30:18 +02:00
|
|
|
|
2018-10-10 15:13:23 +02:00
|
|
|
updatePackageVersion()
|
2018-10-10 13:30:18 +02:00
|
|
|
|
2018-10-10 15:13:23 +02:00
|
|
|
document()
|
2018-10-10 13:30:18 +02:00
|
|
|
|
|
|
|
|
2018-10-10 15:13:23 +02:00
|
|
|
# Inspiration: "https://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/"
|