Learn R Programming

srcpkgs (version 0.2)

setup_and_get_dummy_srcpkg: installs the dummy srcpkg in a temp location

Description

Intended for testing and to write examples

Usage

setup_and_get_dummy_srcpkg(dest = tempfile())

Value

the package as a srcpkg object

Arguments

dest

where to install the dummy srcpkg

Examples

Run this code
pkg <- setup_and_get_dummy_srcpkg()
print(pkg)

Run the code above in your browser using DataLab