Skip to content

Commit

Permalink
Closes #143 and modifies #139 for removal of admiral.test and adding …
Browse files Browse the repository at this point in the history
…pharmaverse sdtm (#144)

* Replace admiral.test with pharmaversesdtm

* Automatic renv profile update.

* Automatic renv profile update.

* Automatic renv profile update.

* Propagation trigger

* get around personal access token

---------

Co-authored-by: Adam Foryś <[email protected]>
Co-authored-by: galachad <[email protected]>
Co-authored-by: Zelos Zhu <[email protected]>
  • Loading branch information
4 people authored Sep 21, 2023
1 parent ed6b6e9 commit cd95618
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 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", "pharmaversesdtm", getwd()))]
packages[!(packages %in% c("admiral", "admiraldev", "admiralci", "pharmaversesdtm", getwd()))]
}

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

0 comments on commit cd95618

Please sign in to comment.