2023-01-19 14:41:29 +01:00
# stRoke 23.1.7
2023-01-16 09:22:21 +01:00
2023-01-19 14:41:29 +01:00
### Functions:
2023-01-18 10:35:17 +01:00
2023-01-19 14:41:29 +01:00
* redcap_read_tables() has been removed from the package for now. Looking to add it back later as a minimal data acquisition tool.
# stRoke 23.1.6 - failed due to dependencies
### New attempt at CRAN submission
### Functions:
2023-01-18 09:31:19 +01:00
* win_prop() added to implement the suggested methods in [DOI: 10.1161/STROKEAHA.121.037744 ](https://doi.org/10.1161/STROKEAHA.121.037744 ), as an implementation of "Tournament Methods" also found in `library(genodds)` . The function is based on the spreadsheet provided by the authors. A print.win_Prop is also added for printing.
2023-01-19 14:41:29 +01:00
### Notes:
2023-01-16 09:22:21 +01:00
* 23.1.5 failed on CRAN due to gt_plot(). This function has been dropped. Find it as as_ggplot() elsewhere.
2023-01-19 14:41:29 +01:00
* agdamsbo/REDCapRITS added as "Additional_repositories".
* Included references listed as authors.
2023-01-16 09:22:21 +01:00
# stRoke 23.1.5
2023-01-12 13:56:17 +01:00
2023-01-19 14:41:29 +01:00
### RELEASE ON CRAN - failed
2023-01-12 13:56:17 +01:00
2023-01-12 13:44:29 +01:00
# stRoke 0.23.1.4
2023-01-19 14:41:29 +01:00
### Functions:
2023-01-12 13:44:29 +01:00
* plot_olr() has been deprecated and removed.
* ci_plot() functionality extended to include logistic model plotting.
* age_calc() use vapply() instead of sapply()
* gt_plot() function added to plot gt elements as ggplots. From [bstfun ](https://github.com/MSKCC-Epi-Bio/bstfun ). Not all done and satisfied with the layout with patchwork.
2023-01-19 14:41:29 +01:00
### Documentation
2023-01-12 13:44:29 +01:00
* Trying to complete all flags from goodpractice and inteRgrate
2023-01-11 12:54:08 +01:00
# stRoke 0.23.1.3
2023-01-19 14:41:29 +01:00
### Functions:
2023-01-11 12:54:08 +01:00
* files_filter() added. Simple function to get file names in path with specified filter.
* updated cpr_dob to give warnings if format is not recognised and return NAs.
* ci_plot() updated to actually handle binary factors. Uses glm(), not lm().
2023-01-19 14:41:29 +01:00
### Documentation:
2023-01-11 12:54:08 +01:00
* test, test and tests to satisfy codecov and, of course, ensure higher quality
* changes to comply with goodpractices::gp()
...and probably some more.
2023-01-05 10:21:46 +01:00
# stRoke 0.23.1.2
2023-01-19 14:41:29 +01:00
### Functions:
2023-01-05 10:21:46 +01:00
* cpr_dob() now includes `format=` .
* Other minor updates.
2023-01-19 14:41:29 +01:00
### Documentation:
2023-01-05 10:21:46 +01:00
* Two new vignettes
* Taking last steps in documenting before releasing on CRAN
2023-01-19 14:41:29 +01:00
### Other:
2023-01-05 10:21:46 +01:00
* New hex logo
2023-01-04 08:23:51 +01:00
# stRoke 0.23.1.1
2023-01-19 14:41:29 +01:00
### Functions:
2023-01-04 08:23:51 +01:00
* age_calc() now also outputs a numeric vector for units="days", and not a character vector as difftime() would.
2023-01-19 14:41:29 +01:00
### Documentation:
2023-01-04 08:23:51 +01:00
* Added a `NEWS.md` file to track changes to the package.
* Added codecov
* Added tests with the help of gpttools