drake (version 6.2.1)

migrate_drake_project: Deprecated: reconfigure an old project (built with drake <= 4.4.0) to be compatible with later versions of drake.

Description

Deprecated on May 4, 2018. This function was intended to migrate a project/cache from drake 4.4.0 or earlier to be compatible with the version of drake on your system.

Usage

migrate_drake_project(path = drake::default_cache_path(), jobs = 1)

Arguments

path

Full path to the cache.

jobs

number of jobs for light parallelism.

See Also

rescue_cache(), make()

Examples

Run this code
# NOT RUN {
# This function is deprecated.
# }

Run the code above in your browser using DataCamp Workspace