klarsen1 / MarketMatching

Other
131 stars 37 forks source link

v1.1.3 in CRAN #20

Closed jmesam closed 4 years ago

jmesam commented 4 years ago

Hello, I'd like to test the prospective_power function but it seems the last version is not available in CRAN yet, and I cannot compile packages from github from my work laptop

Thanks!

klarsen1 commented 4 years ago

Did you try install_github? Or is it some security thing?

On Thu, Aug 20, 2020 at 9:36 AM jmesam notifications@github.com wrote:

Hello, I'd like to test the prospective_power function but it seems the last version is not available in CRAN yet, and I cannot compile packages from github from my work laptop

Thanks!

— 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/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNKU5G2Q3P3ZCJ6ON4OPSLSBVGH3ANCNFSM4QGLBP3Q .

jmesam commented 4 years ago

It's a security thing, compile it from Github would require Admin permissions

klarsen1 commented 4 years ago

I can send you a zipped file with the package. Then you can download and install from there through R Studio.

jmesam commented 4 years ago

That'd be awesome :) Thanks

klarsen1 commented 4 years ago

Which email?

On Mon, Sep 14, 2020 at 2:56 PM jmesam notifications@github.com wrote:

That'd be awesome :) Thanks

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/klarsen1/MarketMatching/issues/20#issuecomment-692335253, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNKU5AACDD2DO7TPXMEIVLSF2GQ5ANCNFSM4QGLBP3Q .

jmesam commented 4 years ago

I tried the installation method posted here: https://rdrr.io/github/klarsen1/MarketMatching/

install.packages("remotes")
remotes::install_github("klarsen1/MarketMatching")

And I could install version 1.1.4 without any permissions issue

Thanks for the support