You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To date, I have installed 'devel' version via github fork. From this fork, I used git locally to retrieve 'devel' branch and create a new local branch to code with.
I have run into some problems with 'devtools', specifically load_all.
# install.packages("devtools")
devtools::install_github("pharmaverse/sdtmchecks")
# Note that `ref = "devel"` is not needed since devel is the default branch
When I follow this route, per directions, sdtmchecks winds up with all my other installed packages and need to use library(sdtmchecks) to load it. (Just like library(httr2) or library(tibble) juat like any other R package)
So perhaps I'm getting a little confused; the renv::restore() throws another wrinkle.
Appreciate any clarification on installing the devel version and my own branch.
Thx,
The text was updated successfully, but these errors were encountered:
Thx Sara: Let me check.
fyi, Ross did let me know you are extremely busy! So I am also doing
some `admiral` issues (different philosophy, but still pharmaverse).
jim
To date, I have installed 'devel' version via github fork. From this fork, I used git locally to retrieve 'devel' branch and create a new local branch to code with.
I have run into some problems with 'devtools', specifically
load_all
.====
The directions (https://pharmaverse.github.io/sdtmchecks/index.html) say to do this:
When I follow this route, per directions,
sdtmchecks
winds up with all my other installed packages and need to use library(sdtmchecks) to load it. (Just like library(httr2) or library(tibble) juat like any other R package)So perhaps I'm getting a little confused; the renv::restore() throws another wrinkle.
Appreciate any clarification on installing the devel version and my own branch.
Thx,
The text was updated successfully, but these errors were encountered: