美文网首页
Linux中安装R包pophelper

Linux中安装R包pophelper

作者: 17号小行星 | 来源:发表于2022-08-22 20:29 被阅读0次

    R包版本
    首先使用conda下载devtools

    conda create -n R r-devtools
    conda activate R
    

    进入R并使用devtools下载pophelper

    R
    library(devtools)
    devtools::install_github('royfrancis/pophelper')
    

    如图


    image.png

    成功安装pophelper包

    相关文章

      网友评论

          本文标题:Linux中安装R包pophelper

          本文链接:https://www.haomeiwen.com/subject/sktwgrtx.html