From 11a8aa073d0e81b5fc257a6971f3df4738f6448b Mon Sep 17 00:00:00 2001 From: SchulzDan Date: Thu, 3 Oct 2024 16:09:27 +0200 Subject: [PATCH] updated NEWS --- .github/workflows/build-checks-release.yml | 2 +- DESCRIPTION | 2 +- NEWS | 4 ++++ README.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-checks-release.yml b/.github/workflows/build-checks-release.yml index b1a517a..3dda7d8 100644 --- a/.github/workflows/build-checks-release.yml +++ b/.github/workflows/build-checks-release.yml @@ -25,7 +25,7 @@ jobs: run: | apt-get update apt-get install -y --no-install-recommends apt-utils - apt-get install -y --no-install-recommends zlib1g-dev libfftw3-dev libxml2-dev libxt-dev curl libglpk-dev libcairo2-dev libmagick++-dev libcurl4-gnutls-dev libudunits2-dev libproj-dev pandoc pandoc-citeproc libgdal-dev libnode-dev + apt-get install -y --no-install-recommends zlib1g-dev libfftw3-dev libxml2-dev libxt-dev curl libglpk-dev libcairo2-dev libmagick++-dev libcurl4-gnutls-dev libudunits2-dev libproj-dev pandoc libgdal-dev libnode-dev apt-get clean rm -rf /var/lib/apt/ilists/* diff --git a/DESCRIPTION b/DESCRIPTION index df35cd0..cdd7977 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: imcRtools -Version: 1.11.0 +Version: 1.11.1 Title: Methods for imaging mass cytometry data analysis Description: This R package supports the handling and analysis of imaging mass cytometry diff --git a/NEWS b/NEWS index e274803..f9d83af 100644 --- a/NEWS +++ b/NEWS @@ -223,3 +223,7 @@ Changes in version 1.9.2 (2023-12-14) + maintainer change +Changes in version 1.11.1 (2024-10-03) + ++ fixed BiocNeighbors error for DFrame type data + diff --git a/README.md b/README.md index 2527487..4c9c1ce 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,4 @@ Alternatively, you can fork the repository, add your change and issue a pull req ## Maintainer -[Nils Eling](https://github.com/nilseling) +**Daniel Schulz**