Skip to content

Commit

Permalink
Merge pull request #109 from American-Soccer-Analysis/diacritics-neut…
Browse files Browse the repository at this point in the history
…ralise

ASA-95: Diacritics-neutralise
  • Loading branch information
tyler-richardett authored Jan 14, 2021
2 parents 5694737 + cf61fe5 commit 7719616
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"Packages": {
"BH": {
"Package": "BH",
"Version": "1.72.0-3",
"Version": "1.75.0-0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "8f9ce74c6417d61f0782cbae5fd2b7b0"
"Hash": "e4c04affc2cac20c8fec18385cd14691"
},
"DBI": {
"Package": "DBI",
Expand All @@ -25,15 +25,15 @@
},
"DT": {
"Package": "DT",
"Version": "0.15.7",
"Version": "0.17.1",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteRepo": "DT",
"RemoteUsername": "rstudio",
"RemoteRef": "HEAD",
"RemoteSha": "ddd608e270528313eb9edf8fd8af5bc3bc4c91cd",
"Hash": "75d173d5cce0ab6baf91eb4c87f02b70"
"RemoteSha": "607e0d7bb9c717eb7bad378ef577430a697e0ba0",
"Hash": "ae7d6963a1a91ff5feb0237a2ab892ca"
},
"MASS": {
"Package": "MASS",
Expand All @@ -51,10 +51,10 @@
},
"R6": {
"Package": "R6",
"Version": "2.4.1",
"Version": "2.5.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "292b54f8f4b94669b08f94e5acce6be2"
"Hash": "b203113193e70978a696b2809525649d"
},
"RColorBrewer": {
"Package": "RColorBrewer",
Expand Down Expand Up @@ -198,10 +198,10 @@
},
"crosstalk": {
"Package": "crosstalk",
"Version": "1.1.0.1",
"Version": "1.1.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "ae55f5d7c02f0ab43c58dd050694f2b4"
"Hash": "2b06f9e415a62b6762e4b8098d2aecbc"
},
"curl": {
"Package": "curl",
Expand All @@ -226,10 +226,10 @@
},
"digest": {
"Package": "digest",
"Version": "0.6.25",
"Version": "0.6.27",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "f697db7d92b7028c4b3436e9603fb636"
"Hash": "a0cbe758a531d054b537d16dff4d58a1"
},
"dplyr": {
"Package": "dplyr",
Expand Down Expand Up @@ -352,17 +352,17 @@
},
"htmltools": {
"Package": "htmltools",
"Version": "0.5.0",
"Version": "0.5.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "7d651b7131794fe007b1ad6f21aaa401"
"Hash": "4d5452ff42a254e861282931190d052a"
},
"htmlwidgets": {
"Package": "htmlwidgets",
"Version": "1.5.2",
"Version": "1.5.3",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "0aaf56b7960bb066646e1868cadcaf07"
"Hash": "6fdaa86d0700f8b3e92ee3c445a5a10d"
},
"httpuv": {
"Package": "httpuv",
Expand All @@ -380,10 +380,10 @@
},
"jsonlite": {
"Package": "jsonlite",
"Version": "1.7.1",
"Version": "1.7.2",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "1ec84e070b88b37ed169f19def40d47c"
"Hash": "98138e0994d41508c7a6b84a0600cfcb"
},
"knitr": {
"Package": "knitr",
Expand Down Expand Up @@ -450,10 +450,10 @@
},
"magrittr": {
"Package": "magrittr",
"Version": "1.5",
"Version": "2.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "1bb58822a20301cee84a41678e25d9b7"
"Hash": "41287f1ac7d28a92f0a286ed507928d3"
},
"maptools": {
"Package": "maptools",
Expand Down Expand Up @@ -651,10 +651,10 @@
},
"rlang": {
"Package": "rlang",
"Version": "0.4.7",
"Version": "0.4.10",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "c06d2a6887f4b414f8e927afd9ee976a"
"Hash": "599df23c40a4fce9c7b4764f28c37857"
},
"rmarkdown": {
"Package": "rmarkdown",
Expand Down
2 changes: 1 addition & 1 deletion utils/tables/ui_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tables_body <- function(page, league_config, client_timezone, tables_rv, filteri
dt <- DT::datatable(
df,
extensions = c("Buttons", "FixedColumns", "Responsive"),
plugins = "accent-neutralise",
plugins = "diacritics-neutralise",
callback = JS("setTimeout(function() { table.columns.adjust().fixedColumns().relayout(); }, 500);"),
options = list(pageLength = 30,
autoWidth = FALSE,
Expand Down

0 comments on commit 7719616

Please sign in to comment.