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 later (#13 @pat-s).
Use file.path()
instead of paste0()
to build path. @dpprdan