diff --git a/articles/chk.html b/articles/chk.html index e1dfecc3..6fc5d8a7 100644 --- a/articles/chk.html +++ b/articles/chk.html @@ -109,7 +109,7 @@

do return an invisible copy of the first argument so they can be used in pipes.

-library(chk)
+library(chk)
 y <- TRUE
 chk_flag(y)
 y <- NA
diff --git a/authors.html b/authors.html
index 40235ca0..9c0c94ff 100644
--- a/authors.html
+++ b/authors.html
@@ -87,14 +87,13 @@ 

Citation

Thorley J, Müller K, Pearson A (2023). chk: Check User-Supplied Function Arguments. -R package version 0.9.1, https://github.com/poissonconsulting/chk. +https://poissonconsulting.github.io/chk, https://github.com/poissonconsulting/chk.

@Manual{,
   title = {chk: Check User-Supplied Function Arguments},
   author = {Joe Thorley and Kirill Müller and Ayla Pearson},
   year = {2023},
-  note = {R package version 0.9.1},
-  url = {https://github.com/poissonconsulting/chk},
+  note = {https://poissonconsulting.github.io/chk, https://github.com/poissonconsulting/chk},
 }