We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This command:
install.packages( "paint", repos = c(mm = "https://milesmcbain.r-universe.dev", c(getOption("repos"))))
is not working (at least on Windows 10).
The text was updated successfully, but these errors were encountered:
Sorry @IwoA, it works for me when I copy-paste it into my terminal running R.
What error do you get?
You can also use remotes::install_github("milesmcbain/paint") but be aware that will install the HEAD of this repo which has some experimental stuff.
remotes::install_github("milesmcbain/paint")
Sorry, something went wrong.
I've got error "Error 404" Later I had used suggestion from https://milesmcbain.r-universe.dev/ui#builds and installed the package.
This is probably because option repos is not set, i.e. the following gives the 404 error:
repos
> getOption("repos") CRAN "@CRAN@"
No branches or pull requests
This command:
is not working (at least on Windows 10).
The text was updated successfully, but these errors were encountered: