Package: Rtinycc Title: Builds the 'TinyCC' Command-Line Interface and Library for 'C' Scripting in 'R' Version: 0.1.11.9000 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), 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/sounkou-bioinfo/Rtinycc, https://sounkou-bioinfo.github.io/Rtinycc/ BugReports: https://github.com/sounkou-bioinfo/Rtinycc/issues Config/pak/sysreqs: make Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2026-06-03 20:20:38 UTC RemoteUrl: https://github.com/sounkou-bioinfo/Rtinycc RemoteRef: HEAD RemoteSha: b79e789a60d3b31c7a68d3f1884025ee8618206a NeedsCompilation: yes Packaged: 2026-06-24 02:04:04 UTC; root Author: Sounkou Mahamane Toure [aut, cre], 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