File: embed-svglite.R

package info (click to toggle)
r-cran-vdiffr 1.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: cpp: 1,744; sh: 13; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
svglite_path <- function(...) {
  file.path("R", "svglite", ...)
}

for (file in list.files(svglite_path(), pattern = "*.R")) {
  source(svglite_path(file), local = TRUE)
}