Can't install bigrf package

后端 未结 2 888
感动是毒
感动是毒 2021-01-28 04:44

I\'m having some extremely frustrating difficulty installing the bigrf R package.

I have tried the following:

install.packages(\'bigrf\',repo=\'https://g         


        
相关标签:
2条回答
  • 2021-01-28 04:58

    To install the current version of bigrf on CRAN:

    install.packages("bigrf", dependencies=TRUE)
    

    To install the development version on GitHub:

    library(devtools)
    install_github("bigrf", repo='aloysius-lim/bigrf')
    
    0 讨论(0)
  • 2021-01-28 05:11

    Package ‘bigrf’ was removed from the CRAN repository.

    Formerly available versions can be obtained from the archive.

    Archived on 2015-11-21 as check problems were not corrected despite reminders from CRAN people that's what the note i get from the https://cran.r-project.org/web/packages/bigrf/index.html

    0 讨论(0)
提交回复
热议问题