Skip to content

Commit

Permalink
update cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jan 4, 2022
1 parent 0ede69b commit 56c0872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ regular user. Download the latest version from CRAN or GitHub and proceed with
the installation (note `sudo`):

```bash
sudo R CMD INSTALL bspm_[version].tar.gz
$ sudo R CMD INSTALL bspm_[version].tar.gz
```

Further configuration options:
Expand All @@ -69,7 +69,7 @@ Further configuration options:
To enable it by default, put the following into the `Rprofile.site`:

```r
bspm::enable() # wrap it in suppressMessages() to avoid the initial message
> bspm::enable() # wrap it in suppressMessages() to avoid the initial message
```

Then, run `install.packages` as usual, and available system packages will be
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Patch release
Several fixes.
New ALPM backend for Arch-based distros + several fixes.

## Test environments
- local R installation, R 4.0.5
Expand Down

0 comments on commit 56c0872

Please sign in to comment.