-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: Rtinycc
Title: Builds the 'TinyCC' Command-Line Interface and Library for 'C' Scripting in 'R'
Version: 0.1.10.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 ="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