We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569eaf4 commit 08aed90Copy full SHA for 08aed90
README.md
@@ -1,2 +1,9 @@
1
# BlackScholes-R
2
Black-Scholes and Bachelier option price and implied volatility functions in R
3
+
4
+## Installation
5
+Install `devtools` package in run
6
+```R
7
+library(devtools)
8
+install_github("PyFE/BlackScholes-R", subdir="pakage")
9
+```
0 commit comments