-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fdf962
commit 9f5a1eb
Showing
1 changed file
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
--- | ||
title: "About" | ||
author: | ||
- name: Pat Callahan | ||
orcid: 0000-0003-1769-7580 | ||
- name: Florian Pargent | ||
orcid: 0000-0002-2388-553X | ||
- name: Florian Kohrt | ||
orcid: 0000-0003-0374-5625 | ||
--- | ||
|
||
# Contributors | ||
|
||
This site was created by Pat Callahan with contributions and feedback from Florian Pargent. | ||
This site was authored by Pat Callahan with contributions and feedback from Florian Pargent and Florian Kohrt. | ||
|
||
# Licenses | ||
|
||
This project is licensed under the **[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)** license found at [LICENSE](LICENSE.md) **and** under the **[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)** license found at [LICENSE-CODE](LICENSE-CODE.md). | ||
|
||
Why two licenses? The CC BY-SA 4.0 license is for the content of the website, while the CC0 1.0 Universal license is for the code and configuration files. This is a common practice for websites that include code snippets and other content that may be reused in other projects, particularly because the CC BY-SA 4.0 license is not intended to be used with software. | ||
|
||
# Notes | ||
|
||
This tutorial was primarily written in 2024 using {renv} version 1.0.11. Major changes to the {renv} package are unlikely to occur in the near future, but it is always a good idea to check the [package's website](https://rstudio.github.io/renv/) for the most up-to-date information, and to confirm that our tutorial is not out-of-date. | ||
|
||
|
||
# License | ||
|
||
Published under a [Creative Commons Attribution-ShareAlike 4.0 International license (CC BY-SA 4.0 Deed)](https://creativecommons.org/licenses/by-sa/4.0/deed.en). |