-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (31 loc) · 788 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
32 lines (31 loc) · 788 Bytes
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
Package: finstr
Type: Package
Title: Financial Statements in R
Version: 0.1.2.9000
Date: 2017-02-13
Author: Darko Bergant
Maintainer: Darko Bergant <darko.bergant@gmail.com>
URL: https://github.com/bergant/finstr
Description: Data structures and functions for manipulating financial
statements. Using parsed XBRL data and validating statement consistency.
Merging statements from different periods or different statement types.
Calculating custom financial ratios and creating custom statements
by aggregating financial categories.
Depends:
R (>= 2.10)
License: GPL-2
Imports:
magrittr,
dplyr,
tidyr,
XBRL,
lazyeval
Suggests:
testthat,
knitr,
ggplot2,
scales,
htmlTable
VignetteBuilder: knitr
RoxygenNote: 5.0.1
LazyData: true