Create a URL for a Package in a CRAN-Style Repository
在CRAN的样式库,创建一个包的URL
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a CRAN-style package repository meta data matrix as returned by available.packages, return a character vector of complete URLs for each package.
鉴于1 CRAN的风格包库元数据矩阵available.packages回来,每个包返回一个完整的URL的特征向量。
用法----------Usage----------
makePkgUrl(pMat, type = getOption("pkgType"))
参数----------Arguments----------
参数:pMat
matrix as returned by available.packages
矩阵作为available.packages返回
参数:type
character string, used to determine file extension. Should match the argument used to generate pMat.
字符串,用来确定文件扩展名。应符合用于生成pMat的说法。