Skip to content

Commit

Permalink
renv::init quelle idée :(
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Dec 10, 2024
1 parent 9fb3083 commit 47f63b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/r.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Moreover, `renv` works seamlessly with RStudio projects:

First, if not automatically initiated, you need to start following dependencies using `renv`:

```{r initialize}
```{.r}
# Initialize renv
renv::init()
```
Expand All @@ -66,7 +66,7 @@ install.packages(c("ggplot2", "dplyr"))

Then you can develop your document, let's say it contains this chunk

```{r plot}
```{r}
library(dplyr)
library(ggplot2)
Expand Down

0 comments on commit 47f63b6

Please sign in to comment.