Infrastructure for Hiplot native plugin system.
Install from GitHub:
remotes::install_github("hiplot/hiplotlib")
- Check R package documentation for usage of functions.
- Check hisub_doc.md for documentation of HiSub to develop and submit a Hiplot native plugin.
Hiplot Doker image is now available to use hisub
and hicli
to build and run hiplot plugin, It is built based on rocker/r-ver:4.3
- Build Images :
make docker_build
It takes 20-40 minutes to build, and then you can usedocker images hiplotlib
to check it was success - Run a new Containers :
docker run -itd --name hiplotlib hiplotlib:0.2.1-1
It will start a new containers named hiplotlib in the background, if you nedd to run your own code in this containers, you can use params-v /yourCode/filepath:/app/containerPath
to mapping your host file into container - Entering the container:
docker exec -it hiplotlib bash
, now you are in the interior of the container, you can try to usehicli
andhisub
command - Tips: If you don't want to wait for image build, you can use
docker pull liang09255/hiplotlib:0.2.1-1
download our pre built image and usedocker run -itd --name hiplotlib liang09255/hiplotlib:0.2.1-1
to start a new containers
Hiplot team
© 2020-2023 Hiplot team