Skip to contents

Load source trees for MSdev, MSCC, and MSIP via devtools::load_all(). Package paths under OneDrive are resolved with get_dir_expand_from_onedrive() so the same call works across machines that share the same OneDrive layout.

Usage

load_all_msdev()

Value

Invisibly returns the character vector of package directories loaded.

Examples

if (FALSE) { # \dontrun{
load_all_msdev()
} # }