Code review/ hacky hour links and useful packages #5
SeniorKate
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
27/02/2024
an early reference to Jen Bryan's code smells and feels
On packages for testing expected behaviour from data in an analysis pipeline
https://milesmcbain.xyz/posts/assertive-programming-for-pipelines/
https://github.com/njtierney/ttiq-simulation/blob/master/tests/testthat/test-plots.R
https://github.com/njtierney/ttiq-simulation/blob/master/_targets.R
https://github.com/rstudio/pointblank/
https://github.com/r-lib/vdiffr
vdiffr::expect_doppelganger
On S3 methods
https://www.njtierney.com/post/2016/11/06/simple-s3-post/
https://cran.r-project.org/web/packages/generics/index.html
Beta Was this translation helpful? Give feedback.
All reactions