tests/testthat/_snaps/document.md

devtools::document() generates wrappers

Code
  cat_file("R/extendr-wrappers.R")
Output
  # Generated by extendr: Do not edit by hand
  # nolint start

  #' @usage NULL
  #' @useDynLib testPackage, .registration = TRUE
  NULL

  #' Return string `"Hello world!"` to R.
  #' @export
  hello_world <- function() .Call(wrap__hello_world)

  # nolint end


Try the rextendr package in your browser

Any scripts or data that you put into this service are public.

rextendr documentation built on April 18, 2026, 5:07 p.m.