if !("devtools" %in% installed.packages()) install.packages("devtools")
if !("keyring" %in% installed.packages()) install.packages("keyring")
keyring::key_set_with_value("cantabrica", "cantabrica-admin", "XXXXXXXX") # sustituir XXXXXX con la contraseña de Azure
devtools::install_github("cantabricagr/cantabricar") # versión principal
En caso de querer descargar la versión de prueba, sustituir el último comando por:
devtools::install_github("cantabricagr/cantabricar", ref = "test") # versión principal
En caso de querer descargar la versión de prueba, sustituir el último comando por:
devtools::install_github("cantabricagr/cantabricar", ref = "test") # versión principal
library(cantabricar)
launch_app()
Se abrirá el navegador por defecto y la app se ejecutará.
Please note that the cantabricar project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.