July 30 - August 3, 2018. Cuernavaca
Welcome to the repository for the 2018 R/Bioconductor developers workshop. CDSB will be hosting its first workshop focused on R developers in Cuernavaca, Morelos, Mexico.
- Please post ideas for projects, ways to grow the CDSB community and feedback as issues.
The materials are organized by instructor in order of first appearance. For the full schedule, check the main website.
- Alejandro Reyes
- Welcome: slides.
- Leonardo Collado-Torres:
- Keynote I: slides.
- Daniel Piñero
- In replacement of Alicia Mastretta Yanes. Talk TBD.
- Alejandra Medina-Rivera, Alejandro Reyes
- Selene Fernandez-Valverde
- Martin Morgan
- Keynote Lecture II:
- Best practices for writing efficient functions:
- S4 - system for object oriented programming:
- Unit testing and R CMD check:
- Debugging and Parallelization:
- git repo
- Alejandro Ponce-Mendoza
- Using R-Shiny in Agrobiodiversity: git repo, shiny slides.
- Benilton Carvalho
- Bioconductor: core package, common objects and extending classes.
- Vignette writing with markdown/BiocStyle.
- Rcpp (Adding C/C++ code to R packages).
- Keynote Lecture IV.
- slides
- Teresa Ortíz
- RLadies Community Experience: slides, R file, slides raw.
- Install R 3.5 through CRAN
- Install the latest stable Rstudio Desktop
- Install the latest stable git
- Connect Rstudio with git
- Install the following R packages:
devtools
,roxygen2
,Rcpp
,RcppArmadillo
,knitr
using theinstall.packages()
function. You can also check https://www.bioconductor.org/install/ for more information.
To ensure a safe, enjoyable, and friendly experience for everyone who participates, we have a code of conduct. This applies to people attending in person or remotely, and for interacting over the issues.
This meeting is made possible by generous support from:
- SoIBio
- CCG-UNAM
- LCG-UNAM
- LIIGH-UNAM
- RConsortium
This README was based on the rOpenSci unconf18 README.