diff --git a/week11/index.qmd b/week11/index.qmd index 2bee073..3f6fd23 100644 --- a/week11/index.qmd +++ b/week11/index.qmd @@ -1,5 +1,5 @@ --- -title: "Week 11: Rewriting R code in C++" +title: "Week 11: Interfacing with other languages" --- ```{r} @@ -19,7 +19,9 @@ schedule |> ## What you will learn this week -Rcpp (Tomasz) +* htmltools +* reticulate +* dbplyr ```{r} #| output: asis diff --git a/week12/index.qmd b/week12/index.qmd index 7e91b73..11d80ae 100644 --- a/week12/index.qmd +++ b/week12/index.qmd @@ -1,5 +1,5 @@ --- -title: "Week 12: Interfacing to other languages" +title: "Week 12: Rewriting R code in C++" --- ```{r} @@ -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