miraisolutions / compareWith

RStudio Addins for Enhanced Diff and Merge
55 stars 11 forks source link

Install from github repo fails on Win7, R 3.6.0 or 3.6.1 (64-bit) #30

Closed jmcastagnetto closed 5 years ago

jmcastagnetto commented 5 years ago
> remotes::install_github("miraisolutions/compareWith")
Downloading GitHub repo miraisolutions/compareWith@master
Error: Failed to install 'compareWith' from GitHub:
  Incorrect number of arguments (16), expecting 14 for 'processx_exec'
jmcastagnetto commented 5 years ago

FYI - no problem on Ubuntu 18.04 LTS, with R 3.6.1 64-bit.

On Win7, retried after installing meld 3.18.3 (removed 3.20.0 first). That is not the issue. Got same error.

jmcastagnetto commented 5 years ago

OK, problem tracked to the processx package.

After doing a:

> install.package("processx")

which got version 3.4.0, now everything works on Win7

nfarabullini commented 5 years ago

Glad it worked. Thanks for the feedback