Skip to content
Snippets Groups Projects
Verified Commit 5fd1f01e authored by Laurent Modolo's avatar Laurent Modolo
Browse files

CONTRIBUTING.md: update for session_3 and add for session_4

parent 2feb38fc
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,14 @@
- Add summary of all code used in the session at the end of the sesssion
- Write the WDI.Rmd training which will be for a later session
- Write tuto to create IFB accout and launch Rstudio server
- Write session_3/exel.Rmd to load an exel version of the mpg data
- Write session_3/ggannimate.Rmd https://exts.ggplot2.tidyverse.org/gallery/ or another example of ggplot2 addons
\ No newline at end of file
- Add sup training on the floating point problem for session_4 :
```
x <- sqrt(2) ^ 2
x
#> [1] 2
x == 2
FALSE
```
Use `dplyr::near()` instead
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment