R Self-evaluation

Using the self-evaluation exam

These instructions will point you towards the self-evaluating exam, where you will be able to answer some basic data analysis questions using R. This is just for participants that already know some R, to check their knowledge and identify potential difficulties.

  1. For this task, please install the ualg.compbio package (developed by Isabel Duarte and Ramiro Magno) from the instructr repository in GitHub:
# Make sure you have the package `remotes` installed (to install packages from non-CRAN and non-Bioconductor repositories, such as GitHub):
install.packages('remotes')

# Make sure you have the package `learnr` required to run the self-eval exam
install.packages('learnr')

# Now you can install the ualg.compbio package from GitHub:
remotes::install_github("instructr/ualg.compbio")
  1. Run the self_eval_exam from the ualg.compbio package:
learnr::run_tutorial('self_eval_exam', package = 'ualg.compbio')
  1. Please complete the exam (ideally you should not take longer than 30 minutes).