Skip to content

Commit

Permalink
renv
Browse files Browse the repository at this point in the history
  • Loading branch information
janlisec committed May 31, 2024
1 parent 6932bdc commit 6e5e1c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Imports:
shinyjs,
shinyWidgets,
tidyxl
Suggests:
Suggests:
covr,
curl,
fs,
jsonlite,
Expand Down
1 change: 1 addition & 0 deletions R/app_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ xlsxSheetNames <- function(filepath) {
#' @return numbers formatted
#' @examples
#' pn(n = c(1.23456, NA, 0, 0.00001, -0.00001), p = 8)
#' pn(n = c(-Inf, NA, NaN), p = 8)
#' @noRd
#' @keywords internal
pn <- function(n = NULL, p = 4L) {
Expand Down
10 changes: 5 additions & 5 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"RemoteUsername": "janlisec",
"RemoteRepo": "eCerto",
"RemoteRef": "main",
"RemoteSha": "aca8a50a109f0562a2b86fcd0dab14a930eca7eb",
"RemoteSha": "e5c6932046dd0e58f78eafca5f63d1f5d2a43214",
"RemoteHost": "api.github.com",
"Requirements": [
"DT",
Expand All @@ -406,7 +406,7 @@
"shinyjs",
"tidyxl"
],
"Hash": "8a097956e82c6e8d04d059a5af8c7812"
"Hash": "fa440db1c5e6ad2d7be798931c449a14"
},
"evaluate": {
"Package": "evaluate",
Expand Down Expand Up @@ -605,9 +605,9 @@
},
"knitr": {
"Package": "knitr",
"Version": "1.46",
"Version": "1.47",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"R",
"evaluate",
Expand All @@ -617,7 +617,7 @@
"xfun",
"yaml"
],
"Hash": "6e008ab1d696a5283c79765fa7b56b47"
"Hash": "7c99b2d55584b982717fcc0950378612"
},
"later": {
"Package": "later",
Expand Down

0 comments on commit 6e5e1c6

Please sign in to comment.