Skip to contents

Use r-universe Packages for redistverse

Usage

use_redistverse_r_universe()

Value

formatted code to use r-universe

Examples

use_redistverse_r_universe()
#> Add the following to your profile, possibly through
#> `usethis::edit_r_profile()`.
#> options(
#>     repos = c(
#>       `alarm-redist` = 'https://alarm-redist.r-universe.dev',
#>       cran = 'https://cran.r-project.org'
#>     )
#>   )