Andreas Brandmaier
Andreas Brandmaier
A recent tweet increased attention to the package: https://twitter.com/brandmaier/status/964425470358913024 In the discussion, someone suggested that we really need the sad trombone sound as part of the package. This change adds...
Thanks for sharing this awesome xaringan theme here. Unfortunately, the project has no license attached, which means that it's unclear whether others have the right to use, share, or modify...
I experienced an issue twice now with the Rstudio "new project" wizard hanging up when choosing the worcs template. I see the "Creating project..." message but it never vanishes. All...
Creating synthetic data from Allison Horst's penguin data fails (https://raw.githubusercontent.com/bvreede/worcshop/master/data/penguins.csv) The error is caused because there is one column of strings. I assume this could be fixed by turning this...
The package is currently referred to as worcs (all lowercase as it is common with R packages). In the manuscript title, the approach is referred to as WORCS (all uppercase)....
From the website of the _Open Scholarship Knowledge Base_? (http://cos.io/oskb): > The Open Scholarship Knowledge Base is a collaborative initiative to curate and share knowledge about the what, why, and...
Since MRAN closed down, what is the current recommendation to create repro packages? Can we migrate to posit's historical public packages?
I am trying to reproduce a repro repository from 2022 and I get the following error. I am not sure how to fix this. Please help :-) ``` => ERROR...
I believe that the major breakpoint with `repro` is currently that users may change dependencies on packages, code, or scripts and forget to run automate() to update the Dockerfile. Here...