Package: textgRid
Title: Praat TextGrid Objects in R
Version: 1.0.1
Authors@R: person("Patrick", "Reidy", email = "patrick.francis.reidy@gmail.com", 
    role = c("aut", "cre"))
Description: The software application Praat can be used to annotate
    waveform data (e.g., to mark intervals of interest or to label events).
    (See <http://www.fon.hum.uva.nl/praat/> for more information about Praat.)
    These annotations are stored in a Praat TextGrid object, which consists of
    a number of interval tiers and point tiers. An interval tier consists of
    sequential (i.e., not overlapping) labeled intervals. A point tier consists
    of labeled events that have no duration. The 'textgRid' package provides
    S4 classes, generics, and methods for accessing information that is stored
    in Praat TextGrid objects.
Depends: R (>= 3.2.3)
Imports: methods
Suggests: testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Collate: 'Tier-class.R' 'IntervalTier-class.R'
        'IntervalTier-accessors.R' 'IntervalTier-constructor.R'
        'IntervalTier-utilities.R' 'PointTier-class.R'
        'PointTier-accessors.R' 'PointTier-constructor.R'
        'PointTier-utilities.R' 'TextGrid-class.R'
        'TextGrid-accessors.R' 'TextGrid-constructor.R'
        'TextGrid-utilities.R' 'Tier-accessors.R' 'Tier-utilities.R'
        'finders.R' 'textgRid.R'
URL: www.praat.org,
        http://www.fon.hum.uva.nl/praat/manual/TextGrid.html
BugReports: https://github.com/patrickreidy/textgRid
NeedsCompilation: no
Packaged: 2016-09-21 17:06:13 UTC; patrick
Author: Patrick Reidy [aut, cre]
Maintainer: Patrick Reidy <patrick.francis.reidy@gmail.com>
Repository: CRAN
Date/Publication: 2016-09-21 19:55:20
Built: R 4.1.0; ; 2021-05-26 11:16:49 UTC; unix
