Skip to content

SciViews/zooimageui

Repository files navigation

zooimageui - A Shiny interface for zooimage

R-CMD-check CRAN Status License Life cycle stable

A Shiny interface to ZooImage that allows to use main features (create samples, training sets and classifiers, view content of all these objects and calculate results).

Installation

You can install the latest development version of {zooimageui}. Make sure you have the {remotes} R package installed:

install.packages("remotes")

Use install_github() to install the {zooimageui} package from Github (source from main branch will be recompiled on your machine):

remotes::install_github("SciViews/zooimageui")

R should install all required dependencies automatically, and then it should compile and install {zooimageui}.

Latest devel version of {zooimageui} (source + Windows binaries for the latest stable version of R at the time of compilation) is also available from appveyor.

Further explore {zooimageui}

You can get further help about this package this way: Make the {zooimageui} package available in your R session:

library("zooimageui")

Start the Shiny interface:

run_app()

Get help about this package:

library(help = "zooimageui")
help("zooimageui-package")

For further instructions, please, refer to these help pages at https://www.sciviews.org/zooimageui/.

Code of Conduct

Please note that the {svSocket} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.