Recent Releases of ExcelToShiny
ExcelToShiny - v0.2.0
What's Changed
- added option to filter between dates with the dateRangeInput by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/3
- Additions and bug checks to the code by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/4
- fixes following update to R version 4.4.2 by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/5
- bug fix in specify_plot if(any()) by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/6
- update from master by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/8
- Bug fixes by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/7
- updating documentation by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/9
- fixes in icon and table display for specify_table by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/10
- Remove NULL check in mainpagefilter by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/11
- update README by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/19
- Update checks() by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/20
- Update from Master Copy by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/21
- Adding State of the Field section to JOSS Paper by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/22
- Adding Shiny tests by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/23
- Adding Codecov tests by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/24
- Test Files by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/25
- shiny tests to run app by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/27
- Adding to
build_shinytests by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/28 - update description by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/29
- reactivity test by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/30
- Adding tests that filtering by dates by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/32
- Test with Dates Filter by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/33
- adding tests for mainpagefilter by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/34
- Adding tests for filtermainpage by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/35
- Test with summary_calculation function by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/36
- Adding tests to further refine by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/37
- Testing
build_serverwith credentials data by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/38 - updaet from master by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/40
- Fixing bug in date range by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/39
- Fixes to getting the "data" column when "data_manip" is also a column by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/41
- Adding PDFs of vignettes by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/42
- Move location of vignette PDFs by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/43
- Removing export for
generate_from_ODK_functions.Rby @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/48 - Updating example in
build_shiny()function by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/49 - Update readme file by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/50
- Options relating to the data download page by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/51
- update to download to xlsx by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/52
- Adding
writexlpkg by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/54
New Contributors
- @lilyclements made their first contribution in https://github.com/IDEMSInternational/ExcelToShiny/pull/3
Full Changelog: https://github.com/IDEMSInternational/ExcelToShiny/commits/v0.2.0
Scientific Software - Peer-reviewed
- R
Published by lilyclements 8 months ago
ExcelToShiny - v0.2.0
What's Changed
- added option to filter between dates with the dateRangeInput by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/3
- Additions and bug checks to the code by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/4
- fixes following update to R version 4.4.2 by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/5
- bug fix in specify_plot if(any()) by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/6
- update from master by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/8
- Bug fixes by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/7
- updating documentation by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/9
- fixes in icon and table display for specify_table by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/10
- Remove NULL check in mainpagefilter by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/11
- update README by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/19
- Update checks() by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/20
- Update from Master Copy by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/21
- Adding State of the Field section to JOSS Paper by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/22
- Adding Shiny tests by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/23
- Adding Codecov tests by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/24
- Test Files by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/25
- shiny tests to run app by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/27
- Adding to
build_shinytests by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/28 - update description by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/29
- reactivity test by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/30
- Adding tests that filtering by dates by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/32
- Test with Dates Filter by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/33
- adding tests for mainpagefilter by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/34
- Adding tests for filtermainpage by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/35
- Test with summary_calculation function by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/36
- Adding tests to further refine by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/37
- Testing
build_serverwith credentials data by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/38 - updaet from master by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/40
- Fixing bug in date range by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/39
- Fixes to getting the "data" column when "data_manip" is also a column by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/41
- Adding PDFs of vignettes by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/42
- Move location of vignette PDFs by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/43
- Removing export for
generate_from_ODK_functions.Rby @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/48 - Updating example in
build_shiny()function by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/49 - Update readme file by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/50
- Options relating to the data download page by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/51
- update to download to xlsx by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/52
- Adding
writexlpkg by @lilyclements in https://github.com/IDEMSInternational/ExcelToShiny/pull/54
New Contributors
- @lilyclements made their first contribution in https://github.com/IDEMSInternational/ExcelToShiny/pull/3
Full Changelog: https://github.com/IDEMSInternational/ExcelToShiny/commits/v0.2
Scientific Software - Peer-reviewed
- R
Published by lilyclements 8 months ago