Encoding: UTF-8
Package: opentimsr
Type: Package
Title: An Open-Source Loader for Bruker's timsTOF Data Files
Version: 1.0.7
Date: 2021-07-06
Authors@R:
    c(person(given="Michał Piotr",
             family="Startek",
             role=c("aut","cre","cph"),
             email="michal.startek@mimuw.edu.pl",
             comment=c(ORCID="0000-0001-5227-3447")),
      person(given="Mateusz Krzysztof",
             family="Łącki",
             role=c("aut","cph"),
             comment=c(ORCID="0000-0001-7415-4748"))
    )
Maintainer: Michał Piotr Startek <michal.startek@mimuw.edu.pl>
Description: A free, open-source package designed for
    handling .tdf data files produced by Bruker's 'timsTOF' mass
    spectrometers.
    Fast, free, crossplatform, with no reading through
    EULAs or messing with binary .dll files involved.
License: GPL-3
URL: https://github.com/michalsta/opentims
Depends:
    R (>= 3.0.0)
Imports:
    Rcpp (>= 0.12.0),
    methods,
    DBI,
    RSQLite
LazyData: no
LinkingTo: Rcpp
NeedsCompilation: yes
SystemRequirements: C++14
RoxygenNote: 7.1.1
