#winbuilder
As there are 3100+ CRAN packages using #Rcpp giving you 3100+ examples. I rely on GitHub with tinytest; most of my packages do not bother with Windows or macOS CI. If it works on Linux, I can safe the cpu cycles. GitLab and Codeberg are used too, look for them. I do use winbuilder for spot checks.
December 3, 2025 at 2:06 PM
Ah, nothing like the feel of the breeze in your hair and the scent of irreproducible errors that occur with your manual on one operating system but not the other, after it already passed winbuilder with flying colors, oh god its not the summer, its CRAAAAAANNNNN
July 6, 2024 at 12:49 AM
local R CMD check ✅
Github actions checks ✅
Rhub check ❔ some random note about miktexLastException - i'm going to ignore
WinBuilder devel check ❌ NOTE: a url in the README should be https instead of http
March 7, 2024 at 8:27 PM
Ok, can now build on Winbuilder (first installing rmdpartials, which hadn't been built yet) and Rhub (forcing from source). I can build on my own Linux machine. Will next try Rhub Linux forcing from source.
November 3, 2024 at 4:29 AM
On winbuilder oldrel, installation fails because htmltools is not available. But htmltools was last updated in 2019? https://cran.r-project.org/web/packages/htmltools/index.html
CRAN: Package htmltools
cran.r-project.org
November 3, 2024 at 3:52 AM
Anyway, I've got it working again with the newest version of all dependencies on my local mac with R 4.0.1. Now, I usually check using <a href="http://r-hub.io" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">http://r-hub.io and winbuilder. But on all of them I get (to me) odd problems with dependencies.
November 3, 2024 at 3:33 AM
How do I debug an error I only get on winbuilder? #rstats
How can there not be a mean method for numeric?

Error in UseMethod("mean") :
no applicable method for 'mean' applied to an object of class "c('double', 'numeric')"
November 3, 2024 at 3:28 AM
Nuevo artículo en mi blog: Introducción al Internet de las Cosas con la Intel Galileo #Iot #winbuilder #MicrosoftIOT

geeks.ms/blogs/jsuarez/…
November 27, 2024 at 10:18 AM