omegahat / RDCOMClient

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

Problems to install RDCOMClient under R 3.5.0 #9

Open fgsuned opened 6 years ago

fgsuned commented 6 years ago

I have just updated my R installation to R 3.5.0, and I have several problems to install some packages; one of them is RDCOMClient; when I try to install it I obtain the following error message: "Error: package or namespace load failed for 'RDCOMClient': package 'RDCOMClient' was installed by an R version with different internals; it needs to be reinstalled for use with this R versión" What I am doing wrong?

madlogos commented 6 years ago

Download the source code zip file to local disk and then devtools::install_local() it.

dgarmat commented 6 years ago

No luck yet. Running this:

dir <- tempfile()
dir.create(dir)
pkg <- download.packages("RDCOMClient", repos = "http://www.omegahat.net/R", destdir = dir, type = "source")
devtools::install_local(pkg[, 2])

Got this error: Installation failed: Error in 'git2r_repository_discover': The.gitfile at '.../AppData/Local/Temp/RtmpaKT2Fa/file336c78d722f9/RDCOMClient_0.93-0.tar.gz' is malformed

duncantl commented 6 years ago

install.packages("RDCOMClient", repos = "http://www.omegahat.net/R") should work for 3.5

rubenazul commented 6 years ago

Thank you for the solution it's works perfectly

dgarmat commented 6 years ago

My issue seemed to be firewall. This worked to install RDCOMClient:

library(httr) set_config(config(ssl_verifypeer = 0L)) devtools::install_github("omegahat/RDCOMClient")

lorenzwalthert commented 5 years ago

Any plans to submit the package to the global CRAN so I don't need to use the omega hat repo?

nipitpark commented 5 years ago

Hi all, I'm not sure we have the solution on this issue yet? I try to do it as your suggestions. But it doesn't seem work for me ? Thank you for helps.

DRG01 commented 4 years ago

install.packages("RDCOMClient", repos = "http://www.omegahat.net/R") should work for 3.5

Unfortunately, it does not seem to worrk for me in RStudio. See below.

install.packages("RDCOMClient", repos = "http://www.omegahat.net/R") Installing package into ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) trying URL 'http://www.omegahat.net/R/src/contrib/RDCOMClient_0.93-0.tar.gz' Content type 'application/x-gzip' length 49509 bytes (48 KB)

downloaded 48 KB

The downloaded source packages are in ‘/tmp/RtmpLJgjhv/downloaded_packages’

fgsuned commented 4 years ago

Dear all:

It does not work for me in R 3.6.2. I obtain the error message shown below: How can I fix it?

De: DRG01 notifications@github.com Enviado el: martes, 28 de enero de 2020 7:14 Para: omegahat/RDCOMClient RDCOMClient@noreply.github.com CC: FGS fgsedano@telefonica.net; Author author@noreply.github.com Asunto: Re: [omegahat/RDCOMClient] Problems to install RDCOMClient under R 3.5.0 (#9)

install.packages("RDCOMClient", repos = "http://www.omegahat.net/R") should work for 3.5

Unfortunately, it does not seem to worrk for me in RStudio. See below.

install.packages("RDCOMClient", repos = "http://www.omegahat.net/R") Installing package into ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) trying URL 'http://www.omegahat.net/R/src/contrib/RDCOMClient_0.93-0.tar.gz' Content type 'application/x-gzip' length 49509 bytes (48 KB)

downloaded 48 KB

The downloaded source packages are in ‘/tmp/RtmpLJgjhv/downloaded_packages’

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/omegahat/RDCOMClient/issues/9?email_source=notifications&email_token=AGJHXX5VMRP5MILIHG4CPCLQ77EMFA5CNFSM4E4UZHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKCFDMQ#issuecomment-579097010 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJHXXZEVMOGN6PJ4CIHEULQ77EMFANCNFSM4E4UZHAQ . https://github.com/notifications/beacon/AGJHXX3S3G73KYWBRT4D3E3Q77EMFA5CNFSM4E4UZHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKCFDMQ.gif