Skip to content

Commit

Permalink
Update repo + website name + urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 31, 2024
1 parent 1d0ef85 commit 53b42ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: TDStests
Package: tds
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ You can save presentations as PDF files with the following command:
#| eval: false
#| echo: false
cd docs/slides
docker run --rm -t -v .:/slides astefanutti/decktape -s 1280x720 generic https://itsleeds.github.io/TDStests/slides/intro.html intro.pdf
docker run --rm -t -v .:/slides astefanutti/decktape -s 1280x720 generic https://itsleeds.github.io/tds/slides/intro.html intro.pdf
firefox intro.pdf
```
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ website:
align: center
tools:
- icon: github
href: https://github.com/itsleeds/TDStests
href: https://github.com/itsleeds/tds
text: GitHub
style: docked
contents:
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For this module you therefore need to have up-to-date versions of R and RStudio
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("itsleeds/tdstests")
remotes::install_github("itsleeds/tds")
```

See [Section 1.5 of the online guide Reproducible Road Safety Research with R](https://itsleeds.github.io/rrsrr/introduction.html#installing-r-and-rstudio) for instructions on how to install key packages we will use in the module.^[
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
channels = ["conda-forge"]
description = "Add a short description here"
name = "TDStests"
name = "tds"
platforms = ["win-64"]
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion slides/intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ For more references, see the bibliography at [github.com/ITSLeeds/TDS](https://g
- Code chunks and figures are encouraged
- You will submit a non-assessed 2 page pdf + qmd

## [Schedule](https://itsleeds.github.io/TDStests/schedule.html)
## [Schedule](https://itsleeds.github.io/tds/schedule.html)

![](images/paste-1.png)

Expand Down

0 comments on commit 53b42ea

Please sign in to comment.