Skip to content

Commit 1bdf543

Browse files
authored
Merge pull request #71 from serkor1/add_R_wrapper
Added references to R wrapper
2 parents 85a156b + e96d44a commit 1bdf543

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hide:
1313

1414
* Candlestick patterns recognition
1515

16-
* Core written in [C/C++](api.md) with API also available for [Python](wrappers.md).
16+
* Core written in [C/C++](api.md) with API also available for [Python](wrappers.md) and [R](wrappers.md).
1717

1818
* Open-Source (BSD License). Can be freely integrated in your own open-source or commercial applications.
1919

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Instructions are for installing the C/C++ shared, static libraries and headers o
66

77
Latest release is [0.6.4 on Github](https://github.com/ta-lib/ta-lib/releases/latest)
88

9-
For python users, see instead [ta-lib-python](https://github.com/TA-Lib/ta-lib-python)
9+
For python and Rusers, see instead [ta-lib-python](https://github.com/TA-Lib/ta-lib-python) or [ta-lib-R](https://github.com/serkor1/ta-lib-R)
1010

1111
- [Windows](#windows)
1212
- [Executable Installer (recommended)](#executable-installer-recommended)

docs/wrappers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Not satisfied with the C/C++ version? Please check these alternative projects that wrap and enhance TA-Lib:
22

33
* [ta-lib-python](https://github.com/ta-lib/ta-lib-python)
4+
* [ta-lib-R](https://github.com/serkor1/ta-lib-R)
45
* [pandas-ta](https://github.com/twopirllc/pandas-ta)

0 commit comments

Comments
 (0)