manglePackageName {base} | R Documentation |
This function takes the package name and the package version number and pastes them together with a separating underscore.
manglePackageName(pkgName, pkgVersion)
pkgName |
The package name, as a character string. |
pkgVersion |
The package version, as a character string. |
A character string with the two inputs pasted together.
manglePackageName("foo", "1.2.3")