An installer for iNZightVIT for use on Debian based systems (this
includes Ubuntu and its various flavours, such as Linux Mint). Once
installed, you will be able to run inzight or vit to launch each of
iNZight or VIT respectively.
- clone* this repository to your desired location, and
cdto it
git clone https://github.com/iNZightVIT/linux.git iNZightVIT
cd iNZightVIT-
make sure you have installed the dependencies listed below
-
makewill attempt to install the necessary R packages, allowing you to run:
cd path/to/iNZightVIT
./inzight # to start iNZight
./vit # to start VIT
./update # to update- optional:
make installwill create a symlink to/usr/local/binso you can runinzightorvit(might requiresudo)
* if you don’t have git installed, then you can either install it
(recommended, apt-get install git) or you can download a ZIP copy of
the repository.
curl -fsSL https://github.com/iNZightVIT/linux/archive/master.zip -o iNZightVIT.zip
unzip iNZightVIT.zip && rm iNZightVIT.zip && mv iNZightVIT-linux-master iNZightVITThe following dependency table lists the (known) distros and versions of
Linux that can run iNZightVIT. If you have successfully installed
iNZightVIT on a distro not listed here, please submit a PR to add the
build to the builds directory.
These builds are tested once a month, and the current version of R supported by that distros package manager is shown. If you are insalling a different version of R, you may need to adjust the dependencies accordingly.
# table of dependencies- Use a
configurescript to allow specification of script names (e.g.,start_inzightinstead ofinzight) etc. - Add
makescript to create Desktop icons on Ubuntu - Check for dependencies before attempting install