Skip to content
Snippets Groups Projects
Commit 810e281e authored by mael.theuliere's avatar mael.theuliere
Browse files

ajout template rmarkdown

parent 4a27050e
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,5 @@ usethis::use_package("dplyr")
usethis::use_package("sf")
usethis::use_dev_package("COGiter",remote = "maeltheuliere/COGiter")
usethis::use_dev_package("gouvdown",remote = "spyrales/gouvdown")
usethis::use_rmarkdown_template(template_name = "publication artificialisation",
template_description = "Template Rmarkdown pour la publication sur l'artificialisation des sols en Pays de la Loire")
---
author: "Your Name"
date: "The date"
output:
gouvdown::html_gouv:
toc: TRUE
logo: "prefecture_r52"
params:
annee: 2019
title: "L'artificialisation des sols en Pays de la loire en `r params$annee`"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(gouvdown)
library(propre.artificialisation)
```
## Chapitre 1
name: publication artificialisation
description: >
Template Rmarkdown pour la publication sur l'artificialisation des sols en Pays de la Loire
create_dir: FALSE
Version: 1.0
RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment