clip_wave()
was failing due to error in rlang
evaulation in nse_names()
. (#44)clean_metadata()
now can detect time zone offsets in
filenames and return a new column tz_offset
(#27).
create_pattern_tz_offset()
creates the pattern to look
for the offset.create_pattern_XX
functions (#6)
create_lookaround()
helps create these
patterns.get_pattern()
, add_pattern_aru_type()
, and
set_pattern()
were added as helper functions.guess_ARU_type()
can be called on a path
to guess the ARU type.clip_wav()
( #25 )clean_logs()
(#28, #34)1st CRAN version! 🥳 Changes since 0.6.1 relate to getting package ready for CRAN submission and so included improved documentation, final coverage of tests, removing unnecessary functions.
play_random_track()
(dd3ddb195fe50c37cb83a15110651c4c659014dd) #38col_COLNAME
, changed arguments for non-NSE functions to
name_COLNAME
(#15)calc_sun()
corrupting date column (#18)add_wildtrax()
- New helper function to create and
append WildTrax file namesclean_gps()
- Fixed errors when processing only GPX
filesclean_gps()
sf
nowmax_dist
column, so users can see which site
was problematic.aru_id
and
site_id
by defaultskip_bad
argument)check_problems()
now also checks GPS meta datacreate_pattern_XXX()
""
as
pseudo-optionalcreate_pattern_site_id()
ids do not have to have a
suffixclean_metadata()
accepts multiple pattern
options
clean_site_index()
allows no date columns
(col_date_time = NULL
)
add_sites()
dt_type
to by_date
by_date = "date"
(instead of truncating)by_date = NULL
to skip joining by date rangeWorkflow now works with sf input (must be POINT geometries)
clean_site_index()
add_sites()
calc_sun()
Timezones are now more explicit
Vignettes
clean_metadata()
clean_gps()
/ clean_site_index()
add_sites()
calc_sun()