shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

284
active users

#roxygen2

0 posts0 participants0 posts today
James Balamuta<p>Dear <a href="https://mastodon.social/tags/rstats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rstats</span></a> friends, remember all those tempdir()/tempfile() gymnastics for CRAN compliance?</p><p>examplesTempdir just made that circus act a one-liner with a simple <a href="https://mastodon.social/tags/roxygen2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>roxygen2</span></a> tag extension. Your future self will thank you.</p><p>💻 Code: <a href="https://github.com/coatless-rpkg/rocleteer" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/coatless-rpkg/rocle</span><span class="invisible">teer</span></a></p><p>📝 Post: <a href="https://blog.thecoatlessprofessor.com/programming/r/simplifying-file-based-examples-with-atexamplestempdir-in-r-packages/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.thecoatlessprofessor.com/</span><span class="invisible">programming/r/simplifying-file-based-examples-with-atexamplestempdir-in-r-packages/</span></a></p>
Dr. Robert M Flight<p>That was new. Mistakenly put a new function definition below an <a href="https://mastodon.social/tags/RStats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RStats</span></a> <a href="https://mastodon.social/tags/ROxygen2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ROxygen2</span></a> stub for exporting a method, and my NAMESPACE got very, very weird with stuff from the function description.</p><p>But faults on me for not looking at the NAMESPACE changes before committing and pushing the result. </p><p>Thankfully simple to fix. Move the function definition, delete the borked NAMESPACE, and {devtools::document()} to refresh it. Examine it, commit, push.</p>