25 lines
686 B
Plaintext
25 lines
686 B
Plaintext
Package: ts
|
|
Title: Helper functions for writing type safe functions for rserve-ts
|
|
Version: 0.1.0
|
|
Authors@R:
|
|
person("Tom", "Elliott", , "tom@inzight.co.nz",
|
|
role = c("aut", "cre"),
|
|
comment = c(ORCID = "0000-0002-7815-6318"))
|
|
Description: A set of helper functions for writing type safe functions for writing and compiling typescript functions for use with rserve-ts.
|
|
License: MIT + file LICENSE
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.3.1
|
|
Config/testthat/edition: 3
|
|
Depends:
|
|
R (>= 4.1.0)
|
|
Imports:
|
|
rlang,
|
|
Rserve
|
|
Suggests:
|
|
knitr,
|
|
rmarkdown,
|
|
testthat (>= 3.0.0)
|
|
VignetteBuilder: knitr
|
|
URL: http://tomelliott.co.nz/ts/
|