-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Summary
I have an R package that uses webR and altdoc to build an interactive documentation website. This setup **previously worked, but recently started failing without any changes to the workflow.
Environment
r-wasm/actions@v1webr-image: ghcr.io/r-wasm/webr:v0.5.2- Package uses
altdoc+quarto+webR
YAML Snippet
- name: Build WASM R packages
uses: r-wasm/actions/build-rwasm@v1
with:
packages: "."
repo-path: "_site"
webr-image: "ghcr.io/r-wasm/webr:v0.5.2"
I get this error
ERROR: dependencies 'tidyverse', 'janitor', 'readxl', 'ggokabeito', 'here', 'knitr', 'tinytable', 'easystats', 'zoo' are not available for package 'mypkg'
I have also raised this here: coatless-r-n-d/quarto-webr-in-altdoc#2
Here is link to my the yml I am using, if that helps: https://github.com/jgeller112/webgazeR/blob/master/.github/workflows/altdoc.yaml
I am not sure this is right place, but I hope someone can help me figure this out.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels