Skip to content

Commit

Permalink
Switched weeks 11 and 12
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Apr 30, 2024
1 parent e14c09f commit ecaa1f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 4 additions & 2 deletions week11/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Week 11: Rewriting R code in C++"
title: "Week 11: Interfacing with other languages"
---

```{r}
Expand All @@ -19,7 +19,9 @@ schedule |>

## What you will learn this week

Rcpp (Tomasz)
* htmltools
* reticulate
* dbplyr

```{r}
#| output: asis
Expand Down
6 changes: 2 additions & 4 deletions week12/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Week 12: Interfacing to other languages"
title: "Week 12: Rewriting R code in C++"
---

```{r}
Expand All @@ -19,9 +19,7 @@ schedule |>

## What you will learn this week

* htmltools
* reticulate
* dbplyr
* Rcpp (with [Tomasz Wozniak](http://bit.ly/tomaszwozniak))

```{r}
#| output: asis
Expand Down

0 comments on commit ecaa1f5

Please sign in to comment.