R/module_compile_Attributes.R

Defines functions module_compile_Attributes

Documented in module_compile_Attributes

#' Module: Compile attributes
#'
#' @description Compile C++ attributes if such code is part of the package
#'
#' @author Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
#'
#' @section Function version: 0.1.0
#'
#'
#' @md
#' @export
module_compile_Attributes <- function() {
  Rcpp::compileAttributes()

}
R-Lum/RLumBuild documentation built on Feb. 14, 2024, 1:17 a.m.