diff --git a/index.html b/index.html index af9ec23..0fe4b8e 100644 --- a/index.html +++ b/index.html @@ -87,9 +87,8 @@

Installationinstall.packages("errorist")

For the development version, you can opt for:

-install.packages("devtools")
-
-devtools::install_github("coatless/errorist")
+if(!requireNamespace("remotes")) { install.packages("remotes") } +remotes::install_github("coatless-rpkg/errorist")

Usage diff --git a/pkgdown.yml b/pkgdown.yml index 29dbc50..3c293ea 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: working-with-errorist: working-with-errorist.html -last_built: 2023-11-14T00:36Z +last_built: 2023-11-14T00:47Z urls: reference: http://r-pkg.thecoatlessprofessor.com/errorist/reference article: http://r-pkg.thecoatlessprofessor.com/errorist/articles diff --git a/reference/index.html b/reference/index.html index 3b40f7a..240ddc1 100644 --- a/reference/index.html +++ b/reference/index.html @@ -50,9 +50,9 @@

-

All functions

- +

Autorun functions on Package Load and Unload

+

Automatically enable or disable searching of errors and warning messages.

@@ -65,13 +65,25 @@

All functionsenable_errorist() disable_errorist()
Enable or Disable Errorist's Automatic Search
-
+

+ +

Behavior Shims

+

Individually turn on or off searching errors and warning messages.

+ + +
+ + + + +
enable_warning_shim() disable_warning_shim() enable_error_shim() disable_error_shim()
Enable and Disable Warning or Error Capture
- +