Skip to content

Commit

Permalink
Fixed package names for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera N. Karlbauer committed Mar 7, 2025
1 parent c111b28 commit 0418f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/2_import_raw_DNAm_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (any(installed_biocmanager_packages == FALSE)) {
lapply(needed_biocmanager_packages, library, character.only = TRUE)
if (user_choices$array_type == "v2") {
if (!("jokergoo/IlluminaHumanMethylationEPICv2manifest" %in% rownames(installed.packages()))) {
if (!("IlluminaHumanMethylationEPICv2manifest" %in% rownames(installed.packages()))) {
BiocManager::install("jokergoo/IlluminaHumanMethylationEPICv2manifest")
}
if (!("IlluminaHumanMethylationEPICv2anno.20a1.hg38" %in% rownames(installed.packages()))) {
Expand Down

0 comments on commit 0418f9f

Please sign in to comment.