Skip to content

Install required package versions with R version 4.3 #20

Description

@jorainer

The R packages used in this workshop/tutorial are from the Bioconductor 3.19 developmental version, which requires R version 4.4 (which is, at the time, the devel version). The required developmental packages could however still be installed from github using the code below:

install.packages("BiocManager")
BiocManager::install("RforMassSpectrometry/ProtGenerics")
BiocManager::install("RforMassSpectrometry/MsCoreUtils")
BiocManager::install("RforMassSpectrometry/MetaboCoreUtils")
BiocManager::install("RforMassSpectrometry/Spectra")
BiocManager::install("RforMassSpectrometry/MsExperiment")
BiocManager::install("RforMassSpectrometry/MetaboAnnotation")
BiocManager::install("sneumann/xcms")

These packages will become the release packages of the upcoming Bioconductor release 3.19 (presumably April 2024).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions