mlr-org / mlr3proba

Probabilistic Learning for mlr3
https://mlr3proba.mlr-org.com/
GNU Lesser General Public License v3.0
130 stars 20 forks source link

Unable to install mlr3proba #422

Closed sfgrey closed 2 weeks ago

sfgrey commented 2 weeks ago

Attempted to install the mlr3proba package using "install.packages("mlr3proba", repos = "https://mlr-org.r-universe.dev")" and received the following error:

Error in match.arg(type, c("binary", "source")) : 'arg' should be one of “binary”, “source” In addition: Warning messages: 1: In value[3L] : Could not find any credentials 2: In value[3L] : Could not find any credentials 3: In value[3L] : Could not find any credentials

bblodfon commented 2 weeks ago

Hi @sfgrey , I have verified that this installation works... maybe it's something on your side (I see something about credentials)? Can you try to install the development version using the below command?

devtools::install_github("mlr-org/mlr3proba")
sfgrey commented 2 weeks ago

Hi John,

I was able to obtain the package using

install.packages("mlr3proba", repos = "https://mlr-org.r-universe.dev")

The issue was a corrupted renv.lock file that would not let me change the repos.

Thanks, Scott


From: John Zobolas @.> Sent: Tuesday, November 5, 2024 8:08 PM To: mlr-org/mlr3proba @.> Cc: Scott Grey @.>; Mention @.> Subject: Re: [mlr-org/mlr3proba] Unable to install mlr3proba (Issue #422)

Hi @sfgreyhttps://github.com/sfgrey , I have verified that this installation works... maybe it's something on your side (I see something about credentials)? Can you try to install the development version using the below command?

devtools::install_github("mlr-org/mlr3proba")

— Reply to this email directly, view it on GitHubhttps://github.com/mlr-org/mlr3proba/issues/422#issuecomment-2458502499, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEKOWF2RTBTNYTVPYGGPQ4LZ7FTZNAVCNFSM6AAAAABRHQ7BBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJYGUYDENBZHE. You are receiving this because you were mentioned.Message ID: @.***>