klarsen1 / MarketMatching

Other
131 stars 37 forks source link

Error when downloading/installing the repo/library in R. #11

Closed nilmolne closed 5 years ago

nilmolne commented 5 years ago

When running the following line to install the package: devtools::install_github("klarsen1/MarketMatching", build_vignettes=TRUE)

I get the following error:

Downloading GitHub repo klarsen1/MarketMatching@master
Error in FUN(X[[i]], ...) : 
  Invalid comparison operator in dependency: >= 

I am using R version 3.4.1 and devtools_2.0.1.

Thanks a lot for looking into this issue.

rz-hf commented 5 years ago

I am receiving the same error with this package

klarsen1 commented 5 years ago

Not sure why it’s doing that.

I need to recompile the package. Will try to resolve this over the next couple of days.

Kim

On Tue, Oct 30, 2018 at 2:34 AM Rachel Zhao notifications@github.com wrote:

I am receiving the same error with this package

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/klarsen1/MarketMatching/issues/11#issuecomment-434231366, or mute the thread https://github.com/notifications/unsubscribe-auth/AJqqdB1ZipivwOE6xTza2upb_meNbsG4ks5uqB0ggaJpZM4X_upY .

klarsen1 commented 5 years ago

seems like this was related to devtools (and some other things). I reverted to devtools 1.11.1. Pls try to install with that version of devtools.

rz-hf commented 5 years ago

still have the same issue. I run the following: packageurl <- "http://cran.r-project.org/src/contrib/Archive/devtools/devtools_1.11.1.tar.gz" install.packages(packageurl, repos=NULL, type="source") library(devtools)

I'm using R version 3.5.1. Thanks in advance for looking into this!

klarsen1 commented 5 years ago

download from CRAN without redownloading dev tools.