Welcome to the grand
package! The grand package implements methods to use the Guidelines for Reporting About Network Data (GRAND) to summarize network data.
The grand
package can be cited as:
Neal, Z. P. (2023). grand: An R package for using the Guidelines for Reporting About Network Data. GitHub. https://github.com/zpneal/grand/
~~The /release branch contains the current CRAN release of the grand package. You can install it from CRAN with:~~
install.packages("grand") #NOT AVAILABLE VIA CRAN YET
The /devel branch contains the working beta version of the next release of the grand package. All the functions are documented and have undergone various levels of preliminary debugging, so they should mostly work, but there are no guarantees. Feel free to use the devel version (with caution), and let us know if you run into any problems. You can install it You can install from GitHub with:
library(devtools)
install_github("zpneal/grand", ref = "devel", build_vignettes = TRUE)
The grand
package adopts the tinyverse philosophy, and therefore aims to keep dependencies at a minimum.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.