Note: The API for debkeepr described in this post has been deprecated. For the new API, see the debkeepr website and the blog post announcing debkeepr’s release on CRAN. You can now install the released version of debkeepr from CRAN or the development version on GitHub: # Install CRAN releaseinstall.packages("debkeepr")# Install development version# install.packages("pak")pak::pak("jessesadler/debkeepr") --- After an extensive period of iteration and a long but rewarding process of learning...