Skip to content

RASM Build for R Package No Longer Working (webR + altdoc) #556

@jgeller112

Description

@jgeller112

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@v1
  • webr-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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions