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.
- For this task, please install the
ualg.compbio
package (developed by Isabel Duarte and Ramiro Magno) from theinstructr
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:
::install_github("instructr/ualg.compbio") remotes
- Run the
self_eval_exam
from theualg.compbio
package:
::run_tutorial('self_eval_exam', package = 'ualg.compbio') learnr
- Please complete the exam (ideally you should not take longer than 30 minutes).