-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 2.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: biblionetwork
Title: Create Different Types of Bibliometric Networks
Version: 0.1.1
Date: 2023-02-25
Authors@R: c(
person(given = "Aurélien",
family = "Goutsmedt",
role = c("cre","aut"),
email = "agoutsmedt@hotmail.fr",
comment = c(ORCID = "0000-0002-3788-7237")),
person(given = "François",
family = "Claveau",
role = c("aut"),
email = "françois.claveau@usherbrooke.ca",
comment = c(ORCID = "0000-0001-7129-7794")),
person(given = "Alexandre",
family = "Truc",
role = c("aut"),
email = "alexandre.truc77@gmail.com",
comment = c(ORCID = "0000-0002-1328-7819")))
Maintainer: Aurélien Goutsmedt <agoutsmedt@hotmail.fr>
Description: Functions to find edges for bibliometric networks like bibliographic coupling network, co-citation network and co-authorship network. The weights of network edges can be calculated according to different methods, depending on the type of networks, the type of nodes, and what you want to analyse. These functions are optimized to be be used on large dataset. The package contains functions inspired by: Leydesdorff, Loet and Park, Han Woo (2017) <doi:10.1016/j.joi.2016.11.007>; Perianes-Rodriguez, Antonio, Ludo Waltman, and Nees Jan Van Eck (2016) <doi:10.1016/j.joi.2016.10.006>; Sen, Subir K. and Shymal K. Gan (1983) <http://nopr.niscair.res.in/handle/123456789/28008>; Shen, Si, Zhu, Danhao, Rousseau, Ronald, Su, Xinning and Wang, Dongbo (2019) <doi:10.1016/j.joi.2019.01.012>; Zhao, Dangzhi and Strotmann, Andreas (2008) <doi:10.1002/meet.2008.1450450292>.
URL: https://github.com/agoutsmedt/biblionetwork, https://agoutsmedt.github.io/biblionetwork/
BugReports: https://github.com/agoutsmedt/biblionetwork/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
data.table,
lifecycle,
Rdpack (>= 0.7)
Depends:
R (>= 2.10)
RdMacros:
Rdpack
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr