Package: phonfieldwork
Type: Package
Title: Linguistic Phonetic Fieldwork Tools
Version: 0.0.17
Depends: R (>= 3.5.0)
Imports: tuneR, phonTools, grDevices, utils, graphics, rmarkdown, xml2,
        readr, tools, mime
Authors@R: c(
  person(
    given = "George", 
    family = "Moroz",
    role = c("aut", "cre"),
    email = "agricolamz@gmail.com",
    comment = c(ORCID="0000-0003-1990-6083")),
  person(
    given = "Jonathan", 
    family = "Keane",
    role = c("rev"),
    email = "jkeane@gmail.com",
    comment = c(ORCID = "0000-0001-7087-9776")),
  person(
    given = "Niko", 
    family = "Partanen",
    role = c("rev"),
    email = "nikotapiopartanen@gmail.com",
    comment = c(ORCID = "0000-0001-8584-3880")),
  person(
    given = "Valeria", 
    family = "Buntiakova",
    role = c("ctb"),
    email = "valleriabun@gmail.com",
    comment = c(ORCID = "0000-0003-2409-2651"))
  )
Description: There are a lot of different typical tasks that have to be solved during phonetic research and experiments. This includes creating a presentation that will contain all stimuli, renaming and concatenating multiple sound files recorded during a session, automatic annotation in 'Praat' TextGrids (this is one of the sound annotation standards provided by 'Praat' software, see Boersma & Weenink 2020 <https://www.fon.hum.uva.nl/praat/>), creating an html table with annotations and spectrograms, and converting multiple formats ('Praat' TextGrid, 'ELAN', 'EXMARaLDA', 'Audacity', subtitles '.srt', and 'FLEx' flextext). All of these tasks can be solved by a mixture of different tools (any programming language has programs for automatic renaming, and Praat contains scripts for concatenating and renaming files, etc.). 'phonfieldwork' provides a functionality that will make it easier to solve those tasks independently of any additional tools. You can also compare the functionality with other packages: 'rPraat' <https://CRAN.R-project.org/package=rPraat>, 'textgRid' <https://CRAN.R-project.org/package=textgRid>.
License: GPL (>= 2)
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
URL: https://CRAN.R-project.org/package=phonfieldwork,
        https://docs.ropensci.org/phonfieldwork/
BugReports: https://github.com/ropensci/phonfieldwork/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests: knitr, tidyr, dplyr, DT, lingtypology, testthat, readxl
Language: en-US
NeedsCompilation: no
Packaged: 2024-07-29 17:16:24 UTC; agricolamz
Author: George Moroz [aut, cre] (<https://orcid.org/0000-0003-1990-6083>),
  Jonathan Keane [rev] (<https://orcid.org/0000-0001-7087-9776>),
  Niko Partanen [rev] (<https://orcid.org/0000-0001-8584-3880>),
  Valeria Buntiakova [ctb] (<https://orcid.org/0000-0003-2409-2651>)
Maintainer: George Moroz <agricolamz@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-29 17:40:02 UTC
Built: R 4.4.0; ; 2024-07-29 20:29:21 UTC; unix
