tidymodels / tidymodels.org

Source of tidymodels.org
https://www.tidymodels.org/
17 stars 14 forks source link

consolidate tag `categories` #72

Closed simonpcouch closed 3 weeks ago

simonpcouch commented 3 weeks ago

My goal here was to make "categories" in the Learn listing more navigable by halving the number of entries. I mostly did so by 1) removing categories that only have one listing (especially if the category is in the title of the article) and 2) aligning synonyms for the same category, like "tune," "tuning," and "model tuning."

I generally didn't prefer package names over keywords or vice versa—that may be a discussion worth having for a future PR.

netlify[bot] commented 3 weeks ago

Deploy Preview for tidymodels-org ready!

Name Link
Latest commit e4a00e494776fde224b51a44ba357bcfc431a39e
Latest deploy log https://app.netlify.com/sites/tidymodels-org/deploys/667c912f9f9a0d0008d61145
Deploy Preview https://deploy-preview-72--tidymodels-org.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

simonpcouch commented 3 weeks ago

Expected to likely see an error before rendering, but was surprised to see this specifically:

ERROR: Error executing 'Rscript': No such file or directory (os error 2)

Unable to locate an installed version of R.

Any intuition here before I start debugging, @EmilHvitfeldt?

EmilHvitfeldt commented 3 weeks ago

Appears to be this issue: https://github.com/quarto-dev/netlify-plugin-quarto/issues/2

EmilHvitfeldt commented 3 weeks ago

but if you look at the netlify logs, it doesn't break right away, the first breakage is at learn/models/calibration, so to fix this "easy" we just have to update the _freeze for the breaking pages/the pages you updated

EmilHvitfeldt commented 3 weeks ago

works now 🎉