This README.md file is a quick introduction to my repos.
- This repo shows how to develop a R-Package with DevOps best practices.
- First I created, as an example, a Package that clusters sensor data (eye-tracking recordings) with a Density-Base Clustering algorithm.
- The R-Package documentation (Vignets) was created with the roxygen2 library.
- Unit Testing was implemented with the testthat library.
- CI/CD was implemented with Travis.
- During the whole implementation process the devtools and usethis libraries.
- This repo shows how to use the gazeR Package.
- This is a Jupyther notebook showing how to use the Google BigQuery API with Python.