Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Nov 13, 2023
1 parent 3cea3a9 commit 2b5c265
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: mzinspectr
Type: Package
Title: Read and Analyze MS-DIAL Alignment Files
Title: Read and Analyze Mass Spectrometry Alignment Files
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. Includes functions for feature normalization, subtraction of blanks, and mass library (msp) search.
Description: A few functions for analyzing MS-DIAL 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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Spectra can be plotted using either "base R" graphics or "plotly" graphics using

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

Bass, E. (2023). mzinspectr: Read and Analyze MS-DIAL Alignment Files (version 0.4.0).
Bass, E. (2023). mzinspectr: Read and Analyze Mass Spectrometry Alignment Files (version 0.4.0).
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ citHeader("To cite mzinspectr in publications, please use:")

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

0 comments on commit 2b5c265

Please sign in to comment.