Skip to content

Commit

Permalink
supression renv
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelaere committed Dec 5, 2023
1 parent 31e42f7 commit 46978ca
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 2,225 deletions.
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

32 changes: 16 additions & 16 deletions .github/workflows/bookdown-build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Déploiement de parcours_r_module_datavisualisation

on:
push:
branches:
- main
- master

workflow_dispatch:

jobs:
build-and-deploy-bookdown:
name: Build and bookdown
uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build-and-deploy.yml@master
with:
r_version: '4.0.4'
name: Déploiement de parcours_r_module_datavisualisation

on:
push:
branches:
- main
- master

workflow_dispatch:

jobs:
build-and-deploy-bookdown:
name: Build and bookdown
uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build-from-desc-and-deploy.yml@master
with:
r_version: '4.2.2'
30 changes: 15 additions & 15 deletions .github/workflows/bookdown-build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Test compilation de parcours_r_module_datavisualisation

on:
pull_request:
branches: [main, master, dev]
types: [opened, synchronize]

workflow_dispatch:

jobs:
build-bookdown:
name: Build bookdown
uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build.yml@master
with:
r_version: '4.0.4'
name: Test compilation de parcours_r_module_datavisualisation

on:
pull_request:
branches: [main, master, dev]
types: [opened, synchronize]

workflow_dispatch:

jobs:
build-bookdown:
name: Build bookdown
uses: MTES-MCT/parcours-r/.github/workflows/bookdown-build-from-desc.yml@master
with:
r_version: '4.2.2'
5 changes: 3 additions & 2 deletions .github/workflows/rstudio-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ on:
branches:
- main
- master
- dev
paths:
- .github/workflows/rstudio-image-build.yml
- Dockerfile
- renv.lock
- DESCRIPTION

pull_request:
types: [opened, synchronize]
branches: [main, master, dev]
paths:
- .github/workflows/rstudio-image-build.yml
- Dockerfile
- renv.lock
- DESCRIPTION

workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
_book
_bookdown_files
_book.zip
montableau.png
montableau.png
Valorisation**
2 changes: 1 addition & 1 deletion 14-créer-des-tableaux-avec-kable.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Description des fonctions utilisées :
## Sauvegarde

Le tableau ainsi produit peut être sauvegardé sous plusieurs formats (html, png, pdf, etc..) grâce à la fonction ***save_kable***.
Cette fonction nécessite le chargement du package ***magick***
Cette fonction nécessite le chargement du package ***kableExtra***.

```{r kabble_2}
ODD_indicateur311 %>%
Expand Down
33 changes: 29 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
Package: Parcours-R
Package: Parcours-R.M5
Type: Book
Title: Formations à R
Title: Formations R du MTES - Module 5 Datavisualisation
Version: 0.1.0
URL: https://github.com/MTES-MCT/parcours_r_module_datavisualisation
Imports: rmarkdown, htmltools, tidyverse, cartography, sf, GGally, dplyr, plotly, bookdown, RcppRoll, DT, RPostgreSQL, rsdmx, XML, lsr, ggmosaic, visNetwork, FactoMineR, factoextra, ggExtra, kableExtra, hrbrthemes, tmap, highcharter, gganimate, svglite, cowplot, gifski, docopt, webshot, ggspatial
Imports:
apexcharter,
bookdown,
cowplot,
dplyr,
forcats,
gganimate,
ggiraph,
ggplot2,
ggspatial,
gifski,
glue,
gouvdown,
gouvdown.fonts,
highcharter,
hrbrthemes,
htmltools,
htmlwidgets,
kableExtra,
knitr,
leaflet,
purrr,
rmarkdown,
scales,
sf

License: MIT
Description: Valise pédagogique pour la formation à R
Description: Valise pédagogique pour la formation à R, module 5 dédié à la datavisualisation
Binary file modified figures/ma_super_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 19 additions & 20 deletions packages.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,48 @@ @Manual{R-base
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2021},
year = {2022},
url = {https://www.R-project.org/},
}

@Manual{R-bookdown,
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
author = {Yihui Xie},
year = {2021},
note = {R package version 0.24},
url = {https://CRAN.R-project.org/package=bookdown},
year = {2023},
note = {R package version 0.37},
url = {https://github.com/rstudio/bookdown},
}

@Manual{R-ggplot2,
title = {ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo and Hiroaki Yutani and Dewey Dunnington},
year = {2021},
note = {R package version 3.3.5},
url = {https://CRAN.R-project.org/package=ggplot2},
year = {2023},
note = {R package version 3.4.4},
url = {https://ggplot2.tidyverse.org},
}

@Manual{R-gifski,
title = {gifski: Highest Quality GIF Encoder},
author = {Jeroen Ooms},
year = {2021},
note = {R package version 1.4.3-1},
url = {https://CRAN.R-project.org/package=gifski},
year = {2022},
note = {R package version 1.6.6-1},
url = {https://gif.ski/},
}

@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2021},
note = {R package version 1.36},
year = {2023},
note = {R package version 1.45},
url = {https://yihui.org/knitr/},
}

@Manual{R-rmarkdown,
title = {rmarkdown: Dynamic Documents for R},
author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
year = {2021},
note = {R package version 2.11},
url = {https://CRAN.R-project.org/package=rmarkdown},
author = {JJ Allaire and Yihui Xie and Christophe Dervieux and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
year = {2023},
note = {R package version 2.25},
url = {https://github.com/rstudio/rmarkdown},
}

@Book{bookdown2016,
Expand All @@ -53,7 +53,7 @@ @Book{bookdown2016
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2016},
note = {ISBN 978-1138700109},
isbn = {978-1138700109},
url = {https://bookdown.org/yihui/bookdown},
}

Expand Down Expand Up @@ -85,7 +85,6 @@ @InCollection{knitr2014
publisher = {Chapman and Hall/CRC},
year = {2014},
note = {ISBN 978-1466561595},
url = {http://www.crcpress.com/product/isbn/9781466561595},
}

@Book{rmarkdown2018,
Expand All @@ -94,7 +93,7 @@ @Book{rmarkdown2018
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2018},
note = {ISBN 9781138359338},
isbn = {9781138359338},
url = {https://bookdown.org/yihui/rmarkdown},
}

Expand All @@ -104,7 +103,7 @@ @Book{rmarkdown2020
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2020},
note = {ISBN 9780367563837},
isbn = {9780367563837},
url = {https://bookdown.org/yihui/rmarkdown-cookbook},
}

Loading

0 comments on commit 46978ca

Please sign in to comment.