diff --git a/.Rbuildignore b/.Rbuildignore index adc66de..75c94c4 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,6 +3,7 @@ ^LICENSE\.md$ ^readme$ ^README\.Rmd$ +^README\.md$ ^\.github$ ^_pkgdown\.yml$ ^docs$ diff --git a/README.md b/README.md index 495e915..27fd86c 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,6 @@ If we run the tests, they all pass. #> #> ══ Results ═════════════════════════════════════════════════════════════════════ #> [ FAIL 0 | WARN 0 | SKIP 0 | PASS 2 ] -#> -#> 😀 #> → Testing all tests next time. Now if we replace one of the tests with a failing test, @@ -148,7 +146,7 @@ You can install the development version of lazytest from [cynkra R-universe](htt Or from GitHub:
-pak::pak("krlmlr/lazytest")
+pak::pak("krlmlr/lazytest")
If you’re using RStudio, it is a good idea to remap the shortcut for running tests (default: Ctrl + Shift + T / Cmd + Shift + T). The add-in provides two commands:
diff --git a/_pkgdown.yml b/_pkgdown.yml
index 502ff5d..a5d6705 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -1,2 +1,4 @@
+url: https://lazytest.cynkra.com/
+
template:
package: cynkratemplate