-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.56 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
Package: FinNet
Type: Package
Title: Quickly Build and Manipulate Financial Networks
Version: 0.2.2
Authors@R:
person('Fabio Ashtar', 'Telarico', email = 'Fabio-Ashtar.Telarico@fdv.uni-lj.si',
role = c('aut','cre'), comment = c(ORCID = '0000-0002-8740-7078'))
Maintainer: Fabio Ashtar Telarico <Fabio-Ashtar.Telarico@fdv.uni-lj.si>
Description: Providing classes, methods, and functions to deal with financial networks.
Users can easily store information about both physical and legal persons by using pre-made classes that are studied for integration with scraping packages such as 'rvest' and 'RSelenium'.
Moreover, the package assists in creating various types of financial networks depending on the type of relation between its units depending on the relation under scrutiny (ownership, board interlocks, etc.), the desired tie type (valued or binary), and renders them in the most common formats (adjacency matrix, incidence matrix, edge list, 'igraph', 'network').
There are also ad-hoc functions for the Fiedler value, global network efficiency, and cascade-failure analysis.
License: GPL (>= 3)
URL: https://fatelarico.github.io/FinNet.html
BugReports: https://github.com/FATelarico/FinNet/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Author: Fabio Ashtar Telarico [aut, cre]
(<https://orcid.org/0000-0002-8740-7078>)
Imports:
Matrix,
grDevices,
methods,
Rcpp
Suggests:
knitr,
igraph,
network,
markdown,
SPB,
yahoofinancer
LazyData: no
VignetteBuilder: knitr
LinkingTo:
Rcpp