Explorar el Código

Use long date format in Rmd skeleton

master
Garrick Aden-Buie hace 7 años
padre
commit
a93559e946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      inst/rmarkdown/templates/bulma_document/skeleton/skeleton.Rmd

+ 1
- 1
inst/rmarkdown/templates/bulma_document/skeleton/skeleton.Rmd Ver fichero

extra: extra:
- "Second Affiliation" - "Second Affiliation"
- "Very Cool Guy" - "Very Cool Guy"
date: '`r strftime(Sys.time(), "%F %T")`'
date: '`r strftime(Sys.time(), "%A, %B %e, %Y")`'
bulma: bulma:
hero: ["info"] hero: ["info"]
hero_body: "has-text-left" hero_body: "has-text-left"

Cargando…
Cancelar
Guardar