Skip to content

Commit

Permalink
Fix broken URL in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lparsons committed Apr 10, 2021
1 parent a501d2f commit 6fde725
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ If you use this software in your research, please cite the following paper
(also see `citation("accucor")`):

Su X, Lu W and Rabinowitz J (2017). "Metabolite Spectral Accuracy on Orbitraps." *Analytical Chemistry*, *89*(11), pp. 5940-5948. doi:
10.1021/acs.analchem.7b00396 (URL: [http://doi.org/10.1021/acs.analchem.7b0039](http://doi.org/10.1021/acs.analchem.7b0039)),
10.1021/acs.analchem.7b00396 (URL: [https://doi.org/10.1021/acs.analchem.7b00396](https://doi.org/10.1021/acs.analchem.7b00396)),
PMID: 28471646, R package version 0.2.3 (2018).

A BibTeX entry for LaTeX users is
Expand Down
1 change: 0 additions & 1 deletion accucor.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Resubmission
This is a resubmission. In this version I have:

* Fixed a broken URL in README.md

## Test environments
Testing via R CMD checks using GitHub Actions with following matrix:
* os: windows-latest, r: 'release'
Expand Down

0 comments on commit 6fde725

Please sign in to comment.