Skip to content
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

getting started: two ways? #344

Open
jimrothstein opened this issue Jun 18, 2024 · 2 comments
Open

getting started: two ways? #344

jimrothstein opened this issue Jun 18, 2024 · 2 comments
Labels
question Further information is requested

Comments

@jimrothstein
Copy link
Collaborator

jimrothstein commented Jun 18, 2024

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:

# 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,

@jimrothstein jimrothstein added the question Further information is requested label Jun 18, 2024
@sarabodach
Copy link
Collaborator

Hi @jimrothstein ,
So sorry for the delayed reply.

Does this information help at all?
r-lib/devtools#179

Thanks,
Sara

@jimrothstein
Copy link
Collaborator Author

jimrothstein commented Jun 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants