Skip to content

Commit

Permalink
release 0.0.2 on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolamz committed Sep 23, 2019
1 parent 05caf32 commit 75bc86e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Author: George Moroz
Maintainer: George Moroz <[email protected]>
Description: There are a lot of different typical tasks that should be solved during phonetic research and experiments, such as creation of presentation that will contain all stimuli, rename and concatenate multiple sound files recorded during phonetic session, automatically annotate 'Praat' TextGrids (this is one of the sound annotation standards provided by 'Praat' software, see Paul Boersma, David Weenink 2018 <http://www.fon.hum.uva.nl/praat/>), create an html that includes annotation and spectrogram tables, convert multiple formats ('Praat' TextGrid, 'EXMARaLDA' and 'ELAN') into each other. All those tasks could be solved by mixture of different tools (some programs in any programming language for automatic renaming, some Praat scripts for the file concatenation and renaming, etc). This package provides functionality that will make it easier to solve those tasks independently of any of tools. You could 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)
URL: https://CRAN.R-project.org/package=phonfieldwork
URL: https://CRAN.R-project.org/package=phonfieldwork, https://agricolamz.github.io/phonfieldwork/
BugReports: https://github.com/agricolamz/phonfieldwork/issues
Encoding: UTF-8
LazyData: true
Expand Down
9 changes: 7 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
phonfieldwork 0.0.2 (26.08.2019)
- make the "create_presentation" function render silently
phonfieldwork 0.0.2 (23.09.2019)
- make the "create_presentation()" function render silently
- add a new function "draw_sound()" for creating spectrogram and oscilogram
- add a new function "create_viewer()" for creating an html viewer with sound and spectrograms
- correct work of "autonumbering" function in "extract_intervals()" function
- add new functions "get_textgrid_names()" and "set_textgrid_names()"
- finish tutorial <https://agricolamz.github.io/phonfieldwork/>

phonfieldwork 0.0.1 (26.08.2019)
- initial release

0 comments on commit 75bc86e

Please sign in to comment.