Skip to content

Commit

Permalink
Merge branch 'devel' into 316_warn_if_invalid_dtc_new_messaging@devel
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 authored Aug 28, 2023
2 parents 9981753 + 503ffcd commit 2676057
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
))
)
)
packages[!(packages %in% c("admiral", "admiraldev", "admiralci", "admiral.test", getwd()))]
packages[!(packages %in% c("admiral", "admiraldev", "admiralci", "admiral.test", "pharmaversesdtm", getwd()))]
}

options(renv.snapshot.filter = .get_dependencies)
Expand Down
3 changes: 2 additions & 1 deletion renv/profiles/4.1/renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"admiral",
"admiraldev",
"admiral.test",
"admiralci"
"admiralci",
"pharmaversesdtm"
],
"package.dependency.fields": [
"Imports",
Expand Down
3 changes: 2 additions & 1 deletion renv/profiles/4.2/renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"admiral",
"admiraldev",
"admiral.test",
"admiralci"
"admiralci",
"pharmaversesdtm"
],
"package.dependency.fields": [
"Imports",
Expand Down
3 changes: 2 additions & 1 deletion renv/profiles/4.3/renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"admiral",
"admiraldev",
"admiral.test",
"admiralci"
"admiralci",
"pharmaversesdtm"
],
"package.dependency.fields": [
"Imports",
Expand Down

0 comments on commit 2676057

Please sign in to comment.