Skip to content

Commit

Permalink
update to 1.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
maRce10 committed Jul 16, 2024
1 parent 419ddb4 commit 9577b18
Show file tree
Hide file tree
Showing 183 changed files with 2,070 additions and 4,116 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: warbleR
Type: Package
Title: Streamline Bioacoustic Analysis
Version: 1.1.30
Version: 1.1.31
Description: Functions aiming to facilitate the analysis of the structure of animal acoustic signals in 'R'. 'warbleR' makes use of the basic sound analysis tools from the packages 'tuneR' and 'seewave', and offers new tools for acoustic structure analysis. The main features of the package are the use of loops to apply tasks through acoustic signals referenced in a selection (annotation) table and the production of spectrograms in image files that allow to organize data and verify acoustic analyzes. The package offers functions to explore, organize and manipulate multiple sound files, explore and download 'Xeno-Canto' recordings, detect signals automatically, create spectrograms of complete recordings or individual signals, run different measures of acoustic signal structure, evaluate the performance of measurement methods, catalog signals, characterize different structural levels in acoustic signals, run statistical analysis of duet coordination and consolidate databases and annotation tables, among others.
License: GPL (>= 2)
Imports:
Expand Down
43 changes: 0 additions & 43 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,28 @@

S3method("[",extended_selection_table)
S3method("[",selection_table)
S3method(print,autodetec.output)
S3method(print,extended_selection_table)
S3method(print,find_peaks.output)
S3method(print,selection_table)
S3method(print,xcorr.output)
S3method(rbind,extended_selection_table)
S3method(rbind,selection_table)
export(auto_detec)
export(autodetec)
export(by_element_est)
export(catalog)
export(catalog2pdf)
export(check_sels)
export(check_sound_files)
export(check_wavs)
export(checksels)
export(color.spectro)
export(color_spectro)
export(compare_methods)
export(consolidate)
export(coor.graph)
export(coor.test)
export(cross_correlation)
export(cut_sels)
export(dfDTW)
export(df_DTW)
export(duration_sound_files)
export(duration_wavs)
export(envelope)
export(ffDTW)
export(filter_sels)
export(filtersels)
export(find_clipping)
export(find_peaks)
export(fix_extended_selection_table)
export(fix_wavs)
export(fixwavs)
export(frange)
export(frange.detec)
export(freq_DTW)
export(freq_range)
export(freq_range_detec)
Expand All @@ -51,22 +34,16 @@ export(gaps)
export(image_to_wave)
export(inflections)
export(info_sound_files)
export(info_wavs)
export(is_extended_selection_table)
export(is_selection_table)
export(lspec)
export(lspec2pdf)
export(make.selection.table)
export(map_xc)
export(mfcc_stats)
export(move_images)
export(move_imgs)
export(mp32wav)
export(mp3_2_wav)
export(multi_DTW)
export(open_wd)
export(overlapping_sels)
export(ovlp_sels)
export(phylo_spectro)
export(plot_coordination)
export(querxc)
Expand All @@ -76,45 +53,25 @@ export(read_wave)
export(remove_channels)
export(remove_silence)
export(rename_est_waves)
export(rename_waves_est)
export(resample_est)
export(resample_est_waves)
export(rm_channels)
export(rm_sil)
export(selection_table)
export(seltailor)
export(sig2noise)
export(signal_2_noise)
export(sim_songs)
export(simulate_songs)
export(snr_specs)
export(snr_spectrograms)
export(snrspecs)
export(song_analysis)
export(sort_colms)
export(sound_pressure_level)
export(spec_param)
export(specan)
export(specreator)
export(spectro_analysis)
export(spectrograms)
export(split_sound_files)
export(split_wavs)
export(tailor_sels)
export(test_coordination)
export(track_freq_contour)
export(track_harmonic)
export(trackfreqs)
export(try_na)
export(tweak_spectro)
export(warbleR_options)
export(wav_2_flac)
export(wav_dur)
export(wav_info)
export(wavdur)
export(wpd_features)
export(xcmaps)
export(xcorr)
import(NatureSounds)
import(RCurl)
import(fftw)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* new vignette 'Annotation data format'
* `confirm.extended` argument in `selection_table()` has been deprecated.
* `song_param()` alternative name for `song_analysis()` has been deprecated.
* alternative names of must functions have been deprecated
* the system for letting users know the number of process in a routine have been upgraded

# *warbleR 1.1.30*

Expand Down
1 change: 0 additions & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' @title Calculates the absolute amplitude envelope
#' @usage envelope(x, ssmooth = 0)
#' @param x Numeric vector with amplitude values. Required.
#' @param ssmooth Numeric vector of length 1 indicating the size of the sliding window use to smooth envelopes. Default is 0 (no smoothing).
#' @return An amplitude envelope.
Expand Down
Loading

0 comments on commit 9577b18

Please sign in to comment.