using R package 'effects' in R version 3.4.4

前端 未结 1 390
猫巷女王i
猫巷女王i 2020-12-18 10:12

Currently, I\'m using R version 3.4.4. And I\'m trying to use R package \'effects\'. But I can\'t install & use this package on this version.

code
instal         


        
相关标签:
1条回答
  • 2020-12-18 10:44

    As a result of a related Stack Overflow question, I built a package specifically for this purpose, oldr. The package is available here:

    https://github.com/duckmayr/oldr

    You can install via

    devtools::install_github("duckmayr/oldr")
    

    Once the package is installed, you just need to run

    oldr::install.compatible.packages("effects")
    

    The function oldr::install.compatible.packages() searches through the CRAN archives to find the newest version of the package that is compatible with your installed version of R.

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