R/version.R

Defines functions .onAttach librsvg_version

Documented in librsvg_version

#' librsvg version
#'
#' Print the version of the librsvg library
#'
#' @export
#' @useDynLib rsvg R_librsvg_version
librsvg_version <- function(){
  .Call(R_librsvg_version)
}

.onAttach <- function(libname, pkg){
  packageStartupMessage(paste("Linking to librsvg", librsvg_version()))
}

Try the rsvg package in your browser

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

rsvg documentation built on Oct. 9, 2023, 1:06 a.m.