vignettes/srcpkgs_lotr_demo/lotr_demo.R

# N.B: the current dir should be set above that folder
library(devtools)
load_all('srcpkgs', export_all = FALSE)

library(lotr)

get_srcpkgs()



pkg_load('lotr')
pkg_load('hobbits')
hobbits()
pkg_unload('hobbits')

Try the srcpkgs package in your browser

Any scripts or data that you put into this service are public.

srcpkgs documentation built on May 29, 2024, 6:43 a.m.