# NOT RUN {
# create exemplary project base folder
prj_base <- tempfile("example_")
dir.create(prj_base, recursive = TRUE, showWarnings = FALSE)
# start project
prj <- prj_start("my_project", skip_rc = TRUE, path = prj_base)
# add dependency to XML
write("library(XML)",
file = file.path(prj$path, "R", "master.R"),
append = TRUE)
# }
# NOT RUN {
# check if requirements of XML are satisfied
sysreqs_install(prj)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab