Commit 4a257d6 1 parent bf51429 commit 4a257d6 Copy full SHA for 4a257d6
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Package: datamods
2
2
Title: Modules to Import and Manipulate Data in 'Shiny'
3
- Version: 1.3.3.9000
3
+ Version: 1.3.4
4
4
Authors@R:
5
5
c(person(given = "Victor",
6
6
family = "Perrier",
@@ -25,7 +25,7 @@ URL: https://github.com/dreamRs/datamods
25
25
BugReports: https://github.com/dreamRs/datamods/issues
26
26
Encoding: UTF-8
27
27
Roxygen: list(markdown = TRUE)
28
- RoxygenNote: 7.1.2
28
+ RoxygenNote: 7.2.1
29
29
Imports:
30
30
data.table,
31
31
htmltools,
Original file line number Diff line number Diff line change 1
1
# datamods 1.3.4
2
2
3
3
* i18n: korean translations added, thanks to [ @ChangwooLim ] ( https://github.com/ChangwooLim ) (migrated from esquisse package).
4
+ * ` import_ui() ` / ` import_modal() ` : added ` file_extensions ` argument passed to ` import_file_ui() ` (fix [ #51 ] ( https://github.com/dreamRs/datamods/issues/51 ) ).
4
5
5
6
6
7
You can’t perform that action at this time.
0 commit comments