-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
32 lines (32 loc) · 949 Bytes
/
DESCRIPTION
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
Package: typed
Title: Support Types for Variables, Arguments, and Return Values
Version: 0.0.1.9000
Authors@R:
person(given = "Antoine",
family = "Fabri",
role = c("aut", "cre"),
email = "[email protected]")
Description: A type system for R. It supports setting variable types in a script or the body of a function, so variables can't be assigned illegal values. Moreover it supports setting argument and return types for functions.
License: GPL-3
Encoding: UTF-8
Language: en
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
URL: https://github.com/moodymudskipper/typed, https://moodymudskipper.github.io/typed/
BugReports: https://github.com/moodymudskipper/typed/issues
Imports:
utils,
waldo
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
desc,
ggplot2,
rlang,
usethis,
vctrs
Config/testthat/edition: 3
VignetteBuilder: knitr