Skip to content
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

Loading epoxy into devcontainer #128

Open
brtarran opened this issue Aug 11, 2024 · 0 comments
Open

Loading epoxy into devcontainer #128

brtarran opened this issue Aug 11, 2024 · 0 comments

Comments

@brtarran
Copy link

I've built a Quarto report that uses epoxy. It renders fine locally. I wanted to test this out in a GitHub Codespace, but I've been having trouble loading in epoxy as part of the codespace setup.

In my devcontainer file, I have:

"ghcr.io/rocker-org/devcontainer-features/r-packages:1": {
            "packages": "github::rstudio/renv,tidyverse,readxl,dplyr,janitor,reactable,here,ggplot2,plotly,scales",
            "additionalRepositories": "epoxy = 'https://gadenbuie.r-universe.dev'"
        }

However, when I run the qmd file, I get an 'epoxy not found' error unless I run a separate install using:

install.packages("epoxy", repos = c('https://gadenbuie.r-universe.dev', 'https://cloud.r-project.org'))
library(epoxy)

I'm sure this is probably user error, but if anyone can advise on resolving this issue I'd be grateful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant