Encoding: UTF-8
Package: opentimsr
Type: Package
Title: An Open-Source Loader for Bruker's timsTOF Data Files
Version: 1.0.0
Date: 2020-07-14
Author: Michal Startek and Mateusz Krzysztof Lacki
Maintainer: Michal Startek <michal.startek@mimuw.edu.pl>
Description: A free, open-source library 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
