Below you will find pages that utilize the taxonomy term “Advice”
Post
Setting up Custom R Package Libraries
Overview Dealing with R Packages can be a pain sometimes, especially when dealing with development versions of evolving packages over time. Additionally, sometimes it is necessary to revert back to an old version of a package in order to reproduce an old project or replicate a test environment for a deployment.
To resolve some of the pains associated with this process, I came up with a nice little solution, which I will explain in this post.
Post
101 Tips & Tricks for the Pragmatic Programmer
The Journey to Mastery Over time I have compiled a list of various programming related tips and tricks that help me stay clear, motivated, and in-tune with my work. Many of the listed tips were originally from the book Pragmatic Programmer.
The list is helpful for all programmers and not specific to any language or domain.
If you find yourself drifting or wandering down the seemingly inevitable programming rabbit hole, take a gander at the list below.