Skip to content

Commit

Permalink
Version 1.4.2 now
Browse files Browse the repository at this point in the history
  • Loading branch information
wkumler committed Sep 19, 2024
1 parent dc0b3d1 commit bec591c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RaMS
Type: Package
Title: R Access to Mass-Spec Data
Version: 1.4.1
Version: 1.4.2
Authors@R: c(
person(given = "William", family = "Kumler", email = "[email protected]",
role = c("aut", "cre", "cph")),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# RaMS (development version)

# RaMS 1.4.1
# RaMS 1.4.2
- Added timezone support to metadata's timestamps (mzML files are all UTC)
- Fixed several bugs in the README and vignettes (it's been a minute since I recompiled these!)
- Switched to canonical CRAN URLs

# RaMS 1.4
- Added MS3 support to file reading and minification
Expand Down
13 changes: 3 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@

## Resubmission

This is a resubmission. In this version I have set data.table to use only two
threads to avoid CPU time > 2.5 times elapsed time in the vignettes


## Resubmission (prior)

This is a resubmission. In this version I have reduced the example runtimes to
below 5s (I hope) for tests and examples and set data.table to use only two
threads to avoid CPU time > 2.5 times elapsed time
This is a resubmission, updating the package from v1.4.0 to v1.4.2 with some
additional bug fixes.

## Test environments
* local R installation, R 4.3.2
* local R installation, R 4.4.0
* windows-latest (release) (via GitHub Actions)
* macOS-latest (release) (via GitHub Actions)
* ubuntu-latest (release) (via GitHub Actions)
Expand Down

0 comments on commit bec591c

Please sign in to comment.