iarccrgtools::get_tool_exe_dir_path
no longer usable.
iarccrgtools::get_tool_work_dir
no longer usable.
iarccrgtools::get_tools_exe_path
no longer usable ---
use `iarccrgtools::iarc_exe_path_get``.
iarccrgtools::get_tools_install_dir_path
no longer usable.
iarccrgtools::get_tools_work_dir
no longer usable ---
use `iarccrgtools::iarc_workdir_get``.
iarccrgtools::guess_tools_exe_dir_path
no longer usable.
iarccrgtools::guess_tools_exe_path
no longer usable ---
use `iarccrgtools::iarc_exe_path_guess``.
iarccrgtools::iarc_exe_dir_path_guess
no longer usable.
iarccrgtools::interact_with_tool
now accepts icdo3_topography
value with
up to five characters.
iarccrgtools::interact_with_tool
now no longer requires subject_id
,
record_id
to be of class integer --- it can be any class. Remember that
the class of each column in results read into R is ultimately decided by
data.table::fread
.
iarccrgtools::set_tools_exe_path
no longer usable ---
use `iarccrgtools::iarc_exe_path_set``.
iarccrgtools::set_tools_work_dir
no longer usable ---
use `iarccrgtools::iarc_workdir_set``.
iarccrgtools::format_fwf
permanently removed.
iarccrgtools::read_fwf
permanently removed. Use
fwf::fwf_read
.
iarccrgtools::write_fwf
permanently removed. Use
fwf::fwf_write
.
iarccrgtools::create_example
permanently removed. Use
iarccrgtools::tool_colnameset_example_dataset
.
If the virtual directory does not exist, it is now attempted to be created. See ?iarccrgtools::interact_with_tool for information about what the virtual directory is.
Document what steps iarccrgtools::interact_with_tool
performs, in
particular caching and parameter/setting files.