diff --git a/index.html b/index.html index af9ec23..0fe4b8e 100644 --- a/index.html +++ b/index.html @@ -87,9 +87,8 @@
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")
Automatically enable or disable searching of errors and warning messages.
disable_errorist()
enable_warning_shim()
disable_warning_shim()
enable_error_shim()
disable_error_shim()