-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
94 lines (76 loc) · 2.81 KB
/
NEWS
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
CHANGES IN R VERSION 0.5.4:
MAJOR CHANGES:
* Add help page for `Transform data` in `Data`. (#29)
BUG FIXES:
* Fixed an error that occurred when the name of the variable to contain
the result of merging the levels does not exist in the existing data set. (#28)
CHANGES IN R VERSION 0.5.3:
MAJOR CHANGES:
* Moved the data diagnosis submenu of the data menu to the report menu. (#20)
* Add help page for `Summary Table` in `Discriptive Statistics`. (#23)
BUG FIXES:
* Fixed aggregation criteria error when switching between all variables and
user-selected variables in the 'Summary Table for Numerical Variable'. (#26)
* Fixed aggregation criteria error when switching between all variables and
user-selected variables in the 'Frequency Table for Categorical Variable'. (#26)
CHANGES IN R VERSION 0.5.2:
NEW FUCTION LIST:
* Discriptive Statistics
- Summary Table
- Numerical Variable (#12)
- Frequency Table for Categorical Variable (#16)
- Contingency Table for Categorical Variable (#17)
* Support to create report
- html_br() add a new line in html
CHANGES IN R VERSION 0.5.1:
NEW FUCTION LIST:
* Discriptive Statistics
- Correlation
- Correlation Matrix (#9)
- Correlation Test (#3)
BUG FIXES:
* Fixed an error with error message that is "invalid multibyte string at"
in launch() when excute in MS-Windows 10. (thanks @statkclee, #1)
MAJOR CHANGES:
* Implement logic to get a matching alternative message by receiving
the value of a specific location as a parameter (#4)
MINOR CHANGES:
* The engine for i18n was changed from the shiny.i18n package to a
self-developed function. The reason is that an error occurred in the
logic for converting Hangul messages in MS-Windows.
* The xlsx package was replaced with the openxlsx package for handling
excel files. This is because the openxlsx package is a package that
does not require JAVA.
CHANGES IN R VERSION 0.5.0:
FUCTION LIST:
* Data
- Prepare data menu
- Import data
. CSV(TSV) files
. Excel files
. R data files
- Manage data
. Overview dataset
. Edit dataset information
. Download datasets
. Export all datasets and meta data
- Diagnose data
- Overview of data diagnosis
- Overview variables
- Overview outlers
- Reporting
. PDF
. html
- Transform data
- Manipulate variables
. Rename variables
. Change data type
. Remove variables
. Reorder levels
. Reorganize levels
. Transform
. Bin
FEATURE LIST:
- Support multi language
- Korean
- English