Closed nilmolne closed 6 years ago
I am receiving the same error with this package
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 .
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.
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!
download from CRAN without redownloading dev tools.
When running the following line to install the package:
devtools::install_github("klarsen1/MarketMatching", build_vignettes=TRUE)
I get the following error:
I am using R version 3.4.1 and devtools_2.0.1.
Thanks a lot for looking into this issue.