omegahat / RDCOMClient

GNU General Public License v2.0
77 stars 34 forks source link

Package ‘RDCOMClient’ is not available for this version of R (4.0.3) #31

Open brandonritchie opened 3 years ago

brandonritchie commented 3 years ago

I am trying to install RDCOMCLient and it appears to be out of date:

Output 1: `install.packages("RDCOMClient") WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/ Warning in install.packages : package ‘RDCOMClient’ is not available for this version of R`

Output 2: `devtools::install_github("omegahat/RDCOMClient") WARNING: Rtools is required to build R packages, but is not currently installed.

Please download and install Rtools 4.0 from https://cran.r-project.org/bin/windows/Rtools/. Downloading GitHub repo omegahat/RDCOMClient@HEAD WARNING: Rtools is required to build R packages, but is not currently installed.

Please download and install Rtools 4.0 from https://cran.r-project.org/bin/windows/Rtools/. Error: Failed to install 'RDCOMClient' from GitHub: Could not find tools necessary to compile a package`

Nova-Scotia commented 3 years ago

Brandon, have you installed Rtools? That's a separate install, more info here: https://cran.r-project.org/bin/windows/Rtools/

Once you have that, try again - if that doesn't work there's a couple more options to try.

jimitnaik commented 5 months ago

@Nova-Scotia can you please share other options? I am facing same error for R version 4.3

Nova-Scotia commented 5 months ago

@jimitnaik I actually recently gave up on RDCOMClient. I was having so many issues with installs and I was getting inconsistent behaviour with attaching images, tables, html files etc.

I ended up going with the blastula package, I find the syntax easier and I've had fewer issues.