joshuaulrich / TTR

Technical analysis and other functions to construct technical trading rules with R
GNU General Public License v2.0
326 stars 102 forks source link

Migrate all Fortran functions to C #77

Closed joshuaulrich closed 5 years ago

joshuaulrich commented 5 years ago

The .Fortran() interface always duplicates its arguments, which is inefficient. And the .Call() interface has been preferred for some time now. Fortran code also causes headaches on macOS.