Rev 24768 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{manglePackageName}\alias{manglePackageName}\title{Mangle the Package Name }\description{This function takes the package name and the package version number andpastes them together with a separating underscore.}\usage{manglePackageName(pkgName, pkgVersion)}\arguments{\item{pkgName}{The package name, as a character string. }\item{pkgVersion}{The package version, as a character string. }}\value{A character string with the two inputs pasted together.}\examples{manglePackageName("foo", "1.2.3")}\keyword{utilities }