Skip to content

Commit

Permalink
update to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piplus2 committed Mar 17, 2024
1 parent 44683ce commit a647086
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 66 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SPUTNIK
Type: Package
Title: SPatially aUTomatic deNoising for Ims toolKit
Version: 1.4.1
Title: Spatially automatic denoising for Ims toolkit
Version: 1.4.2
Author: Paolo Inglese [aut, cre], Goncalo Correia [aut, ctb]
Maintainer: Paolo Inglese <[email protected]>
Authors@R: c(person("Paolo", "Inglese", email = "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -36,6 +36,6 @@ Imports:
doSNOW,
foreach
Suggests: testthat
RoxygenNote: 7.2.2
RoxygenNote: 7.3.1
URL: https://github.com/paoloinglese/SPUTNIK
BugReports: https://github.com/paoloinglese/SPUTNIK/issues
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.2] - 2024-03-17
### Update (CRAN compatibility)
- Removed test for CRS scripts
- Updated the Description file

## [1.4.1] - 2022-11-15
### Update
- Changed to support the new version of spatstat
Expand Down
11 changes: 3 additions & 8 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
citHeader("To cite SPUTNIK in publications use:")

citEntry(
entry = "Article",
bibentry(
bibtype = "Article",
title = "SPUTNIK: an R package for filtering of spatially related peaks in mass spectrometry imaging data",
author = "Inglese Paolo, Correia Gonçalo, Takats Zoltan, Nicholson Jeremy K and Glen Robert C",
journal = "Bioinformatics",
year = "2018",
volume = "36",
number = "1",
pages = "178-180",
url = "https://doi.org/10.1093/bioinformatics/bty622",
textVersion = paste(
"Inglese, P., Correia, G., Takats, Z., Nicholson, J. K., & Glen, R. C. (2019). SPUTNIK: an R package for filtering of spatially related peaks in mass spectrometry imaging data. Bioinformatics, 35(1), 178-180."
)
doi = "https://doi.org/10.1093/bioinformatics/bty622"
)
2 changes: 0 additions & 2 deletions test_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ source('tests/test_global_ref_filter.R')

source('tests/test_pixel_count_filter.R')

source('tests/test_csr_filter.R')

test_results <- test_dir('tests/', reporter = 'summary')
print(test_results)
53 changes: 0 additions & 53 deletions tests/test_csr_filter.R

This file was deleted.

0 comments on commit a647086

Please sign in to comment.