-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugsomething isn't workingsomething isn't working
Description
The inclusion of ^inst/figures$ in .Rbuildignore leads to HTML-rendering issues on headless linux x86 compute.
The following system path must be available for pandoc during compilation:
sticker_path <- system.file("figures", "sticker.png", package = "eyeris")
In its current state, the value of sticker_path is "", which breaks down on older versions of pandoc (e.g., v2.7.3).
Original motivation for ignoring this directory was to reduce the eyeris binary file size (as per CRAN requirements to keep package <5MB.
Solution should allow for sticker_path to resolve correctly without bloating the CRAN package binary.
Copilot
Metadata
Metadata
Labels
bugsomething isn't workingsomething isn't working