Nothing
# 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.