https://github.com/antononcube/r-packages
Miscellaneous R packages. Some correspond to the packages in MathematicaForPrediction.
https://github.com/antononcube/r-packages
Last synced: over 1 year ago
JSON representation
Miscellaneous R packages. Some correspond to the packages in MathematicaForPrediction.
- Host: GitHub
- URL: https://github.com/antononcube/r-packages
- Owner: antononcube
- License: gpl-3.0
- Created: 2019-01-28T20:40:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T04:05:51.000Z (over 1 year ago)
- Last Synced: 2025-02-08T04:24:56.214Z (over 1 year ago)
- Language: HTML
- Size: 20.2 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R-packages
Miscellaneous R packages. Most correspond to the packages in
[MathematicaForPrediction](https://github.com/antononcube/MathematicaForPrediction).
## Monadic programming style
Most of the packages provide monadic style pipelines.
For more details see the explanations in the
[MathematicaForPrediction](https://github.com/antononcube/MathematicaForPrediction)
directory
[Monadic Programming](https://github.com/antononcube/MathematicaForPrediction/tree/master/MonadicProgramming).
## On package licensing
Some loosely adhered to rules for the package licenses in this repository follow.
- The "computer science" packages have BSD-3 or LGPL-3 licenses.
- For example, the monad code generation package
[StateMonadCodeGenerator](https://github.com/antononcube/R-packages/tree/master/StateMonadCodeGenerator).
- The more "academic" packages have GPL-3 licenses.
- In general the simple packages have BSD-3 or LGPL-3 licenses.
- For example, the package [OutlierIdentifiers](https://github.com/antononcube/R-packages/tree/master/OutlierIdentifiers)
is very simple. (Hence with BSD-3.)
- The package license is based on the license(s) of the most important package(s) it builds upon.
- For example, if a package from this repository is based on one package,
and the latter is with MIT license,
then the package from this repository is also with MIT license.
- If a package is with a GPL-3 license that is because:
- At least one of the underlying important packages is with GPL-3
- The original version of the package was published with GPL-3
- GPL-3 is the default and preferred license