-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31e42f7
commit 46978ca
Showing
13 changed files
with
85 additions
and
2,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ | |
_book | ||
_bookdown_files | ||
_book.zip | ||
montableau.png | ||
montableau.png | ||
Valorisation** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.