We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107c8d3 commit 765990bCopy full SHA for 765990b
_pkgdown.yml
@@ -2,3 +2,18 @@ url: http://r-pkg.thecoatlessprofessor.com/errorist/
2
template:
3
bootstrap: 5
4
5
+reference:
6
+- subtitle: Autorun functions on Package Load and Unload
7
+ desc: >
8
+ Automatically enable or disable searching of errors and warning messages.
9
+ contents:
10
+ - enable_errorist
11
+ - disable_errorist
12
+- subtitle: Behavior Shims
13
14
+ Individually turn on or off searching errors and warning messages.
15
16
+ - enable_warning_shim
17
+ - enable_error_shim
18
+ - disable_warning_shim
19
+ - disable_error_shim
0 commit comments