Skip to content

Commit a397971

Browse files
authored
add R-universe instructions (#275)
add R-universe instructions
2 parents c295ea7 + 81ebae3 commit a397971

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,32 @@ On **Ubuntu** you may need [`libopencv-dev`](https://packages.debian.org/sid/lib
7777
sudo apt-get install libopencv-dev
7878
```
7979

80+
## Installation (R-universe)
81+
82+
You can also install binaries for some Linux, Windows and MacOS setups via [r-universe](https://bimsbbioinfo.r-universe.dev/builds) which you may require
83+
R version >= 4.5.0:
84+
85+
``` r
86+
install.packages('VoltRon', repos = c('https://bimsbbioinfo.r-universe.dev',
87+
'https://cloud.r-project.org'))
88+
```
89+
8090
## Dependencies
8191

92+
### VoltRonStore
93+
94+
VoltRon incorporates `VoltRonStore` package to install dependencies necessary to run VoltRon objects on disk for large images and data matrices.
95+
The script below will install dependencies such `BPCells`, `ImageArray`, `HDF5DataFrame` etc.
96+
97+
``` r
98+
install.packages('VoltRonStore', repos = c('https://bimsbbioinfo.r-universe.dev',
99+
'https://artur-man.r-universe.dev',
100+
'https://bnprks.r-universe.dev',
101+
'https://cloud.r-project.org'))
102+
```
103+
104+
See [https://bimsbbioinfo.r-universe.dev/builds](https://bimsbbioinfo.r-universe.dev/builds) for more information.
105+
82106
### RBioformats
83107

84108
VoltRon incorporates `RBioformats` package to import images from `ome.tiff` files, which requires [Java JDK](https://www.oracle.com/java/technologies/downloads/?er=221886) to be available in your system:

0 commit comments

Comments
 (0)