Skip to content

Commit

Permalink
namechange to mzinspectr (v0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Oct 5, 2023
1 parent 49cc3ee commit d65a59a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: msdialreadr
Package: mzinspectr
Type: Package
Title: Read and Analyze MS-DIAL Alignment Files
Version: 0.3.3
Version: 0.4.0
Authors@R:
person("Ethan", "Bass", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6175-6739"))
Maintainer: Ethan Bass <[email protected]>
Description: A few functions for analyzing MSDIAL alignments in R. (Note: This package is not created or endorsed by the authors of MS-DIAL). Includes functions for feature normalization, subtraction of blanks, and mass library (msp) search.
URL: https://github.com/ethanbass/msdialreadr
BugReports: https://github.com/ethanbass/msdialreadr/issues
Description: A few functions for analyzing MSDIAL alignments in R. Includes functions for feature normalization, subtraction of blanks, and mass library (msp) search.
URL: https://github.com/ethanbass/mzinspectr
BugReports: https://github.com/ethanbass/mzinspectr/issues
Imports:
dplyr,
fs,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# mzinspectr 0.4.0

* Changed name of package to "mzinspectr".

# msdialreadr 0.3.3

* Fixed bug `ms_tidy_msdial` when renaming peaks that are out of order.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# msdialreadr
# mzinspectr
<!-- badges: start -->
[![msdialreadr status badge](https://ethanbass.r-universe.dev/badges/msdialreadr)](https://ethanbass.r-universe.dev)
[![mzinspectr status badge](https://ethanbass.r-universe.dev/badges/mzinspectr)](https://ethanbass.r-universe.dev)
[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental)
<!-- badges: end -->

Expand All @@ -10,17 +10,17 @@ A few functions for analyzing [MS-DIAL](http://prime.psc.riken.jp/compms/msdial/

### Installation

Currently it's recommended to install msdialreadr directly from GitHub.
Currently it's recommended to install mzinspectr directly from GitHub.

```
install.packages("devtools")
devtools::install_github("https://github.com/ethanbass/msdialreadr/")
devtools::install_github("https://github.com/ethanbass/mzinspectr/")
```

It can also be installed via [R Universe](https://ethanbass.r-universe.dev/):

```
install.packages("msdialreadr", repos="https://ethanbass.r-universe.dev/", type="source")
install.packages("mzinspectr", repos="https://ethanbass.r-universe.dev/", type="source")
```


Expand Down Expand Up @@ -50,6 +50,6 @@ Spectra can be plotted using either "base R" graphics or "plotly" graphics using

### Citation

If you use msdialreadr in published work, please cite it as follows:
If you use mzinspectr in published work, please cite it as follows:

Bass, E. (2023). msdialreadr: Read and Analyze MS-DIAL Alignment Files (version 0.3.3).
Bass, E. (2023). mzinspectr: Read and Analyze MS-DIAL Alignment Files (version 0.4.0).
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
citHeader("To cite msdialreadr in publications, please use:")
citHeader("To cite mzinspectr in publications, please use:")

citEntry(
entry = "manual",
title = "msdialreadr: Read and Analyze MS-DIAL Alignment Files",
title = "mzinspectr: Read and Analyze MS-DIAL Alignment Files",
author = "Ethan Bass",
year = "2023",
note = "version 0.3.3",
note = "version 0.4.0",
url = "",
doi = "",
textVersion = paste("Bass, E. (2023).",
"msdialreadr: Read and Analyze MS-DIAL Alignment Files (version 0.3.3)."
"mzinspectr: Read and Analyze MS-DIAL Alignment Files (version 0.4.0)."
)
)

0 comments on commit d65a59a

Please sign in to comment.