This is the 1.1 release of {admiralophtha}
. The package was updated as follows:
Updates to Functions
-
The following function arguments of
derive_var_afeye()
are entering the next (and final) phase of the deprecation process (#223):- The argument
dataset_occ
- The argument
lat_vals
- The argument
Various
- All vignettes and templates in
{admiralophtha}
have been updated to use the{admiral}
subject keys option rather than
explicitly quoting key variables such asSTUYDID
andUSUBJID
. For instance, a line such asby_vars = exprs(STUDYID, USUBJID)
would be replaced byby_vars = get_admiral_option("subject_keys")
(#226).