From 3cea3a91238179c56ee03b29c400b4c3a509c046 Mon Sep 17 00:00:00 2001 From: Ethan Bass Date: Thu, 5 Oct 2023 15:41:12 -0400 Subject: [PATCH] namechange to mzinspectr (v0.4.0) --- DESCRIPTION | 10 +++++----- NEWS.md | 4 ++++ README.md | 14 +++++++------- inst/CITATION | 8 ++++---- msdialR.Rproj => mzinspectr.Rproj | 0 5 files changed, 20 insertions(+), 16 deletions(-) rename msdialR.Rproj => mzinspectr.Rproj (100%) diff --git a/DESCRIPTION b/DESCRIPTION index 5fed57d..f7d3cdb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "ethanbass@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6175-6739")) Maintainer: Ethan Bass -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, diff --git a/NEWS.md b/NEWS.md index c9e00a5..f4cdf9b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/README.md b/README.md index 367c53a..a7daecf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# msdialreadr +# mzinspectr - [![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) @@ -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") ``` @@ -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). diff --git a/inst/CITATION b/inst/CITATION index 3893f67..202cca6 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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)." ) ) diff --git a/msdialR.Rproj b/mzinspectr.Rproj similarity index 100% rename from msdialR.Rproj rename to mzinspectr.Rproj