Package: Rtinycc Title: Builds the 'TinyCC' Command-Line Interface and Library for 'C' Scripting in 'R' Version: 0.1.11.9001 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person(given = "Abiomix FZ LLC", role = c("cph", "fnd"), comment = "Copyright holder and funder of Abiomix contributions"), person(given = "Mike", family = "Cheng", role = c("cph"), comment = "Adapted parts of the vignette knitr engine from the callme package"), person(given = "Adam", family = "Dunkels", role = c("cph"), comment = "Author of the bundled protothreads library"), person( given ="Fabrice Bellard and tinycc Authors" , role = c("ctb"), comment = "Tinycc Compiler (tinycc) authors and COPYRIGHT holders") ) Description: Builds the 'TinyCC' (Tiny 'C' Compiler) command-line interface and library for package use in 'R'. The package compiles 'TinyCC' from source and provides R functions to interact with the compiler. 'TinyCC' can be used for header preprocessing, just-in-time compilation of 'C' code in 'R', and lightweight 'C' scripting workflows. License: GPL (>= 3) Copyright: See inst/LICENSE.note for bundled TinyCC copyright and licensing details. Depends: R (>= 4.4.0) Imports: lambda.r Suggests: bench, callme, knitr, rmarkdown, tinytest, treesitter.c (>= 0.0.4) VignetteBuilder: knitr SystemRequirements: GNU make Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/abiomix/abiomix-r-open, https://github.com/sounkou-bioinfo/Rtinycc, https://sounkou-bioinfo.github.io/Rtinycc/ BugReports: https://github.com/abiomix/abiomix-r-open/issues Additional_repositories: https://abiomix.r-universe.dev Config/abiomix/public-license: GPL-3.0-or-later Config/abiomix/commercial-license: Separate written agreement for Abiomix-owned contributions Config/abiomix/license-policy: https://github.com/abiomix/abiomix-r-open/blob/main/LICENSES.md Config/pak/sysreqs: make Repository: https://abiomix.r-universe.dev Date/Publication: 2026-07-13 08:37:42 UTC RemoteUrl: https://github.com/abiomix/abiomix-r-open RemoteRef: HEAD RemoteSha: dd82290ba296385fcc7d7dfed339886e9deb41a2 RemoteSubdir: packages/Rtinycc NeedsCompilation: yes Packaged: 2026-07-13 11:48:42 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Abiomix FZ LLC [cph, fnd] (Copyright holder and funder of Abiomix contributions), Mike Cheng [cph] (Adapted parts of the vignette knitr engine from the callme package), Adam Dunkels [cph] (Author of the bundled protothreads library), Fabrice Bellard and tinycc Authors [ctb] (Tinycc Compiler (tinycc) authors and COPYRIGHT holders) Maintainer: Sounkou Mahamane Toure