delete to make it clean

This commit is contained in:
Kuoi 2022-07-07 15:14:43 +01:00 committed by GitHub
parent a3786bc688
commit ee8f9fbb68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,32 +34,7 @@ install any package
```
# pacman -S foo
```
Besides, you are suggested to install `r-bspm`,
```
# pacman -S r-bspm
```
and add the following line to your `~/.Rprofile` so that `pacman` will take over `install.packages`.
```R
bspm::enable()
```
Below is an example.
```R
r$> install.packages("cssam")
[sudo] password for user:
Install system packages as root...
:: Synchronizing package databases...
core
extra
community
multilib
archlinuxcn
arch4edu
bioarchlinux
:: Retrieving packages...
r-cssam-1.2.4-1-any
:: Processing package changes...
(1/1) r-cssam
```
## Request a package
If you find some package useful but not in our repository, (for example even if you used `r-bspm` it still installed a package from CRAN/Bioconductor),
you can open an issue and tell us.