Installation error with RDCOMClient in RSTUDIO

前端 未结 4 692
你的背包
你的背包 2020-12-31 10:51

I´m trying to install the RDCOMClient package in rstudio in order to use the R2PPT package to create power point presentations.

I search and the instruction to insta

4条回答
  •  失恋的感觉
    2020-12-31 11:11

    I also could install it from CRAN with R 3.4 but with a computer stuck with R 3.3.1 I had error:

    package ‘RDCOMClient’ is not available (for R version 3.3.1)
    

    It's undocumented on CRAN so I tried OmegaHat and got

    package ‘RDCOMClient’ was built before R 3.0.0: please re-install it
    

    Then I followed @g-grothendieck 's link in this post this post's comments and found a version I could install manually :

    http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.3/

    You can find every version there.

提交回复
热议问题