Skip to content

Commit a647086

Browse files
committed
update to 1.4.2
1 parent 44683ce commit a647086

File tree

5 files changed

+11
-66
lines changed

5 files changed

+11
-66
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: SPUTNIK
22
Type: Package
3-
Title: SPatially aUTomatic deNoising for Ims toolKit
4-
Version: 1.4.1
3+
Title: Spatially automatic denoising for Ims toolkit
4+
Version: 1.4.2
55
Author: Paolo Inglese [aut, cre], Goncalo Correia [aut, ctb]
66
Maintainer: Paolo Inglese <p.inglese@outlook.com>
77
Authors@R: c(person("Paolo", "Inglese", email = "p.inglese@outlook.com", role = c("aut", "cre")),
@@ -36,6 +36,6 @@ Imports:
3636
doSNOW,
3737
foreach
3838
Suggests: testthat
39-
RoxygenNote: 7.2.2
39+
RoxygenNote: 7.3.1
4040
URL: https://github.com/paoloinglese/SPUTNIK
4141
BugReports: https://github.com/paoloinglese/SPUTNIK/issues

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.2] - 2024-03-17
9+
### Update (CRAN compatibility)
10+
- Removed test for CRS scripts
11+
- Updated the Description file
12+
813
## [1.4.1] - 2022-11-15
914
### Update
1015
- Changed to support the new version of spatstat

inst/CITATION

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
citHeader("To cite SPUTNIK in publications use:")
2-
3-
citEntry(
4-
entry = "Article",
1+
bibentry(
2+
bibtype = "Article",
53
title = "SPUTNIK: an R package for filtering of spatially related peaks in mass spectrometry imaging data",
64
author = "Inglese Paolo, Correia Gonçalo, Takats Zoltan, Nicholson Jeremy K and Glen Robert C",
75
journal = "Bioinformatics",
86
year = "2018",
97
volume = "36",
108
number = "1",
119
pages = "178-180",
12-
url = "https://doi.org/10.1093/bioinformatics/bty622",
13-
textVersion = paste(
14-
"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."
15-
)
10+
doi = "https://doi.org/10.1093/bioinformatics/bty622"
1611
)

test_all.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ source('tests/test_global_ref_filter.R')
99

1010
source('tests/test_pixel_count_filter.R')
1111

12-
source('tests/test_csr_filter.R')
13-
1412
test_results <- test_dir('tests/', reporter = 'summary')
1513
print(test_results)

tests/test_csr_filter.R

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)