R/examples.R
setup_and_get_dummy_srcpkg.Rd
Intended for testing and to write examples
setup_and_get_dummy_srcpkg(dest = tempfile())
where to install the dummy srcpkg
the package as a srcpkg object
srcpkg
pkg <- setup_and_get_dummy_srcpkg() print(pkg) #> dummy.srcpkg@<3.1416> source package #> [/tmp/Rtmp2CbWDw/file1ac05d0c2a44/dummy_srcpkg]