1 License
This repository mixes two licenses, following the same split as Christophe Dervieux’s other Quarto materials:
- Content — text, slides, exercises, pages, and figures authored here: CC BY 4.0.
- Code — scripts, build configuration, authoring tooling, and any R package code: MIT.
Third-party components redistributed here keep their original licenses (e.g. reused Quarto extensions, fonts, and Posit skills under .claude/skills/). The NBIS RaukR material (NBISweden/raukr-2025, raukr-2026) is CC BY-NC-SA 4.0 — referenced and adapted, not vendored.
Integration note. This content is authored so it can later be incorporated into the NBIS RaukR site (itself CC BY-NC-SA 4.0). CC BY 4.0 is compatible as an upstream input to a more restrictive collection: the combined work may carry NC-SA terms, while attribution to Christophe Dervieux must be preserved.
1.1 Content (CC BY 4.0)
Copyright © 2026 Christophe Dervieux.
This work is licensed under the Creative Commons Attribution 4.0 International License. You are free to share (copy and redistribute in any medium or format) and adapt (remix, transform, and build upon the material) for any purpose, even commercially, under the following terms: you must give appropriate credit, provide a link to the license, and indicate if changes were made.
Full legal code: https://creativecommons.org/licenses/by/4.0/legalcode
1.2 MIT License (code)
Copyright © 2026 Christophe Dervieux.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.