-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Rust version compatibility #37
Comments
Merged
#38 does not seem enough for R-universe.
|
-> The installation was failing, but it just wasn't getting build errors...... docker build -t prqlr-test -<<EOF
FROM rocker/r-ver
RUN apt-get update && apt-get install -y --no-install-recommends cargo git
RUN R -s -e 'install.packages("remotes")'
RUN R -q -e 'remotes::install_git("https://github.com/eitsupi/prqlr.git", ref = "9131d1cc5e227f368e57015aa29819c34db15a19")'
EOF |
The cause was the use of the original URL even though it is ref of fork commit, and the use of the |
Reopened by #40... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both R-hub builder and R-universe builder (
ubuntu:jammy
) failed installation with the following error after usingprql-compiler
0.4.0.https://github.com/r-universe/eitsupi/actions/runs/3941624440/jobs/6752975644#step:3:802
The text was updated successfully, but these errors were encountered: