forked from deepankardatta/blandr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS.Rmd
73 lines (58 loc) · 2.44 KB
/
NEWS.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
title: "NEWS"
author: "Deepankar Datta"
output: github_document
---
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "NEWS-"
)
```
# NEWS for blandr
## Version 0.5.1
* 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
## Version 0.5.0
* Final CRAN release
* Contains rmarkdown auto-report function
* The codebase (at GitHub) allows generation of a Jamovi module - development can be done in parallel
## 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
## Version 0.4.4-devel: development version
* 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
## 1st CRAN version - blandr 0.4.3 published on 2017-07-26
* First version of blandr on CRAN published on 2017-07-27 as version 0.4.3.
## Version 0.4.3: 2017-07-26
* Minor changes to roxygen2 documentation from CRAN submission feedback
* This involves examples into R source files
* Some minor spelling and formatting corrections
## Version 0.4.2: 2017-07-08
* Minor changes to documentation from CRAN submission feedback
* No changes to functions
## Version 0.4.1: 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!
## Version 0.4: 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
## Version 0.3: 2016-02-04
* updated to help with a few studies
## Version 0.2: 2015-11-14
* first proper R packaged version
## Version 0.1: early 2015
* first preliminary coding