- Added more tests to verify
get_db_path
outputs anddownload_sqlite_db
logic - Places README summary text in an Overview vignette
- Puts other vignettes in vignettes/articles/ folder
- Revises function logic to now download or create kidsides cache directory until consent is given
- Added one test for checking accurate database was downloaded and sqlite connection was made
- Places vignettes into Rbuildignore because of dependency on sqlite download
- Added
on.exit
code, addedaskYesNo
permission before downloading the database for the first time, and increased default timeout for functiondownload_sqlite_db
- changed '\dontrun' examples to run if interactive, instead.
- First submission to CRAN