pharmaverse / tidytlg

The goal of tidytlg is to generate tables, listings, and graphs (TLG) using Tidyverse.
https://pharmaverse.github.io/tidytlg/
Other
33 stars 6 forks source link

Update common.yml #29

Closed kpagacz closed 7 months ago

shengwei66 commented 7 months ago

@kpagacz I saw that you put the double quote ("") around the $R_VERSION. Is this the cause for the error in check?

kpagacz commented 7 months ago

The problem is in this workflow:

image

which is pkgdown related. This workflow is specifically skipped for normal PRs, so the issue hasn't surfaced during PRs.

The specific error message is this: image

As you can see, the name of the docker image the pipeline tries to pull is wrong, it contains $R_VERSION instead of the actual version (3.6). I assume the issue is with not working string substitution, which this PR tries to fix. If it doesn't help I will keep digging.