forked from moodymudskipper/typed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 784 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.1.1
URL: https://github.com/moodymudskipper/typed
BugReports: https://github.com/moodymudskipper/typed/issues
Imports:
waldo
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3