The goal of {ualg.dia.aberto} is to provide a Bioinformatics
interactive tutorial as a scientific outreach activity for highschoolers
within the UAlg Dia Aberto yearly event.
You can install the package {ualg.dia.aberto} from
GitHub.
Make sure you have the {remotes} package installed:
install.packages('remotes')Now you can install {ualg.dia.aberto} from
GitHub with:
# install.packages("remotes")
remotes::install_github("instructr/ualg.dia.aberto")To list the included tutorials in {ualg.dia.aberto}:
learnr::available_tutorials(package = 'ualg.dia.aberto')
#> Available tutorials:
#> * ualg.dia.aberto
#> - dia_aberto_ualg_2022 : "Dias Abertos UAlg | 3-4 Maio 2022"
#> - dia_aberto_ualg_2023 : "Dias Abertos UAlg"To run one of the tutorials included in {ualg.dia.aberto} use the
command learnr::run_tutorial(). For example to run the interactive
tutorial "dia_aberto_ualg_2023":
learnr::run_tutorial('dia_aberto_ualg_2023', package = 'ualg.dia.aberto')