#rstats 📦 developers, why should you care about R-hub? A short NOTE 😉 on our blog
https://t.co/cp8jXvoVTv
✅ It is useful
✅ You do not need to leave R
✅ So many platforms!
✅ It's free and open-source
❓There is more to come
One of the dependencies of your #rstats 📦 is not like the others: R itself!
But did you know you can specify a minimum R version?
In this post by @grusonh & @ma_salmon, we review how to choose which R version & how to test it.
https://t.co/TYSp14WKLB
Hi all, unfortunately we temporarily need to stop our Windows and Linux builders, to sort out some billing issues. Hopefully we'll be able to turn them back on soon. We'll tweet here once we have more information.
New post! "Coding style, coding etiquette" by @ma_salmon & @chrisderv
❓ What is coding style?
📚 Resources
🧰 Tools
🗒️ A special note on ( R ) Markdown styling
🫶 Etiquette
https://t.co/Kv12c5FTAQ
#RStats#RMarkdown
Our provider has fixed the network, and the macOS and Solaris builders are back in operation. You don't need to re-submit builds, but there is a long queue, so it might take some time for your build to finish.
We have a hardware issue, that is affecting our Intel macOS and Solaris VMs. We are working on the fix. If you already submitted your a build, you don't have to resubmit it.
The problem is client-side, and caused by the expiration of the letsencrypt root cert and old client software. Our macOS High Sierra builders do not work because of this, and we are working on fixing them.
New post, by @chrisderv & @ma_salmon
"Caching the results of functions of your #RStats package" 🗝️
https://t.co/J8sWwaf6Km
Many resources & tips: why caching, how to (base R functions, special packages), when not to cache.