Skip to content

Commit

Permalink
add about fixing of issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andysouth committed May 24, 2021
1 parent 58ebf77 commit 2c866af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tutorials/test-tmap-view/test-tmap-view.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library(learnr)
knitr::opts_chunk$set(echo = FALSE)
```

This chunk - the Hello World ! example from tmap, with tmap_mode("view") added, works when the tutorial is loaded, or when run from console, but fails (with $ operator is invalid for atomic vectors) when 'Run Code' is pressed.
This chunk - the Hello World! example from tmap, with tmap_mode("view") added, works when the tutorial is loaded, or when run from console, but used to fail (with $ operator is invalid for atomic vectors) when 'Run Code' is pressed. This was fixed by RStudio in 2021-02 https://github.com/rstudio/learnr/issues/484


```{r tmap-test, exercise = TRUE, exercise.eval = TRUE, message = FALSE, warning = FALSE}
Expand Down

0 comments on commit 2c866af

Please sign in to comment.