function to check to see if the packages represented by the names
函数来检查,如果包名代表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes the names of installed R packages and then checks to see if they all have the same version number.
此功能需要安装R包的名称,然后检查,看看他们都具有相同的版本号。
用法----------Usage----------
compatibleVersions(...)
参数----------Arguments----------
参数:...
... character strings for the names of R packages that have been installed
...R的包的名称已安装的字符串
Details
详情----------Details----------
If all the package have the same version number, the function returns TRUE. Otherwise, the function returns FALSE
如果所有包具有相同的版本号,该函数返回TRUE。否则,函数返回FALSE
值----------Value----------
This function returns TRUE or FALSE depending on whether the packages have the same version number
该函数返回TRUE或FALSE取决于软件包是否具有相同的版本号