-
Notifications
You must be signed in to change notification settings - Fork 6
propagate static images used by vignettes? #7
Copy link
Copy link
Open
Description
I have a vignette in a package that uses

to include a graphic. I used the terra "files", "upload" process to create folder "images", and upload the jpg. Now AnVIL::avfiles_ls() shows that the images folder is resident with the .ipynb files. In the running notebook,
library(AnVIL)
avfiles_ls("notebooks/images")
shows the .jpg file is present. I used avfiles_restore() within the notebook to bring the images/bodymap.jpg into the filesystem visible to the notebook, and the notebook then incorporated the .jpg file.
Is there a convention that should be used so that AnVILPublish will propagate static images? pkgdown will make use of files in man/figures, or in vignettes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels