R/aaa.R

# Rtinycc - TinyCC for R
# Copyright (C) 2025-2026 Sounkou Mahamane Toure
# SPDX-License-Identifier: GPL-3.0-or-later

## usethis namespace: start
#' @useDynLib Rtinycc, .registration = TRUE
#' @importFrom lambda.r %as% UseFunction
## usethis namespace: end
NULL

#' we are using .Call directly, this is to make R CMD check happy
#'
#' @return The result returned by the invoked native routine. This alias is
#'   package-internal and exists to satisfy `R CMD check` native routine
#'   registration requirements.
#' @keywords internal
.RtinyccCall <- base::.Call

Try the Rtinycc package in your browser

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

Rtinycc documentation built on April 28, 2026, 1:07 a.m.