What can I do to ensure my #rstats #pkgs will smoothly run on r 4.4.0?

so far I think I should:

* check the cran issues page
* run #rhub checks on devel some days before the release

anything else?

Its closing in on 1AM here, and I am still awake. And launching a website revamp.

yeah, that's how I roll. 😅 🤓

A new #hugo theme made by me, and a blogpost about professional stuff this year.

I hope you like my new theme, its not a huge change from what I had, so I guess I have a preference ☺️

https://drmowinckels.io/

New year, New blog!

https://drmowinckels.io/blog/2024/newyear-newblog/

#rstats #rLadies #rOpenSci #rHub

Creating post summary with AI from Hugging Face - Dr. Mowinckel’s

When you have lots of old blog posts, writing good summaries for SEO can be very tedious. Using AI, we can get summaries for our posts easily. Using httr2 we can access models through the Hugging Face API.

New blog post: "How to debug your package in a #rhub fedora container before sending it to CRAN?"
🔗 https://statnmap.com/2023-06-20-how-to-debug-your-package-in-a-rhub-fedora-container-before-sending-to-cran/
#RStats
Creating a Node.js Website with GitHub Copilot Workspace Using Best Development Practices in R

As a developer primarily focused on R, I strive to follow good development practices: writing clear user documentation with articles and examples; creating robust tests; and automating checks and deployments with CI/CD workflows. These habits have allowed me to build reliable and maintainable projects, but I asked myself: Are these practices transferable if I venture into a different ecosystem, such as Node.js? To answer this question, I set myself a personal challenge: create a fully functional website using Node.js and JavaScript, while taking the opportunity to test GitHub Copilot Workspace as my primary development assistant. My goal was to see if Copilot could guide me from start to finish, assuming I knew nothing. I also wanted to test the hypothesis that even without deep expertise in a language or framework, success is achievable by relying on solid practices and the right tools.

StatnMap