Because I mostly work with human subject data, most of my projects are not able to be made public due to the IRB protocols. However, I've managed to excise some parts of the projects that do not have personally identifiable/demographic information, as well as excerpts from computational projects and other R
-related activities I've done.
catchr 0.2.0
: This the exception to the rule about not being complete--this is my first CRAN-accepted package, and is the only package I've really "done right". Designed to provide a shallower learning curve for condition-handling in R,catchr
offers a nice little set of tools for working with conditions inR
, utilizing a very simple domain-specific language.catchr 0.1.0
was a very different package, but after a deap dive into therlang
source code, I realized most of it was redundant and redid everything from the ground up. I'm actually relatively proud of this one. For a (so