Skip to content

Commit

Permalink
Prepare for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienLeGuillou committed Dec 20, 2024
1 parent d97fd59 commit 7e1cfd7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: networkLite
Version: 1.1.0
Date: 2024-11-23
Date: 2024-12-24
Title: An Simplified Implementation of the 'network' Package Functionality
Description: An implementation of some of the core 'network' package functionality based on a
simplified data structure that is faster in many research applications. This package is designed
Description: An implementation of some of the core 'network' package functionality based on a
simplified data structure that is faster in many research applications. This package is designed
for back-end use in the 'statnet' family of packages, including 'EpiModel'. Support is provided for
binary and weighted, directed and undirected, bipartite and unipartite networks; no current
binary and weighted, directed and undirected, bipartite and unipartite networks; no current
support for multigraphs, hypergraphs, or loops.
Authors@R: c(person("Samuel", "Jenness",
role=c("cre","aut"), email="samuel.m.jenness@emory.edu"),
Expand Down Expand Up @@ -36,6 +36,3 @@ Suggests:
RoxygenNote: 7.3.2.9000
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Remotes:
github::statnet/statnet.common@master,
github::statnet/network@master

0 comments on commit 7e1cfd7

Please sign in to comment.