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
It would make #110 easier to implement.
FROM rocker/r-ver:4.2.2 ENV RANG_PATH rang.R ENV CACHE_PATH "" COPY rang.R ./rang.R RUN apt-get update -qq && apt-get install -y libpcre3-dev zlib1g-dev pkg-config libcurl4-openssl-dev && apt-get install -y libicu-dev libxml2-dev make pandoc zlib1g-dev RUN Rscript $RANG_PATH RUN apt-get install -y curl git && \ curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb && \ dpkg -i quarto-linux-amd64.deb && \ quarto install tool tinytex && \ CMD ["R"]
For example, we can set RANG_PATH to "inst/rang/rang.R"
RANG_PATH
The text was updated successfully, but these errors were encountered:
Implement #125
753ea86
No branches or pull requests
It would make #110 easier to implement.
For example, we can set
RANG_PATH
to "inst/rang/rang.R"The text was updated successfully, but these errors were encountered: