Skip to content

Commit

Permalink
updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
SchulzDan committed Oct 3, 2024
1 parent 1c56586 commit 11a8aa0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

0 comments on commit 11a8aa0

Please sign in to comment.