debkeepr is now—finally—on CRAN with version 0.1.1! debkeepr integrates non-decimal currencies that use tripartite or tetrapartite systems into the methodologies of Digital Humanities and the practices of reproducible research. The package makes it possible for historical non-decimal currencies, such as the tripartite system of pounds, shillings, and pence (£465 12s. 8d.), to behave like decimalized values through the implementation of the deb_lsd, deb_tetra, and deb_decimal vector types...| A Rogue Historian
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...| A Rogue Historian