-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 755 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: assert
Title: Validate Function Arguments
Version: 1.1.0
Authors@R:
person(given = "Olivier",
family = "Binette",
role = c("aut", "cre", "cph"),
email = "olivier.binette@gmail.com")
Description: Lightweight validation tool for checking function arguments and
validating data analysis scripts. This is an alternative to stopifnot() from
the 'base' package and to assert_that() from the 'assertthat' package. It
provides more informative error messages and facilitates debugging.
Imports:
URL: https://github.com/OlivierBinette/assert
BugReports: https://github.com/OlivierBinette/assert/issues
License: GPL (>= 2)
Encoding: UTF-8
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1