-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
47 lines (41 loc) · 964 Bytes
/
_pkgdown.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
url: https://danielvartan.github.io/prettycheck/
template:
params:
bootswatch: cosmo
mathjax: true
noindex: false
navbar:
structure:
left:
- home
- intro
- reference
- articles
- news
right:
- search
- lightswitch
- github
components:
home: ~
intro: ~
articles: ~
reference:
- title: Checks
desc: >
`prettycheck` includes four main types of functions: `test_*()`,
`check_*()`, `assert_*()`, and `expect_*()`.
The `test_*()` functions return a logical flag; the `check_*()` functions
return a logical flag and throw a warning message if the condition is not
met; and the`assert_*()` and `expect_*()` functions return a logical flag
and throw an error if the condition is not met.
contents:
- test_identical
- test_length
- test_pick
authors:
Daniel Vartanian:
href: https://github.com/danielvartan
development:
mode: auto
version_label: warning