Use testthat edition 3 (@jrdnbradford).
Do not run examples if internet is not available.
gitignore now provides clickable links as it uses cli instead of crayon (@olivroy).
Upgrading to use Bootstrap 5.
Add light and dark themes to the vignette.
Using GitHub Actions for continuous integration.
Fixing CRAN check results where tests failed when internet connection was not available (#18).
Change backend from https://www.gitignore.io/ to https://www.toptal.com/developers/gitignore as the former now redirects to the latter (#13 @pat-s).
Use file.path()
instead of paste0()
to
build path. @dpprdan