Skip to content

Commit a616b6a

Browse files
committed
docs: update version number, add custom pkgdown index
1 parent fb4e995 commit a616b6a

File tree

4 files changed

+45
-6
lines changed

4 files changed

+45
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: chromConverter
22
Title: Chromatographic File Converter
3-
Version: 0.7.6
3+
Version: 0.8.0
44
Authors@R: c(
55
person(given = "Ethan", family = "Bass", email = "ethanbass@gmail.com",
66
role = c("aut", "cre"),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ Contributions of source code, ideas, or documentation are always welcome. Please
170170

171171
You can cite chromConverter as follows:
172172

173-
Bass, E. (2024). chromConverter: Chromatographic File Converter. http://doi.org/10.5281/zenodo.6792521.
173+
Bass, E. (2025). chromConverter: Chromatographic File Converter. http://doi.org/10.5281/zenodo.6792521.
174174

175175
If you use external libraries to convert your files, it is suggested to also cite these libraries in published work.

_pkgdown.yml

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
11
url: https://ethanbass.github.io/chromConverter/
22
template:
33
bootstrap: 5
4-
4+
reference:
5+
- title: "Core functions"
6+
contents:
7+
- read_chroms
8+
- read_peaklist
9+
- extract_metadata
10+
- write_chroms
11+
- title: "Agilent parsers"
12+
contents:
13+
- starts_with("read_agilent")
14+
- starts_with("read_chemstation")
15+
- title: "Shimadzu parsers"
16+
contents:
17+
- starts_with("read_shimadzu")
18+
- starts_with("read_sz")
19+
- title: "Waters parsers"
20+
contents:
21+
- starts_with("read_waters")
22+
- title: "Other miscellaneous parsers"
23+
contents:
24+
- read_asm
25+
- read_cdf
26+
- read_chromeleon
27+
- read_mdf
28+
- read_mzml
29+
- read_varian_sms
30+
- read_varian_peaklist
31+
- title: "Bindings to external parsers"
32+
contents:
33+
- call_entab
34+
- call_openchrom
35+
- configure_openchrom
36+
- read_thermoraw
37+
- call_rainbow
38+
- sp_converter
39+
- uv_converter
40+
- title: "Write functions"
41+
contents:
42+
- write_andi_chrom
43+
- write_mzml

inst/CITATION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ bibentry(
44
bibtype = "manual",
55
title = "chromConverter: Chromatographic File Converter",
66
author = "Ethan Bass",
7-
year = "2024",
8-
version = "version 0.7.6",
7+
year = "2025",
8+
version = "version 0.8.0",
99
doi = "10.5281/zenodo.6792521",
1010
url = "https://ethanbass.github.io/chromConverter/",
11-
textVersion = paste("Bass, E. (2024).",
11+
textVersion = paste("Bass, E. (2025).",
1212
"chromConverter: Chromatographic File Converter.",
1313
"http://doi.org/10.5281/zenodo.6792521.")
1414
)

0 commit comments

Comments
 (0)