Package: subtools
Type: Package
Title: Read and Manipulate Video Subtitles
Version: 1.1.0
Date: 2026-03-16
Authors@R: c(
      person("Francois", "Keck", email = "francois.keck@gmail.com",
             role =  c("aut", "cre", "cph"),
             comment = c(ORCID = "0000-0002-3323-4167")),
      person("Bob", "Rudis", email = "bob@rud.is", role = "ctb",
             comment = c(ORCID = "0000-0001-5670-2640")),
      person("Alban", "Sagouis", email = "sagouis@pm.me", role = "ctb",
             comment = c(ORCID = "0000-0002-3827-1063"))
    )
Maintainer: Francois Keck <francois.keck@gmail.com>
Description: A collection of functions to read, write and manipulate video
    subtitles. Supported formats include 'srt', 'subrip', 'sub', 'subviewer',
    'microdvd', 'ssa', 'ass', 'substation', 'vtt', and 'webvtt'.
Language: en-GB
License: GPL-3
Encoding: UTF-8
Imports: methods, utils, jsonlite, tibble, dplyr, readr, hms, tidytext,
        rlang
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, ggplot2
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/testthat/start-first: *assert*, *utils*, *read*
RoxygenNote: 7.3.3
X-schema.org-applicationCategory: Text Processing
X-schema.org-keywords: subtitles, video, text, srt, vtt, ssa, natural
        language processing
NeedsCompilation: no
Packaged: 2026-03-20 14:28:28 UTC; as80fywe
Author: Francois Keck [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3323-4167>),
  Bob Rudis [ctb] (ORCID: <https://orcid.org/0000-0001-5670-2640>),
  Alban Sagouis [ctb] (ORCID: <https://orcid.org/0000-0002-3827-1063>)
Repository: CRAN
Date/Publication: 2026-03-24 10:40:02 UTC
Built: R 4.5.3; ; 2026-04-23 21:39:31 UTC; windows
