Skip to content

Commit

Permalink
fix: update renv.lock and remove unwanted join_key
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 20, 2023
1 parent 61ff714 commit a7eed1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 8 additions & 1 deletion efficacy/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1620,6 +1620,7 @@
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "insightsengineering",
"RemoteRepo": "nestcolor",
"RemoteRef": "main",
"RemoteSha": "03d0b1e84bfbda25d1431bdd45d4ab281422d8d2",
Expand Down Expand Up @@ -2326,7 +2327,13 @@
"sparkline": {
"Package": "sparkline",
"Version": "2.0",
"Source": "Repository"
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"htmltools",
"htmlwidgets"
],
"Hash": "06e5e4017ecb00fd142bada4b380c59a"
},
"stringi": {
"Package": "stringi",
Expand Down
3 changes: 0 additions & 3 deletions exploratory/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ datanames <- c("ADSL", "ADRS", "ADLB", "ADLBPCA")
datanames(data) <- datanames

join_keys(data) <- default_cdisc_join_keys[datanames]
adlbpca_keys <- default_cdisc_join_keys["ADLB"]
names(adlbpca_keys)[1] <- "ADLBPCA"
join_keys(data) <- c(join_keys(data), adlbpca_keys)

## Reusable Configuration For Modules
ADSL <- data[["ADSL"]]
Expand Down

0 comments on commit a7eed1b

Please sign in to comment.