Skip to content

Commit 061ab7c

Browse files
committed
add useR! 2025 keynote
1 parent 5c3bf4e commit 061ab7c

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

README.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Please read the [help guide](https://books.ropensci.org/targets/help.html) to le
8686
### English
8787

8888
* [Get started with `targets` in 4 minutes (4:08)](https://vimeo.com/700982360)
89-
* [`targets` in Action](https://ropensci.org/commcalls/jan2023-targets/) with [Joel Nitta](https://github.com/joelnitta) and [Eric Scott](https://github.com/Aariq). rOpenSci Community Call (1:09:56).
89+
* [Powerful simulation pipelines with `targets`](https://www.youtube.com/watch?v=fgtIqJfzPK0). [useR! 2025 Conference](https://user2025.r-project.org/program/in-person/keynotes/will-landau) (1:00:25).
90+
* [`targets` in Action](https://ropensci.org/commcalls/jan2023-targets/) with [Joel Nitta](https://github.com/joelnitta) and [Eric Scott](https://github.com/Aariq). [rOpenSci Community Call](https://ropensci.org/commcalls/jan2023-targets/) (1:09:56).
9091
* [`targets` and `crew` for clinical trial simulation pipelines](https://www.youtube.com/watch?v=cyF2dzloVLo&list=PLMtxz1fUYA5C0csy8-wTfFmRYQEB30vr3). R/Pharma 2023 (1:57:22).
9192
* [`targets` and `stantargets` for Bayesian model validation pipelines](https://youtu.be/HJI5mQJRGpY). R/Medicine 2021 (15:33)
9293
* [Reproducible computation at scale in R with `targets`](https://youtu.be/Gqn7Xn4d5NI) New York Open Statistical Programming Meetup, December 2020 (1:54:28).

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ Targetopia](https://img.shields.io/badge/R_Targetopia-member-blue?style=flat&lab
1313
[![lint](https://github.com/ropensci/targets/actions/workflows/lint.yaml/badge.svg)](https://github.com/ropensci/targets/actions?query=workflow%3Alint)
1414

1515
Pipeline tools coordinate the pieces of computationally demanding
16-
analysis projects. The `targets` package is a
17-
Make-like pipeline tool for
18-
statistics and data science in R. The package skips costly runtime for
19-
tasks that are already up to date, orchestrates the necessary
16+
analysis projects. The `targets` package is a Make-like pipeline tool
17+
for statistics and data science in R. The package skips costly runtime
18+
for tasks that are already up to date, orchestrates the necessary
2019
computation with implicit parallel computing, and abstracts files as R
2120
objects. If all the current output matches the current upstream code and
2221
data, then the whole pipeline is up to date, and the results are more
@@ -60,10 +59,10 @@ install.packages("crew")
6059
There are multiple ways to install the `targets` package itself, and
6160
both the latest release and the development version are available.
6261

63-
| Type | Source | Command |
64-
|-------------|----------|-------------------------------------------------------------------|
65-
| Release | CRAN | `install.packages("targets")` |
66-
| Development | GitHub | `pak::pkg_install("ropensci/targets")` |
62+
| Type | Source | Command |
63+
|----|----|----|
64+
| Release | CRAN | `install.packages("targets")` |
65+
| Development | GitHub | `pak::pkg_install("ropensci/targets")` |
6766
| Development | rOpenSci | `install.packages("targets", repos = "https://dev.ropensci.org")` |
6867

6968
## Get started in 4 minutes
@@ -138,9 +137,14 @@ to ask for help using `targets`.
138137

139138
- [Get started with `targets` in 4 minutes
140139
(4:08)](https://vimeo.com/700982360)
140+
- [Powerful simulation pipelines with
141+
`targets`](https://www.youtube.com/watch?v=fgtIqJfzPK0). [useR! 2025
142+
Conference](https://user2025.r-project.org/program/in-person/keynotes/will-landau)
143+
(1:00:25).
141144
- [`targets` in Action](https://ropensci.org/commcalls/jan2023-targets/)
142145
with [Joel Nitta](https://github.com/joelnitta) and [Eric
143-
Scott](https://github.com/Aariq). rOpenSci Community Call (1:09:56).
146+
Scott](https://github.com/Aariq). [rOpenSci Community
147+
Call](https://ropensci.org/commcalls/jan2023-targets/) (1:09:56).
144148
- [`targets` and `crew` for clinical trial simulation
145149
pipelines](https://www.youtube.com/watch?v=cyF2dzloVLo&list=PLMtxz1fUYA5C0csy8-wTfFmRYQEB30vr3).
146150
R/Pharma 2023 (1:57:22).

0 commit comments

Comments
 (0)