|
1 | 1 | [](https://zenodo.org/badge/latestdoi/44772343)
|
2 |
| -[](https://github.com/datacarpentry/r-raster-vector-geospatial/actions/workflows/website.yml) |
| 2 | +[](https://github.com/datacarpentry/r-raster-vector-geospatial/actions/workflows/sandpaper-main.yaml) |
3 | 3 | [](https://swc-slack-invite.herokuapp.com/)
|
4 | 4 | [](https://swcarpentry.slack.com/messages/C9ME7G5RD)
|
5 | 5 |
|
6 | 6 | # R for Raster and Vector Data
|
7 | 7 |
|
8 | 8 | ## Contributing to lesson development
|
9 | 9 |
|
10 |
| -- The lesson files to be edited are in the `_epiodes_rmd` folder. This repository uses the `main` branch for development. |
11 |
| -- You can visualize the changes locally by typing `make serve` at your terminal. The site will be rendered at [http://localhost:4000](http://localhost:4000) |
12 |
| -- Each time you push a change to GitHub, Travis-CI rebuilds the lesson, and when it's successful (look for the green badge at the top of the README file), it publishes the result at [http://www.datacarpentry.org/r-raster-vector-geospatial/](http://www.datacarpentry.org/r-raster-vector-geospatial/) |
13 |
| -- Note: any manual commit to `gh-pages` will be erased and lost during the automated build and deploy cycle operated by Travis-CI. |
| 10 | +- The lesson files to be edited are in the `_episodes` folder. This repository uses the `main` branch for development. |
| 11 | +- You can visualize the changes locally with the [sandpaper](https://github.com/carpentries/sandpaper) R package by executing either the `sandpaper::serve()` or `sandpaper::build_lesson()` commands. In the former case, the site will be rendered at [http://localhost:4321](http://localhost:4321) |
| 12 | +- Each time you push a change to GitHub, Github Actions rebuilds the lesson, and when it's successful (look for the green badge at the top of the README file), it publishes the result at [http://www.datacarpentry.org/r-raster-vector-geospatial/](http://www.datacarpentry.org/r-raster-vector-geospatial/) |
| 13 | +- Note: any manual commit to `gh-pages` will be erased and lost during the automated build and deploy cycle operated by Github Actions. |
14 | 14 |
|
15 |
| -#### Lesson Maintainers: |
| 15 | +### Lesson Maintainers: |
16 | 16 |
|
17 | 17 | - [Jemma Stachelek][stachelek_jemma]
|
18 | 18 | - [Ivo Arrey][arreyves]
|
19 | 19 | - Drake Asberry
|
20 | 20 |
|
21 | 21 | [stachelek_jemma]: https://carpentries.org/instructors/#jsta
|
22 | 22 | [arreyves]: https://carpentries.org/instructors/#arreyves
|
23 |
| - |
24 |
| - |
25 |
| - |
0 commit comments