Skip to content

Commit

Permalink
Update lock_and_prop.Rmd
Browse files Browse the repository at this point in the history
Fix admiraldev url.
  • Loading branch information
galachad authored Nov 20, 2023
1 parent 6ad336d commit e4454c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/lock_and_prop.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The intention of the `renv.lock` file is to create a harmonized development envi

Unfortunately, this adoption of a `renv.lock` file also creates a few barriers for our development process. First, if we **lock** in a version of R and R packages then we can not quickly adopt the latest and greatest of updates from new releases. Second, how does a team decide to update a certain package or version of R and who gets to make that final call? Finally, when do we make updates to the lock file. Hopefully, the below will provide some guidance around these issues. Please note, these process might change over time and admiral developers are encouraged to stay up to date with the latest processes and participate in the discussion.

**Note:** Through GitHub Actions we continuously test admiral's integration with the latest 3 snapshots of dependent R packages on CRAN that are closest in date to latest 3 versions of R. Please see [GitHub Actions/Workflows]( https://pharmaverse.github.io/admiraldev/devel/articles/pr_review_guidance.html#github-actionsworkflows) on the `{admiraldev}` site for more information on this process.
**Note:** Through GitHub Actions we continuously test admiral's integration with the latest 3 snapshots of dependent R packages on CRAN that are closest in date to latest 3 versions of R. Please see [GitHub Actions/Workflows]( https://pharmaverse.github.io/admiraldev/articles/pr_review_guidance.html#github-actionsworkflows) on the `{admiraldev}` site for more information on this process.

### R Package Updates and Lock Files

Expand Down

0 comments on commit e4454c5

Please sign in to comment.