Skip to content

Commit 26afa4d

Browse files
committed
fix: URLs, depends R >= 4.1.0
1 parent 37c6388 commit 26afa4d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Description: Reads chromatograms from binary formats into R objects. Currently s
2121
'Entab' <https://github.com/bovee/entab>, 'rainbow' <https://rainbow-api.readthedocs.io/>,
2222
and 'ThermoRawFileParser' <https://github.com/compomics/ThermoRawFileParser>.
2323
License: GPL (>= 3)
24-
URL: https://ethanbass.github.io/chromConverter, https://github.com/ethanbass/chromConverter
25-
BugReports: https://github.com/ethanbass/chromConverter/issues
24+
URL: https://ethanbass.github.io/chromConverter/, https://github.com/ethanbass/chromConverter/
25+
BugReports: https://github.com/ethanbass/chromConverter/issues/
26+
Depends: R (>= 4.1.0)
2627
Imports:
2728
bitops,
2829
fs,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Some of the parsers rely on external software libraries that must be manually in
122122

123123
##### **Aston**
124124

125-
To install Aston, call the `configure_aston()` function to install miniconda along with the necessary python dependencies. Running `read_chroms` with the Aston parser selected should also trigger a prompt to install Aston. If you're running Windows, you may need to install the latest version of ['Microsoft Visual C++'](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist) if you don't already have it.
125+
To install Aston, call the `configure_aston()` function to install miniconda along with the necessary python dependencies. Running `read_chroms` with the Aston parser selected should also trigger a prompt to install Aston. If you're running Windows, you may need to install the latest version of ['Microsoft Visual C++'](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist) if you don't already have it.
126126

127127
##### **Entab**
128128

0 commit comments

Comments
 (0)