Skip to content

propagate static images used by vignettes? #7

@vjcitn

Description

@vjcitn

I have a vignette in a package that uses

![](images/bodymap.jpg)

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.

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