The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Welcome to the incidentally
package! The incidentally
package implements methods to generate incidence matrices, which can
represent bipartite (aka two-mode, affiliation) networks.
The incidentally
package can be cited as:
Neal, Z. P. (2022). incidentally: An R package for generating incidence matrices and bipartite graphs. OSF Preprints. https://doi.org/10.31219/osf.io/ectms
The /release branch contains the current CRAN release of the incidentally package. You can install it from CRAN with:
install.packages("incidentally")
The /devel branch contains the working beta version of the next release of the incidentally 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/incidentally", ref = "devel", build_vignettes = TRUE)
The incidentally
package adopts the tinyverse philosophy, and
therefore aims to keep dependencies at a minimum.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.