Skip to content

Commit

Permalink
Merge branch 'devel' into 318_321_documentation_update@devel
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 authored Aug 28, 2023
2 parents a2be991 + 503ffcd commit be26882
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
))
)
)
packages[!(packages %in% c("admiral", "admiraldev", "admiralci", "pharmaversesdtm", getwd()))]
}

packages[!(packages %in% c("admiral", "admiraldev", "admiralci", "admiral.test", "pharmaversesdtm", getwd()))]


options(renv.snapshot.filter = .get_dependencies)

Expand Down
5 changes: 3 additions & 2 deletions renv/profiles/4.1/renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"ignored.packages": [
"admiral",
"admiraldev",
"pharmaversesdtm",
"admiralci"
"admiral.test",
"admiralci",
"pharmaversesdtm"
],
"package.dependency.fields": [
"Imports",
Expand Down
5 changes: 3 additions & 2 deletions renv/profiles/4.2/renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"ignored.packages": [
"admiral",
"admiraldev",
"pharmaversesdtm",
"admiralci"
"admiral.test",
"admiralci",
"pharmaversesdtm"
],
"package.dependency.fields": [
"Imports",
Expand Down
5 changes: 3 additions & 2 deletions renv/profiles/4.3/renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"ignored.packages": [
"admiral",
"admiraldev",
"pharmaversesdtm",
"admiralci"
"admiral.test",
"admiralci",
"pharmaversesdtm"
],
"package.dependency.fields": [
"Imports",
Expand Down

0 comments on commit be26882

Please sign in to comment.