-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
benyamindsmith
committed
Nov 5, 2024
1 parent
5d31e38
commit b8fbdf2
Showing
7 changed files
with
912 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
^\.github$ | ||
^doc$ | ||
^Meta$ | ||
^CRAN-SUBMISSION$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 0.1.0 | ||
Date: 2024-11-05 04:35:53 UTC | ||
SHA: c860cd2e3b56e6dcfd48f91c2afd6cf9a95787fa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Authors@R: c( | |
"Xu", | ||
email = "[email protected]", | ||
role = c("aut"), | ||
comment = c(ORCHID = "0000-0002-0257-8856") | ||
comment = c(ORCID = "0000-0002-0257-8856") | ||
) | ||
) | ||
Description: Implements the "Smith-Pittman" community detection algorithm | ||
|
@@ -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) <doi>. | ||
Pittman and Xu (2024) <https://doi.org/10.48550/arXiv.2411.01394>. | ||
License: MIT + file LICENSE | ||
References: | ||
Reference 1 | ||
|
@@ -46,7 +46,7 @@ Imports: | |
rlist, | ||
BBmisc, | ||
qgraph | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Suggests: | ||
knitr, | ||
rmarkdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* Fix in Description with ORCID ID. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.