Reppo for internal functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
marcelcosta a4483c84e6 Adding md2csv and tab2md functions. 1 week ago
R Adding md2csv and tab2md functions. 1 week ago
man Adding md2csv and tab2md functions. 1 week ago
vignettes Añadidos los \ que se habían perdido. 2 years ago
DESCRIPTION Update 'DESCRIPTION' 2 years ago
NAMESPACE Revert "Añadiendo dependencias." 2 years ago
README.md Añadiendo archivo README.md 2 years ago

README.md

CitFuns

Este repositorio contiene un paquete de R que recopila diferentes funciones útiles para el laboratorio CIT del ICO, en Barcelona, aunque puede ser útil para cualquiera que haga análisis parecidos.

Para instalar el paquete se necesita tener instalado:

Y las funciones dependen de los paquetes:

  • tidyverse
  • Hmisc
  • gtools

Una vez cuplidas las dependencias, el paquete se instala así:

devtools::install_git("https://git.ratg.cat/marcelcosta/CitFuns.git", build_vignettes=T)

Puedes consultar la documentación ejecutando:

browseVignettes("CitFuns")