knitr::opts_chunk$set( collapse = TRUE, comment = "#>", echo = TRUE )
{width=100%}
{width=100%}
{width=100%}
{width=100%}
{width=100%}
{width=100%}
{width=100%}
{width=100%}
{width=100%}
{width=100%}
BiocManager
depuis le CRANBiocManager::install("le_nom_du_package")
devtools
devtools::install_github("username/repository")
.source.tar.gz
dans son dossier de travail...install.package("source.tar.gz", repos = NULL, type = "source")
.Dans le cadre de ce cours, j'ai créé un package R contenant :
html
)csv
, xlsx
, et RData
)html
)Installez ce package avec la commande
remotes::install_github( "IFB-ElixirFr/EBAII", subdir = "2021/ebaiin2/01R/tidyViz", build_vignettes = TRUE )
library(tidyViz)
?tidyViz-package
\u0060vignette("S00programme")
browseVignettes("tidyViz")
, cette interface permet d'accéder au code source (R Markdown et R)...edit(vignette("S00programme"))
Vous pouvez y accéder sur la page du site, mais ils sont aussi disponibles dans un onglet spécial si vous travaillez avec Rstudio > 1.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.