diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 4647d8d3f..068d2e7ef 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -53,8 +53,8 @@ jobs: matrix: config: - { os: ubuntu-latest, r: 'devel', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: '4.3', bioc: '3.18'} - - { os: windows-latest, r: '4.3', bioc: '3.18'} + - { os: macOS-latest, r: 'next', bioc: '3.18'} + - { os: windows-latest, r: 'next', bioc: '3.18'} env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true RSPM: ${{ matrix.config.rspm }} diff --git a/DESCRIPTION b/DESCRIPTION index 1ea1d0cee..067cd1340 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: xcms -Version: 4.1.2 +Version: 4.1.1 Title: LC-MS and GC-MS Data Analysis Description: Framework for processing and visualization of chromatographically separated and single-spectra mass spectral data. Imports from AIA/ANDI NetCDF, @@ -31,7 +31,11 @@ Authors@R: c( role = "ctb"), person(given = "William", family = "Kumler", email = "wkumler@uw.edu", role = "ctb", - comment = c(ORCID = "0000-0002-5022-8009")) + comment = c(ORCID = "0000-0002-5022-8009")), + person(given = "Philippine", family = "Louail", + email = "philippine.louail@eurac.edu", + role = "aut", + comment = c(ORCID = "0009-0007-5429-6846")) ) Depends: R (>= 4.0.0), diff --git a/inst/NEWS b/inst/NEWS index fa8eadb89..1fc44be73 100644 --- a/inst/NEWS +++ b/inst/NEWS @@ -1,10 +1,3 @@ -Changes in version 4.1.2 ----------------------- - -- Add a `param =` to generic function `storeResults`: `PlainTextParam` to save - an `XcmsExperiment` or `MsExperiment` object as colleciton of plain text - files. - Changes in version 4.1.1 ----------------------