Skip to content

Commit

Permalink
fixed title and doi
Browse files Browse the repository at this point in the history
  • Loading branch information
benyamindsmith committed Nov 5, 2024
1 parent 53b6387 commit 0c82e9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ig.degree.betweenness
Type: Package
Title: Implementation of "Smith-Pittman" community detection algortihm with a gradient evident in social partitioning by Smith, Pittman and Xu (2024) for "igraph" objects
Title: Implementation of "Smith-Pittman" Community Detection Algortihm with a Gradient Evident in Social Partitioning by Smith, Pittman and Xu (2024) for "igraph" Objects
Version: 0.1.0
Authors@R: c(
person(
Expand Down Expand Up @@ -31,7 +31,7 @@ Description: Implements the "Smith-Pittman" community detection algorithm
networks, with a gradient evident in social partitioning. The package
provides functions for community detection, visualization, and analysis of
the resulting community structure. Methods are based on results from Smith,
Pittman and Xu (2024) <https://doi.org/10.48550/arXiv.2411.01394>.
Pittman and Xu (2024) <doi:10.48550/arXiv.2411.01394>.
License: MIT + file LICENSE
URL: https://github.com/benyamindsmith/ig.degree.betweenness
BugReports: https://github.com/benyamindsmith/ig.degree.betweenness/issues
Expand Down
2 changes: 1 addition & 1 deletion R/cluster_degree_betweenness.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' @importFrom igraph components
#' @importFrom rlist list.append
#' @import igraphdata
#' @references Smith et al (2024) "Centrality in Collaboration: A Novel Algorithm for Social Partitioning Gradients in Community Detection for Multiple Oncology Clinical Trial Enrollments", <https://doi.org/10.48550/arXiv.2411.01394>
#' @references Smith et al (2024) "Centrality in Collaboration: A Novel Algorithm for Social Partitioning Gradients in Community Detection for Multiple Oncology Clinical Trial Enrollments", <doi:10.48550/arXiv.2411.01394>
#' @export
#' @examples
#' library(igraphdata)
Expand Down
2 changes: 1 addition & 1 deletion man/cluster_degree_betweenness.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c82e9c

Please sign in to comment.