Package: phonfieldwork
Type: Package
Title: Linguistic Phonetic Fieldwork Tools
Version: 0.0.17
Depends: R (>= 4.1.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
), 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' ,
'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
Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libx11-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2024-07-29 17:18:30 UTC
RemoteUrl: https://github.com/ropensci/phonfieldwork
RemoteRef: master
RemoteSha: 9a5996a9e7112a7df905530b6abb65ac180cc43a
NeedsCompilation: no
Packaged: 2026-07-01 08:26:44 UTC; root
Author: George Moroz [aut, cre] (ORCID:
),
Jonathan Keane [rev] (ORCID: ),
Niko Partanen [rev] (ORCID: ),
Valeria Buntiakova [ctb] (ORCID:
)
Maintainer: George Moroz