Skip to content

Commit

Permalink
In README, use .rprofile snippet similar to that recommended by usethis
Browse files Browse the repository at this point in the history
  • Loading branch information
wurli committed Mar 12, 2024
1 parent 124ac09 commit 9fd7f44
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ packages. You may find you'd like to have {updateme} available all the time;
in this case, consider adding this snippet to your `.Rprofile`:

``` r
# Install {updateme} if not installed already
if (!requireNamespace("updateme", quietly = TRUE)) {
install.packages("updateme")
if (interactive()) {
suppressMessages(require(updateme))
}

library(updateme)
```

## Configuration
Expand Down

0 comments on commit 9fd7f44

Please sign in to comment.