Learn R Programming

fritools (version 4.6.0)

rename_package: Change This Package's Name

Description

Does not change the path, we just rename the package, not the repo and we must not change git remotes!

Usage

rename_package(path, to)

Value

Run for its side effect.

Arguments

path

The new package name.

See Also

Other package functions: get_package_version(), is_r_package_installed(), is_version_sufficient(), load_internal_functions()