Skip to content

Commit 3e51e3c

Browse files
committed
source commit: 81e1859
0 parents  commit 3e51e3c

File tree

92 files changed

+147425
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+147425
-0
lines changed

CITATION.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# CITATION
2+
3+
4+
``` warning
5+
Warning in system("update-copyright.py"): error in running command
6+
```
7+
8+
## Data
9+
10+
Data is from the paper S. K. Morgan Ernest, Thomas J. Valone, and James
11+
H. Brown. 2009. Long-term monitoring and experimental manipulation of a
12+
Chihuahuan Desert ecosystem near Portal, Arizona, USA. Ecology 90:1708.
13+
14+
[http://esapubs.org/archive/ecol/E090/118/](http://esapubs.org/archive/ecol/E090/118/)
15+
16+
A simplified version of this data, suitable for teaching is available on
17+
[figshare](https://doi.org/10.6084/m9.figshare.1314459.v5).
18+
19+
## Lessons
20+
21+
The first workshop was run at NESCent on May 8-9, 2014 with the development and
22+
instruction of lessons by Karen Cranston, Hilmar Lapp, Tracy Teal, and Ethan
23+
White and contributions from Deb Paul and Mike Smorul.
24+
25+
Original materials adapted from SWC Python lessons by Sarah Supp. John Blischak
26+
led the continued development of materials with contributions from Gavin
27+
Simpson, Tracy Teal, Greg Wilson, Diego Barneche, Stephen Turner, and Karthik
28+
Ram. This original material has been modified and expanded by François
29+
Michonneau.
30+
31+
The **`dplyr`** lesson was created by Kara Woo, who copied and modified and
32+
modified from Jeff
33+
Hollister's [materials](https://usepa.github.io/introR/2015/01/14/03-Clean/).
34+
35+
The **`ggplot2`** lesson was initially created by Mateusz Kuzak, Diana Marek,
36+
and Hedi Peterson, during a Hackathon in Espoo, Finland on March 16-17, 2015,
37+
sponsored by the [ELIXIR project](https://elixir-europe.org/).
38+
39+
You can cite this Data Carpentry lesson as follow:
40+
41+
42+
``` warning
43+
Warning in file(con, "r"): cannot open file 'AUTHORS': No such file or
44+
directory
45+
```
46+
47+
``` error
48+
Error in file(con, "r"): cannot open the connection
49+
```
50+
51+
or as a BibTeX entry:
52+
53+
54+
``` warning
55+
Warning in file(con, "r"): cannot open file 'AUTHORS': No such file or
56+
directory
57+
```
58+
59+
``` error
60+
Error in file(con, "r"): cannot open the connection
61+
```
62+
63+

CODE_OF_CONDUCT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# The Carpentries Code of Conduct
2+
3+
As contributors and maintainers of this project, we pledge to follow the [Carpentry Code of Conduct][coc].
4+
5+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by following our [reporting guidelines][coc-reporting].
6+
7+
[coc-reporting]: https://docs.carpentries.org/policies/coc/incident-reporting.html
8+
[coc]: https://docs.carpentries.org/policies/coc/

LICENSE.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: "Licenses"
3+
---
4+
5+
## Instructional Material
6+
7+
All Carpentries (Software Carpentry, Data Carpentry, and Library Carpentry)
8+
instructional material is made available under the [Creative Commons
9+
Attribution license][cc-by-human]. The following is a human-readable summary of
10+
(and not a substitute for) the [full legal text of the CC BY 4.0
11+
license][cc-by-legal].
12+
13+
You are free:
14+
15+
- to **Share**---copy and redistribute the material in any medium or format
16+
- to **Adapt**---remix, transform, and build upon the material
17+
18+
for any purpose, even commercially.
19+
20+
The licensor cannot revoke these freedoms as long as you follow the license
21+
terms.
22+
23+
Under the following terms:
24+
25+
- **Attribution**---You must give appropriate credit (mentioning that your work
26+
is derived from work that is Copyright (c) The Carpentries and, where
27+
practical, linking to <https://carpentries.org/>), provide a [link to the
28+
license][cc-by-human], and indicate if changes were made. You may do so in
29+
any reasonable manner, but not in any way that suggests the licensor endorses
30+
you or your use.
31+
32+
- **No additional restrictions**---You may not apply legal terms or
33+
technological measures that legally restrict others from doing anything the
34+
license permits. With the understanding that:
35+
36+
Notices:
37+
38+
* You do not have to comply with the license for elements of the material in
39+
the public domain or where your use is permitted by an applicable exception
40+
or limitation.
41+
* No warranties are given. The license may not give you all of the permissions
42+
necessary for your intended use. For example, other rights such as publicity,
43+
privacy, or moral rights may limit how you use the material.
44+
45+
## Software
46+
47+
Except where otherwise noted, the example programs and other software provided
48+
by The Carpentries are made available under the [OSI][osi]-approved [MIT
49+
license][mit-license].
50+
51+
Permission is hereby granted, free of charge, to any person obtaining a copy of
52+
this software and associated documentation files (the "Software"), to deal in
53+
the Software without restriction, including without limitation the rights to
54+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
55+
of the Software, and to permit persons to whom the Software is furnished to do
56+
so, subject to the following conditions:
57+
58+
The above copyright notice and this permission notice shall be included in all
59+
copies or substantial portions of the Software.
60+
61+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67+
SOFTWARE.
68+
69+
## Trademark
70+
71+
"The Carpentries", "Software Carpentry", "Data Carpentry", and "Library
72+
Carpentry" and their respective logos are registered trademarks of
73+
[The Carpentries, Inc.][carpentries].
74+
75+
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
76+
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
77+
[mit-license]: https://opensource.org/licenses/mit-license.html
78+
[carpentries]: https://carpentries.org
79+
[osi]: https://opensource.org

config.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
#------------------------------------------------------------
2+
# Values for this lesson.
3+
#------------------------------------------------------------
4+
5+
# Which carpentry is this (swc, dc, lc, or cp)?
6+
# swc: Software Carpentry
7+
# dc: Data Carpentry
8+
# lc: Library Carpentry
9+
# cp: Carpentries (to use for instructor training for instance)
10+
# incubator: The Carpentries Incubator
11+
carpentry: 'dc'
12+
13+
# Overall title for pages.
14+
title: 'Data Analysis and Visualization in R for Ecologists'
15+
16+
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17+
created: '2015-04-02'
18+
19+
# Comma-separated list of keywords for the lesson
20+
keywords: 'ggplot2, tidyverse, data-visualization, data-visualisation, data-wrangling, data-carpentry, R'
21+
22+
# Life cycle stage of the lesson
23+
# possible values: pre-alpha, alpha, beta, stable
24+
life_cycle: 'stable'
25+
26+
# License of the lesson
27+
license: 'CC-BY 4.0'
28+
29+
# Link to the source repository for this lesson
30+
source: 'https://github.com/datacarpentry/R-ecology-lesson'
31+
32+
# Default branch of your lesson
33+
branch: 'main'
34+
35+
# Who to contact if there are any issues
36+
37+
38+
# Navigation ------------------------------------------------
39+
#
40+
# Use the following menu items to specify the order of
41+
# individual pages in each dropdown section. Leave blank to
42+
# include all pages in the folder.
43+
#
44+
# Example -------------
45+
#
46+
# episodes:
47+
# - introduction.md
48+
# - first-steps.md
49+
#
50+
# learners:
51+
# - setup.md
52+
#
53+
# instructors:
54+
# - instructor-notes.md
55+
#
56+
# profiles:
57+
# - one-learner.md
58+
# - another-learner.md
59+
60+
# Order of episodes in your lesson
61+
episodes:
62+
- introduction-r-rstudio.Rmd
63+
- visualizing-ggplot.Rmd
64+
- how-r-thinks-about-data.Rmd
65+
- working-with-data.Rmd
66+
67+
# Information for Learners
68+
learners:
69+
- reference.md
70+
71+
# Information for Instructors
72+
instructors:
73+
- instructor-notes.md
74+
75+
# Learner Profiles
76+
profiles:
77+
78+
# Customisation ---------------------------------------------
79+
#
80+
# This space below is where custom yaml items (e.g. pinning
81+
# sandpaper and varnish versions) should live
82+
83+
url: 'https://datacarpentry.org/R-ecology-lesson'
84+
analytics: carpentries
85+
lang: en
86+

0 commit comments

Comments
 (0)