Changes in version 2017-07-26 - First version of blandr on CRAN published on 2017-07-27 as version 0.4.3. - Minor changes to roxygen2 documentation from CRAN submission feedback - This involves examples into R source files - Some minor spelling and formatting corrections Changes in version 2017-07-08 - Minor changes to documentation from CRAN submission feedback - No changes to functions Changes in version 2017-07-05 - The preparation of the files for upload to GitHub and CRAN broke a few things - There’s been a rebuilding of a few files to unbreak the package - The Bland-Altman PEFR data has been re-structured into a data-frame - Some of the functions have had their roxygen2 documentation changed to use inherit parameters to allow easier future maintainance of the manuals - There are no errors / warnings / notes - so hopefully can upload to CRAN now! Changes in version 2017-06-30 - Updated to fully use ggplot 2 - Version changed to version 0.4 - Start of changes to prepare to upload to GitHub and CRAN - Name changed from BlandAltmanEdinburgh to blandr Changes in version 2016-02-04 - updated to help with a few studies Changes in version 2015-11-14 - first proper R packaged version Changes in version 0.6 - Version 0.5.2 was never officially released. The reason why it mainly time - my main job is very busy and I have neglected this - Unfortunately as I had not updated my email, and due to errors, blandr was deleted from CRAN - This is the version to make up for my neglect and get it back on CRAN, thus the increment in version number ** Removal from CRAN due to some errors: https://github.com/deepankardatta/blandr/issues/29 ** I am going to comment out “blandr-Ex.R” until I can commit time to fixing the issue - This also allows me a base to make future proper updates Changes in version 0.5.2 - This is an intermediate development version to update a few things after 5 years, and get things up to date. It also allows me to re-familiarise myself with R and Jamovi. I’ve ignored this for a while. I want to get back into it. - Things changed: ** Jamovi update - there is a pull request I merged from 2019. I need to update this ** Fix some erros ** Fix my contact email Changes in version 0.5.1 (2018-05-10) - Fixing the broken blandr.output.report function - it turns out this does not work so well on other systems - and has been converted into a Shiny app Changes in version 0.5.0 (2018-05-07) - Final CRAN release - Contains rmarkdown auto-report function - The codebase (at GitHub) allows generation of a Jamovi module - development can be done in parallel Changes in version 0.4.5 - 0.4.5 will not be tagged on GitHub - Is being prepared for a 0.5 release - Further development of rmarkdown auto-report function - Addition of Jamovi module code Changes in version 0.4.4 - 0.4.4-devel will not be tagged on GitHub - Development of rmarkdown auto-report function - Development of testthat cases - Addition of function to load example datasets from the internet ** This allows loading of existing data with minimal worries about copyright - Slightly more verbose coding for existing function to improve maintainability Changes in version 0.1 - first preliminary coding