-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 961 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
32 lines (32 loc) · 961 Bytes
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 = "antoine.fabri@gmail.com")
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)
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
Config/roxygen2/version: 8.1.0.9000