Skip to content

Commit

Permalink
Use CRAN version of renv (#1392)
Browse files Browse the repository at this point in the history
Since `renv` was released on CRAN on Oct 12
https://cran.r-project.org/web/packages/renv/index.html with the newest
fix for the bug that we reported in here
rstudio/renv#2007 we can just vbump `renv` and
use CRAN version instead of GitHub version.

Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr authored Oct 22, 2024
1 parent 89e8028 commit 4b79ef1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Suggests:
mirai (>= 1.1.1),
MultiAssayExperiment,
R6,
renv (>= 1.0.10.9000),
renv (>= 1.0.11),
rmarkdown (>= 2.23),
rvest (>= 1.0.0),
shinytest2,
Expand All @@ -71,8 +71,6 @@ VignetteBuilder:
knitr
RdMacros:
lifecycle
Remotes:
rstudio/renv
Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data,
insightsengineering/teal.slice, mllg/checkmate, jeroen/jsonlite,
r-lib/lifecycle, daroczig/logger, shikokuchuo/mirai,
Expand Down

0 comments on commit 4b79ef1

Please sign in to comment.