Skip to content

admiralophtha 1.0.0

Latest
Compare
Choose a tag to compare
@manciniedoardo manciniedoardo released this 02 Jan 10:02

This is the 1.0 release of {admiralophtha}, where we focused on releasing a mature and increasingly stable package for all your ophthalmology ADaM needs. The package was updated as follows:

Updates to Templates

  • Removed analysis_value argument in the calls to derive_param_computed() in ADBCVA template in line with the deprecation of this argument in the new version of {admiral}. Variable values for parameters of interest are now all populated through the set_values_to argument (#207).

  • Modified calls to derive_summary_records() in ADVFQ template in line with the updates to this function in the new version of the {admiral} package. The filter argument is now renamed to filter_add, the argument dataset_add is now always specified and the variable values are now all populated through the set_values_to argument (#204).

Updates to Documentation

  • Added release date for {admiralophtha} 1.0 to the front page (#203).

  • Removed analysis_value argument in the calls to derive_param_computed() in ADBCVA vignette in line with the deprecation of this argument in the new version of {admiral}. Variable values for parameters of interest are now all populated through the set_values_to argument (#207).

  • Modified calls to derive_summary_records() in ADVFQ vignette in line with the updates to this function in the new version of the {admiral} package. The filter argument is now renamed to filter_add, the argument dataset_add is now always specified and the variable values are now all populated through the set_values_to argument (#204).

Updates to Functions

  • derive_var_afeye() was updated (#214):

    • A bug was removed where the function issued warnings when missing xxLOC values were present in the input dataset.
    • The argument dataset_occ was deprecated in favor of dataset, in line with {admiral} conventions.
    • The argument lat_vals was deprecated. Laterality values are now just expected to be "LEFT", "RIGHT" or "BILATERAL".

Various

  • Website now has button/links to Slack channel and GitHub Issues (#206).

  • Test coverage is now improved to 100% (#217).