Skip to content

Commit b3cba33

Browse files
committed
added column names tooltip support. cleanups.
1 parent 0738521 commit b3cba33

35 files changed

+581
-1344
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: DataEntry
2-
Version: 2022.0.1
2+
Version: 2022.0.2
33
Author: Mihai Valcu
44
Maintainer: Mihai Valcu <[email protected]>
55
Title: Data entry interfaces
@@ -29,6 +29,7 @@ Suggests:
2929
gtools,
3030
testthat
3131
Remotes:
32-
mpio-be/DataEntry.validation
33-
RoxygenNote: 7.0.2
32+
mpio-be/DataEntry.validation
33+
Roxygen: list(markdown = TRUE)
34+
RoxygenNote: 7.1.2
3435
Encoding: UTF-8

NAMESPACE

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
export(boostrap_table)
43
export(char2vec)
54
export(cleaner)
65
export(column_comment)
@@ -11,13 +10,10 @@ export(executeDB)
1110
export(grand_n)
1211
export(jquery_change_by_id)
1312
export(js_before_unload)
13+
export(js_hot_tippy_header)
1414
export(js_insertMySQLTimeStamp)
1515
export(praise)
16-
export(server_newData)
1716
export(server_newData_dropDownNavPage)
18-
export(ui_vnavbar)
19-
export(useNavbar)
20-
export(vnavbarPage)
2117
import(DataEntry.validation)
2218
import(RMySQL)
2319
import(data.table)
@@ -32,7 +28,5 @@ import(shinytoastr)
3228
import(stringr)
3329
import(tableHTML)
3430
importFrom(grDevices,colorRampPalette)
35-
importFrom(magrittr,"%>%")
36-
importFrom(magrittr,is_greater_than)
3731
importFrom(shinyjs,extendShinyjs)
3832
importFrom(shinyjs,useShinyjs)

0 commit comments

Comments
 (0)