Skip to content

antecede/hiplotlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hiplotlib

Hits

Infrastructure for Hiplot native plugin system.

Installation

Install from GitHub:

remotes::install_github("hiplot/hiplotlib")

Docs

  • Check R package documentation for usage of functions.
  • Check hisub_doc.md for documentation of HiSub to develop and submit a Hiplot native plugin.

Docker

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

Quick Start (base on vrsion0.2.1-1):

  • Build Images : make docker_build It takes 20-40 minutes to build, and then you can use docker 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 use hicli and hisub 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 use docker run -itd --name hiplotlib liang09255/hiplotlib:0.2.1-1 to start a new containers

Maintainer

Hiplot team

Copyright

© 2020-2023 Hiplot team

About

Infrastructure of Hiplot (ORG)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 97.2%
  • Dockerfile 1.5%
  • Other 1.3%