File: cpp11.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 (21 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by cpp11: do not edit by hand

compare_files <- function(expected, test) {
  .Call(`_vdiffr_compare_files`, expected, test)
}

svglite_ <- function(file, bg, width, height, pointsize, standalone, always_valid) {
  .Call(`_vdiffr_svglite_`, file, bg, width, height, pointsize, standalone, always_valid)
}

svgstring_ <- function(env, bg, width, height, pointsize, standalone) {
  .Call(`_vdiffr_svgstring_`, env, bg, width, height, pointsize, standalone)
}

get_svg_content <- function(p) {
  .Call(`_vdiffr_get_svg_content`, p)
}

set_engine_version <- function(version) {
  invisible(.Call(`_vdiffr_set_engine_version`, version))
}