You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,14 @@ VoltRon incorporates `RBioformats` package to import images from `ome.tiff` file
87
87
88
88
See [https://cran.r-project.org/web/packages/rJava](https://cran.r-project.org/web/packages/rJava) below for more information.
89
89
90
+
### RCDT
91
+
92
+
`RCDT` package has been archived as of 15.01.2026. Please install as below:
93
+
94
+
```
95
+
devtools::install_github('stla/RCDT')
96
+
```
97
+
90
98
### SimpleITK
91
99
92
100
VoltRon incorporates the `SimpleITK` package to execute non-rigid alignment across assays. You can install SimpleITK from GitHub using the following command.
0 commit comments