Skip to content

Commit a2446f6

Browse files
authored
Merge pull request #1 from jonjab/timings
changing time for episode 3 (partially as a test of my fork)
2 parents 0707e19 + d29480c commit a2446f6

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Under the following terms:
2525
* **Attribution**---You must give appropriate credit (mentioning that
2626
your work is derived from work that is Copyright © Software
2727
Carpentry and, where practical, linking to
28-
http://software-carpentry.org/), provide a [link to the
28+
https://software-carpentry.org/), provide a [link to the
2929
license][cc-by-human], and indicate if changes were made. You may do
3030
so in any reasonable manner, but not in any way that suggests the
3131
licensor endorses you or your use.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- The lesson files to be edited are in the `_episodes` folder. This repository uses the `main` branch for development.
1111
- 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/)
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 [https://www.datacarpentry.org/r-raster-vector-geospatial/](https://www.datacarpentry.org/r-raster-vector-geospatial/)
1313
- Note: any manual commit to `gh-pages` will be erased and lost during the automated build and deploy cycle operated by Github Actions.
1414

1515
### Lesson Maintainers:

episodes/03-raster-reproject-in-r.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Reproject Raster Data
3-
teaching: 40
4-
exercises: 20
3+
teaching: 25
4+
exercises: 15
55
source: Rmd
66
---
77

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@ working through this lesson.
2525

2626
This lesson assumes you have some knowledge of `R`. If you've never
2727
used `R` before, or need a refresher, start with our
28-
[Introduction to R for Geospatial Data](http://www.datacarpentry.org/r-intro-geospatial/)
28+
[Introduction to R for Geospatial Data](https://www.datacarpentry.org/r-intro-geospatial/)
2929
lesson.
3030

3131
### Geospatial Skill Level
3232

3333
This lesson assumes you have some knowledge of geospatial data types
3434
and common file formats. If you have never worked with geospatial
3535
data before, or need a refresher, start with our
36-
[Introduction to Geospatial Concepts](http://www.datacarpentry.org/organization-geospatial/)
36+
[Introduction to Geospatial Concepts](https://www.datacarpentry.org/organization-geospatial/)
3737
lesson.
3838

3939
### Install Software and Download Data
4040

4141
For installation instructions and to download the data used in this
4242
lesson, see the
43-
[Geospatial Workshop Overview](http://www.datacarpentry.org/geospatial-workshop/#setup).
43+
[Geospatial Workshop Overview](https://www.datacarpentry.org/geospatial-workshop/#setup).
4444

4545
### Setup RStudio Project
4646

4747
Make sure you have set up a RStudio project for this lesson, as
4848
described in the
49-
[setup instructions](http://www.datacarpentry.org/geospatial-workshop/#setup)
49+
[setup instructions](https://www.datacarpentry.org/geospatial-workshop/#setup)
5050
and that your working directory is correctly set.
5151

5252

learners/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Setup
33
---
44

55
This lesson is designed to be taught in conjunction with other lessons
6-
in the [Data Carpentry Geospatial workshop](http://www.datacarpentry.org/geospatial-workshop/).
6+
in the [Data Carpentry Geospatial workshop](https://www.datacarpentry.org/geospatial-workshop/).
77
For information about required software, and to access the datasets used
88
in this lesson, see the
99
[setup instructions](https://datacarpentry.org/geospatial-workshop/#setup)

renv/profiles/lesson-requirements/renv.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
],
261261
"Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.",
262262
"License": "GPL-2 | GPL-3",
263-
"URL": "http://www.rforge.net/base64enc",
263+
"URL": "https://www.rforge.net/base64enc",
264264
"NeedsCompilation": "yes",
265265
"Repository": "RSPM",
266266
"Encoding": "UTF-8"
@@ -369,7 +369,7 @@
369369
"Title": "Functions for Classification",
370370
"ByteCompile": "yes",
371371
"License": "GPL-2 | GPL-3",
372-
"URL": "http://www.stats.ox.ac.uk/pub/MASS4/",
372+
"URL": "https://www.stats.ox.ac.uk/pub/MASS4/",
373373
"NeedsCompilation": "yes",
374374
"Author": "Brian Ripley [aut, cre, cph], William Venables [cph]",
375375
"Maintainer": "Brian Ripley <Brian.Ripley@R-project.org>",

0 commit comments

Comments
 (0)