Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ww92030-storage/rho
R Programs and Tidbits
https://github.com/ww92030-storage/rho
algorithms data-structures data-structures-and-algorithms r
Last synced: 8 days ago
JSON representation
R Programs and Tidbits
- Host: GitHub
- URL: https://github.com/ww92030-storage/rho
- Owner: WW92030-STORAGE
- License: agpl-3.0
- Created: 2021-12-02T23:55:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T20:54:00.000Z (about 1 year ago)
- Last Synced: 2024-11-20T16:03:56.349Z (2 months ago)
- Topics: algorithms, data-structures, data-structures-and-algorithms, r
- Language: R
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RHO
R Programs and Tidbits for various purposes, some of which you would probably not expect to be executed in R.
NOTE I - These programs are not standalone ... If you cannot find something then please search the other documents.
NOTE II - All programs (docs) run in Base R unless the document contains a library() statement, in which you must library.
NOTE III - These R codes are original (unless stated in a document), however some (most) are transcribed from common implementations of algorithms written in other languages.