annotater 0.2.0
Roughly two years after the first release of a working version of annotater
, I’m happy to announce the release of version 0.2.0.
The backstory of the package is here, and since developing these functions I use them pretty much every time I share code.
In my opinion, this:
Is preferable to this:
Also, the function annotation tools have been quite useful for teaching, collaborative work, and dealing with other people’s code.
annotater v0.2.0
Version 0.2.0 comes with support for package load calls using the p_load
function from pacman
Other minor fixes include support for indented library load calls (e.g., when they are inside a function definition; see below) and more unit tests.
Read more about annotater
in the dedicated packagedown site
Check out the code here
… and install from GitHub like so:
I’m gearing up for a CRAN submission, so all testing and feedback is welcome.