- Improved README.
make_dict()
now converts the wave column as integer.- Removed an old test setup file.
hil_setup()
now adds a dictionary file tosave_dir
and should be able to find HILDA files inread_dir
correctly.hil_fetch()
now works with other releases of HILDA not just release 16, which was unintentionally added.- Replaced the
hil_dict
object with ahil_dict()
function that returns it. - Added
hil_vars()
,hil_labs()
, and functions for quickly browsing the online HILDA dictionary.
- Properly import packages of used functions.
- Fix wrong warning messages in deprecate functions.
hil_fetch()
looks forHILDA_FST
in .Rprofile and .Renviron if not provided by the user. Also, the.dir
argument is nowhilda_fst_dir
.- Simplify
hil_setup()
by removing then_cores
andpattern
arguments. See its Notes. - Renamed
hilda_dict
tohil_dict
. - Remove minimum versions of the dependencies.
- Use
hil_
as pkg suffix.fetch()
andsetup_hildar()
have been renamed tohil_fetch()
andhil_setup()
.
- Added a
NEWS.md
file to track changes to the package.