-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Use conda-forge r-xslt for all platforms #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Use conda-forge r-xslt for all platforms #3
Conversation
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/carpentries-incubator/reproducible-ml-workflows/compare/md-outputs..md-outputs-PR-3 The following changes were observed in the rendered markdown documents:
What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2025-04-29 21:09:55 +0000 |
Hm. Trying to use $ pixi run serve
✨ Pixi task (serve): Rscript -e "sandpaper::serve()": (Serve the lesson)
Error in `purrr::map()`:
ℹ In index: 1.
ℹ With name: introduction.md.
Caused by error in `self$frontmatter <- ep$frontmatter`:
! cannot add bindings to a locked environment
Backtrace:
▆
1. ├─sandpaper::serve()
2. │ └─sandpaper (local) rend(this_path)
3. │ └─sandpaper::build_lesson(f, preview = FALSE, quiet = quiet)
4. │ └─sandpaper::validate_lesson(path, quiet = quiet)
5. │ └─sandpaper:::this_lesson(path)
6. │ └─.store$set(path)
7. │ └─pegboard::Lesson$new(path, jekyll = FALSE)
8. │ └─pegboard (local) initialize(...)
9. │ └─pegboard:::read_sandpaper_lesson(path, ...)
10. │ └─pegboard:::read_markdown_files(...)
11. │ └─purrr::map(.x = the_files, .f = Episode$new, ...)
12. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
13. │ ├─purrr:::with_indexed_errors(...)
14. │ │ └─base::withCallingHandlers(...)
15. │ ├─purrr:::call_with_cleanup(...)
16. │ └─R6 (local) .f(.x[[i]], ...)
17. │ └─pegboard (local) initialize(...)
18. └─base::.handleSimpleError(...)
19. └─purrr (local) h(simpleError(msg, call))
20. └─cli::cli_abort(...)
21. └─rlang::abort(...)
Execution halted this isn't present if
|
602066b
to
af1d221
Compare
Auto-generated via `{sandpaper}` Source : c260131 Branch : main Author : Matthew Feickert <[email protected]> Time : 2025-04-29 21:11:35 +0000 Message : chore: Use conda-forge r-xslt for all platforms (#3) * As full multi-platform support was added to `r-xslt` in conda-forge/r-xslt-feedstock#12 it can be used across all target platforms. * Update lock file.
Auto-generated via `{sandpaper}` Source : b6136de Branch : md-outputs Author : GitHub Actions <[email protected]> Time : 2025-04-29 21:12:14 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : c260131 Branch : main Author : Matthew Feickert <[email protected]> Time : 2025-04-29 21:11:35 +0000 Message : chore: Use conda-forge r-xslt for all platforms (#3) * As full multi-platform support was added to `r-xslt` in conda-forge/r-xslt-feedstock#12 it can be used across all target platforms. * Update lock file.
r-xslt
in Rebuild for xz_to_liblzma_devel conda-forge/r-xslt-feedstock#12, now it can be used across all target platforms.