Skip to content

Latest commit

 

History

History
123 lines (70 loc) · 3.23 KB

NEWS.md

File metadata and controls

123 lines (70 loc) · 3.23 KB

minihealtg 0.91.0

  • Prevents pid@src from becoming empty
  • Adds tests for individual_to_donordata()
  • Adds separate birth weight field to weight table

minihealth 0.90.0

  • Major update: Replaces clopus package by centile and nlreferences

minihealth 0.86.1

  • Removes all lollypop.preterm pointers

minihealth 0.86.0

  • Explicit declaration of clopus::y2z() and clopus::z2y()

minihealth 0.85.0

  • Repairs calculation of DAZ
  • Repair range check, and setting to NA, for out-of-range GA
  • Re-edit to lollypop to account for donordata 0.20.0

minihealth 0.84.0

  • Renames ".z" to "_z"

minihealth 0.83.0

  • Extends xyz class to weight-for-height Z-scores

minihealth 0.82.0

  • Changes the transformations in donordata_to_indivual() and convert_bds_individual() to use clopus::transform_y()and clopus::transform_z()` functions.

minihealth 0.81.0

  • The xyz and bse classes now support clopus::transform_z() and
    clopus::transform_y() transformations. Add usetransform = TRUE, sex = .., ga = .. arguments to the new("xyz", ...) and new("bse", ...) calls to activate this option.

minihealth 0.80.2

  • Support only built-in schema

minihealth 0.80.1

  • Add fast return in convert_bds_individual() for NULL input

minihealth 0.80.0

  • Adds the convert_checked_individual() workhorse

minihealth 0.79.0

  • Adds verify() to isolate JSON testing from conversion to individual

minihealth 0.78.0

  • Replace individualMS by more general individualRW for raw data storage.

minihealth 0.77.0

  • Repairs six incorrect BDS numbers in inst/json/bds_schema_str.json.
  • Updates data/bds_lexicon with the six repairs.

minihealth 0.76.0

  • Solves the pesky warning message: "Unreplaced values treated as NA as .x is not compatible. Please specify replacements exhaustively or supply .default"
  • Turns most warnings into messages. The only warnings remaining occur if the input JSON is invalid.

minihealth 0.75.0

  • Update to R 4.0.0 and brokenstick 0.70.1

minihealth 0.74.1

  • Add bug fix that creates a synthetic dob (20000101) when NA

minihealth 0.74.0

  • preserves the GA in days by extending the individualBG class with a gad slot
  • adds BDS 989 (throws ball) to the JSON validator schema

minihealth 0.73.0

  • convert_individual.bds() includes the raw ddi data to BDS JSON

minihealth 0.72.0

  • Replaces calls as(..., "data.frame") by data.frame(...)

minihealth 0.71.0

  • Generalises the as(..., "data.frame") functions for xyz and individualAN so that the produced data frames are complete and tidy

minihealth 0.70.0

  • Adds functionality for milestone scores. Two new classes: individualMS and ird
  • Extends the individual class
  • Updates to new classes in convert_bds_individual() and donordata_to_individual()

minihealth 0.69.0

  • Adds class individualMS to convert raw milestones data (from SMOCC) into BDS coding

minihealth 0.68.1

  • Avoid Unknown or uninitialised column: warning generated by tibble
  • Round Z-scores to 3 digits after decimal point

minihealth 0.46.0

  • Export get_dob()

minihealth 0.38.2

  • Reduces dependency on donordata by importing functions from donorloader
  • Added a NEWS.md file to track changes to the package.