-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 975 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 975 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
32
33
Package: mobstr
Type: Package
Title: A collection of R functions for options trading analysis
Version: 0.1.0
Authors@R: c(
person("Jason", "Taylor", , "jason@themechanicalbear.com", c("aut", "cre"))
)
Maintainer: The package maintainer <jason@themechanicalbear.com>
Description: mobstr (Mechanical Options Backtesting Strategies w/ Tidy R)
Collection of R functions for backtesting options trading strategies including short put, short vertical,
iron condor, and others. With functions to calculate portfolio details like margin in use, concurrent positions
earnings trades, contango, and modules for shiny.
BugReports: https://github.com/themechanicalbear/mobstr/issues
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.2)
Imports:
dplyr,
DBI,
odbc,
here,
RJDBC,
aws.s3,
lubridate,
purrr,
rlang,
knitr,
data.table,
readr
VignetteBuilder: knitr
Suggests:
RoxygenNote: 6.1.1