Recent Releases of ordinalsimr

ordinalsimr - v0.2.2

What's Changed

  • Fix tests for ggplot2 update by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/206
  • Release v0.2.2 by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/207

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/compare/v0.2.1...v0.2.2

- R
Published by NeuroShepherd 8 months ago

ordinalsimr - v0.2.1

What's Changed

  • Enable progress bars to work with a min of 1 sample size by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/187
  • Display only integers on plots by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/189
  • Create UI input for sample size steps by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/191
  • Add a confidence interval option to the power plot by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/195
  • Remove magrittr dependency by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/198
  • Render group 1/2 progress bars server-side by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/201
  • Point plot for length-1 sample sizes by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/203
  • Show boxplots of p-values for a selection of sample sizes by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/204
  • Release v0.2.1 by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/192

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/compare/v0.2.0...v0.2.1

- R
Published by NeuroShepherd 9 months ago

ordinalsimr - v0.2.0

What's Changed

  • Add tryCatch condition to power calculation fxn by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/175
  • Change Zenodo DOI to general link by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/176
  • Allow a process to be killed without shutting down whole app by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/178
  • Change to simulated p-value in fisher.test by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/174
  • Fix ShinyApps.io deployment by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/181
  • Create warning modal for shinyappsio deployment by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/183
  • Match deployment to run_simulations code by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/184
  • release v0.2.0 by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/177

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/compare/v0.1.3...v0.2.0

- R
Published by NeuroShepherd about 1 year ago

ordinalsimr - v0.1.3

What's Changed

  • Make required changes for CRAN submission by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/169
  • Release 0.1.3 to CRAN by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/170

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/compare/v0.1.1...v0.1.3

- R
Published by NeuroShepherd about 1 year ago

ordinalsimr - v0.1.3 CRAN submission

What's Changed

  • Make required changes for CRAN submission by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/169

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/compare/v0.1.1-devel...v0.1.3-devel

- R
Published by NeuroShepherd about 1 year ago

ordinalsimr - v0.1.1 CRAN submission

What's Changed

  • Update package metainformation by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/17
  • Create basic data entry UI and server by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/18
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/20
  • Use rhandsontable and create stats calculation module by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/27
  • Add basic iteration entry module (#30) by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/31
  • Create basic module for entering sample size by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/34
  • Fix probability error check and loop indexing by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/35
  • Sample size module and fixes to simulation function by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/36
  • Create module for saving data successfully by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/40
  • Merge development into master by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/44
  • Update data entry UI code by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/45
  • Sim fxn cleanup by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/47
  • Enhance save file by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/49
  • Write tests by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/50
  • Cmd check fixes by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/51
  • Implement binom.test for CIs by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/53
  • Change name to ordinalsimr by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/54
  • Set up GH Actions for R CMD CHECK by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/58
  • Change triggers for running R CMD checks by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/59
  • GitHub Action for ShinyApps deployment by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/61
  • Fix deployment action to ShinyApps by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/63
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/64
  • Development into master by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/66
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/67
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/72
  • Hotfix Shinyapps deployment by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/77
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/79
  • Fix namespacing and imports by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/83
  • Remove references to *_formatted.rda data (#84) by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/85
  • FIx shinyapps.io and pkgdown deployments by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/87
  • Minor updates by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/89
  • Use RSPM default and downgrade xfun to 0.44 by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/90
  • Create an Xlsx download button for results by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/92
  • Create an automatic report generator by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/94
  • Allow manual changes to RNG processes by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/95
  • Create an Xlsx download button for results by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/93
  • Set up code coverage check by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/107
  • Styler and lintr by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/108
  • Remove Kruskal-Wallis test from package by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/112
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/120
  • Robust fxns (#121) by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/123
  • Remove markdown dep by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/126
  • Development updates by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/127
  • Remove purrr by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/130
  • Development updates by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/131
  • Use bslib by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/132
  • Run styler by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/133
  • Ignore R/disableautoload.R when building pkg by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/136
  • Use Shiny's built-in progress bars by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/137
  • Change lintr options by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/138
  • Autoload fix by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/140
  • T1 tables fail method by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/144
  • Writexl warning by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/141
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/145
  • Plot options by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/146
  • Update GitHub download instructions by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/148
  • Significant updates to UI and session options by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/149
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/153
  • Plot tests by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/160
  • Release checks by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/162
  • Fix error when only 1 test is selected by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/166
  • Create citation files and processing by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/167
  • Finalize CRAN submission, v0.1.1 by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/163

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/commits/v0.1.1

- R
Published by NeuroShepherd about 1 year ago

ordinalsimr - v0.1.1-devel

Updated README file and adds DOI to CITATION

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/compare/v0.1.0-devel...v0.1.1-devel

- R
Published by NeuroShepherd about 1 year ago

ordinalsimr - v0.1.0-devel

What's Changed

  • Update package metainformation by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/17
  • Create basic data entry UI and server by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/18
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/20
  • Use rhandsontable and create stats calculation module by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/27
  • Add basic iteration entry module (#30) by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/31
  • Create basic module for entering sample size by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/34
  • Fix probability error check and loop indexing by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/35
  • Sample size module and fixes to simulation function by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/36
  • Create module for saving data successfully by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/40
  • Merge development into master by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/44
  • Update data entry UI code by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/45
  • Sim fxn cleanup by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/47
  • Enhance save file by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/49
  • Write tests by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/50
  • Cmd check fixes by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/51
  • Implement binom.test for CIs by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/53
  • Change name to ordinalsimr by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/54
  • Set up GH Actions for R CMD CHECK by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/58
  • Change triggers for running R CMD checks by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/59
  • GitHub Action for ShinyApps deployment by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/61
  • Fix deployment action to ShinyApps by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/63
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/64
  • Development into master by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/66
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/67
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/72
  • Hotfix Shinyapps deployment by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/77
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/79
  • Fix namespacing and imports by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/83
  • Remove references to *_formatted.rda data (#84) by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/85
  • FIx shinyapps.io and pkgdown deployments by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/87
  • Minor updates by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/89
  • Use RSPM default and downgrade xfun to 0.44 by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/90
  • Create an Xlsx download button for results by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/92
  • Create an automatic report generator by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/94
  • Allow manual changes to RNG processes by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/95
  • Create an Xlsx download button for results by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/93
  • Set up code coverage check by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/107
  • Styler and lintr by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/108
  • Remove Kruskal-Wallis test from package by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/112
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/120
  • Robust fxns (#121) by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/123
  • Remove markdown dep by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/126
  • Development updates by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/127
  • Remove purrr by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/130
  • Development updates by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/131
  • Use bslib by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/132
  • Run styler by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/133
  • Ignore R/disableautoload.R when building pkg by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/136
  • Use Shiny's built-in progress bars by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/137
  • Change lintr options by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/138
  • Autoload fix by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/140
  • T1 tables fail method by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/144
  • Writexl warning by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/141
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/145
  • Plot options by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/146
  • Update GitHub download instructions by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/148
  • Significant updates to UI and session options by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/149
  • Development by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/153
  • Plot tests by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/160
  • Release checks by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/162
  • Fix error when only 1 test is selected by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/166
  • Create citation files and processing by @NeuroShepherd in https://github.com/NeuroShepherd/ordinalsimr/pull/167

Full Changelog: https://github.com/NeuroShepherd/ordinalsimr/commits/v0.1.0-devel

- R
Published by NeuroShepherd about 1 year ago