Skip to content

Commit

Permalink
Update version 0.1.9 --> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerSagendorf committed Jul 7, 2023
1 parent 0c89ea6 commit a9f19c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
release:
types: [published]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PNNL.DMS.utils
Type: Package
Title: Tools for accessing PNNL's Data Management System
Version: 0.1.9
Version: 0.2.0
Author: Vladislav Petyuk, Michael Nestor, Jamie Moon
Maintainer: Vladislav Petyuk <vladislav.petyuk@pnnl.gov>
Description: More about what it does (maybe more than one line)
Expand Down
14 changes: 10 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# PNNL.DMS.utils 0.1.9
# PNNL.DMS.utils v0.2.0

## Version 0.1.9

- initial version with MSFragger output reading capability
## v0.2.0
- Update `read_msfragger_from_DMS`
- Add `read_MSstats_from_MSFragger_job` to create an MSnSet from an MSFragger-generated MSstats.csv file.
- Fix errors caught by `devtools::check()`
- Modify examples to only run if connection to PNNL's DMS is successful
- Minor documentation updates
- Implement `R-CMD-check` and `pkgdown` GitHub actions. The former only currently runs on a Windows machine, due to needing ODBC drivers for Mac and Unix. `pkgdown` runs when new releases are generated, though it can also be initiated manually.

## v0.1.9
- Initial version with MSFragger output reading capability

0 comments on commit a9f19c2

Please sign in to comment.