-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #237 Removes admiral
dependency and corrects site
#240
Conversation
The Can it be derived without ADMIRAL? or should we update the dataset? |
We should probably just update the dataset. You can just snatch it form pharmaverseadam - https://github.com/pharmaverse/pharmaverseadam/tree/main/data |
Cool @bms63! I did just that and found another issue with I think we can modify the vignette as it's just outlining the Date columns. (already on the PR) |
@averissimo can you slay a few more dependencies for us? #241 |
Hi @averissimo I fixed #241 in another PR. Do you have time to finish this one out? I think it is really close...we can drop my comments if we just want to get this one in!! |
Hi @averissimo. did the last updates get made? I'm lost track here...apologies!!! been a week!! |
Hi @bms63, here's the current status of the PR:
📣 Implemented changes that need feedback:
|
ummm - so we still pollute the environment either way. i like
"DTHCAUS", "DTHDOM", "DTHCGR1"` - it is okay to drop these three variables??? |
also the suffix |
Not really if we remove the data("adsl_xportr", package = "xportr")
ADSL <- adsl_xportr Similar to how
That's fine by me! They are generated automatically by |
Oh lets rock that then!!
Yes let's remove! |
Done & Done. I've updated the spec file as well. Note that this |
You are amazing!! Thanks for working on this PR...turn into a bit of an epic one!! |
Changes Description
{admiral}
📦 dependencyrlang
andhaven
in favour of individual functions importlibrary(rlang)
from vignettesadsl_xportr
)admiral::use_ad_template("adsl")
_xportr
suffix so it doesn't clash with our function names when autocompletioninst/specs/ADaM_admiral_spec.xlsx
toinst/specs/ADaM_spec.xlsx
Task List
styler
package and functions to style files accordingly.devtools::document()
so all.Rd
files in theman
folder and theNAMESPACE
file in the project root are updated appropriatelypkgdown::build_site()
and check that all affected examples are displayed correctly and that all new/updated functions occur on the "Reference" page.NEWS.md
if the changes pertain to a user-facing function (i.e. it has an@export
tag) or documentation aimed at users (rather than developers)NEWS.md
entry should go under the# xportr development version
section. Don't worry about updating the version because it will be auto-updated using thevbump.yaml
CI.