forked from leppott/ContDataSumViz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS.rmd
117 lines (77 loc) · 2.86 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
title: "NEWS"
author: Erik.Leppo@tetratech.com
output: github_document
#md_document:
# variant: markdown_github
---
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
```{r Options, echo = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "NEWS-")
```
```{r LastUpdate, echo = FALSE}
cat(paste0("Last Update: ",Sys.time()))
```
# Version History
## Changes in Version 0.1.0.9015 (2022-08-18)
* fix: Uncomment the failing parts of the shiny code in the full version
## Changes in Version 0.1.0.9014 (2022-08-18)
* feature: Add slim version of Shiny app that works on server
+ Retained full version that only runs on PC
+ Added example to runShiny function
## Changes in Version 0.1.0.9013 (2022-08-12)
* fix: Add Shiny (EMVL) required packages to DESCRIPTION
## Changes in Version 0.1.0.9012 (2022-08-12)
* feature: Update shiny with EMVL version
+ Made changes to run on Linux server (ShinyApps.io)
+ Minor edits in style (e.g., returns and outlining)
+ Minor edits for text for boxes
* refactor: Rename original shiny 'test'
* refactor: Update runShiny function to handle two app versions
+ Update example
## Changes in Version 0.1.0.9011 (2022-08-03)
* refactor: Update missing data report, Issue #4
## Changes in Version 0.1.0.9010 (2022-07-28)
* refactor: Update missing data report, Issue #4
## Changes in Version 0.1.0.9009 (2022-07-27)
* feature: Add missing data report function, Issue #4
## Changes in Version 0.1.0.9008 (2022-07-12)
* fix: Update merge statement in build_summary, Issue #3
## Changes in Version 0.1.0.9007 (2022-07-12)
* partial update with site summary report, Issue #2
## Changes in Version 0.1.0.9006 (2022-02-04)
* feature: Add missing data report
+ Add more packages to suggests in DESCRIPTION
## Changes in Version 0.1.0.9006 (2022-02-04)
* feature: build_summary() for creating site summary report, Issue #2
+ Function
+ RMD file
+ readxl package to DESCRIPTION
+ Example data to inst\extdata\
## Changes in Version 0.1.0.9005 (2022-02-03)
* feature: Add issue templates on GitHub
## Changes in Version 0.1.0.9004 (2022-01-25)
* feature: Add Shiny app
* docs: Update DESCRIPTION with package for Shiny app
* docs: Add data-raw folder for generating HTML text for Shiny app
## Changes in Version 0.1.0.9003 (2022-01-25)
* style: Trim lines to 80 characters
+ runShiny.R
* style: Fix spelling
+ README
## Changes in Version 0.1.0.9002 (2022-01-21)
* doc: Add GitHub Actions with usethis package
+ check standard
+ codecov
+ test-coverage
+ pkgdown
## Changes in Version 0.1.0.9001 (2022-01-21)
* feature: Update package with basics
+ DESCRIPTION
+ NEWS
+ README
+ Library Creation helper RMD
+ Shiny folder
+ runShiny function
## Changes in Version 0.1.0 (2022-01-21)
* feature: Initial commit on GitHub