Package: Rtinycc
Title: Builds the 'TinyCC' Command-Line Interface and Library for 'C'
        Scripting in 'R'
Version: 0.1.8
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 ="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
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
NeedsCompilation: yes
Packaged: 2026-04-22 17:06:01 UTC; sounkoutoure
Author: Sounkou Mahamane Toure [aut, cre],
  Mike Cheng [cph] (Adapted parts of the vignette knitr engine from the
    callme package),
  Fabrice Bellard and tinycc Authors [ctb] (Tinycc Compiler (tinycc)
    authors and COPYRIGHT holders)
Maintainer: Sounkou Mahamane Toure <sounkoutoure@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-24 18:40:13 UTC
Built: R 4.5.3; x86_64-w64-mingw32; 2026-04-25 11:40:53 UTC; windows
Archs: x64
