All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
PoolTools
output now includes formatted ICC columns- ICC columns reported as value between 0 and 1 (i.e., are not multiplied by N)
- Updated prevalence columns names to explicitly state prevalence per units by appending "%" (N=100) or "per N units" (N != 100) in output data frame
- Updating default parameters for Analysis tab
- Set parameter for PoolPrev calls to use
all.negative.pools = 'zero'
- Set parameter for HierPoolPrev calls (i.e., any PoolTools analyses using
hierarchical/clustered sampling) to use
all.negative.pools = 'zero'
- Set parameter for PoolPrev calls to use
robust = TRUE
- Set parameter for HierPoolPrev calls to use
robust = TRUE
- Set parameter for PoolPrev calls to use
- PoolTestR version updated to include improvements from ICC and betterpointestimate branches
- Refactored
run_pooltestr()
to use output ofwhich_pooltestr()
- Added Caitlin Cherryh to citations file
- Separate
reactiveValues()
objects to store UI values to prevent values resetting when UI does. dev
branch to store all WIP i.e. PoolPoweR power and sample_size functions.
- Design inputs do not reset when upstream settings are changed for:
- Fixed sample size
- Fixed sampling period
- Design back-end overhaul; UI and values are decoupled.
- Renaming cluster/hierarchical sampling in UI.
Important UI changes to "Analyse" mode and cleaning up back-end reactivity.
- Dropdown arrow for html details appears on browser.
- Download button no longer disappears when
hierarchy_valid()
changes. - "Real-time" formatting of analyse datatable output i.e. does not require re-analysis with button click. Options include rounding and displaying prevalence per value.
- Moved datatable formatting options from Advanced settings to Display options.
- Datatable output remains stable when settings change.
- Remove 'max pools per cluster' option when not used.
- Rename files to be sort-of-compliant with
golem
standards.
- Populated Help tabs with links to wiki docs.
- Upload data label and tooltip.
- Roxygen comments to R util files.
utils_dt_display.R
to handle post-pooltestr processing.- Prevalence multiply option (default 1*2000).
- CITATION file.
- Refactored pooltestr-related code.
- Analyse prevalence rounding now part of
utils_dt_display.R
. - About page loads from a .md.
- Redundant analyse datatable UI.
- Changelog and versioning.
- Version is displayed in app title.
- Dev files.