SkillAgentSearch skills...

HiveR

An R package for creating and plotting 2D and 3D hive plots.

Install / Use

/learn @bryanhanson/HiveR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

How to install HiveR

From CRAN using R:

chooseCRANmirror() # choose a CRAN mirror
install.packages("HiveR")
library("HiveR")

To install from Github using R:

install.packages("remotes")
library("remotes")
install_github(repo = "bryanhanson/HiveR@main")
library("HiveR")

If you use @some_other_branch you can get other branches that might be available. They may or may not pass CRAN checks and thus may not install automatically using the method above. Check the NEWS file to see what's up.

License Information

HiveR is distributed under the GPL-3 license, as stated in the DESCRIPTION file. For more info, see the GPL site.

Questions? hanson@depauw.edu

Related Skills

View on GitHub
GitHub Stars74
CategoryDevelopment
Updated11d ago
Forks17

Languages

R

Security Score

80/100

Audited on Mar 29, 2026

No findings