- Added
fit2datacsv
to extract relevant data information from the imported FIT file in CSV format. (#1) - Added
load_fit
to import (i.e., copy) FIT data from watches to local folder. (#1)
- Added support for
{tibble}
. - Setup GitHub Actions for CI/CD including test and lint checks, and
{pkgdown}
deploy. - Activated
{renv}
for the project. - Added Git/GitHub support.
- Added TDD environment powered by
{testthat}
,{checkmate}
, and{CorradoLanera/autotestthat}
. - Added
README.Rmd
andREADME.md
to provide an home page for the project. - Added a
NEWS.md
file to track changes to the package.