Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/R

Collection of various algorithms implemented in R.
https://github.com/TheAlgorithms/R

Add Monte Carlo simulation, Markowitz portfolio optimization, and Kalman filter (#123)

a1aeafc84a375243befd6839621fa6a392e33ec1 authored 11 months ago
Remove outdated documentation by fixing documentation_workflow.yml (#121)

3ddddeec99dcffe5ae577747e6c831b2388178c1 authored 11 months ago
Add Gitpod (#119)

8381a8d6a06ae9d4f48cd69f8d3ab11607893772 authored about 1 year ago
Add topological sort (#117)

348c099e5b9d1a4245e8d33655af212b694af04d authored about 1 year ago
Add cocktail_sort.r (#114)

1c7e4a23522149e74bc45971f074849f451b496e authored over 1 year ago
Update directory.md (#112)

8beb87a6c3c0251083c63b1553d8de749d2feaf3 authored over 1 year ago
Add binary_search.r (fixes #107) (#108)

f5056677ece79ee39be8c14b3b20d5fa6a9a4ef9 authored over 1 year ago
Add linear_search.r (#106)

4f35b315fa16c10fe93246aa1385913e9f66ff84 authored over 1 year ago
Add pancake_sort (#101)

74b05246256de287702e5ea2385fc7c877bd24de authored over 1 year ago
Add shell_sort (#102)

bd0cb3348d3d1ea46e8aedd8bd2fb4dedab44848 authored over 1 year ago
Add wiggle sort (#97)

07a1c231cb5a2e1cdc9b2d6940d68598b3fc5e0f authored over 1 year ago
Add binary_insertion_sort.r (#95)

d73ef9dfc5a891af14b10ce7ee7b057938b051bb authored over 1 year ago
Add amicable number checker (#92)

bc04a424bdf93b96feb0a0a8c94f70c2205eb9ca authored over 1 year ago
Add perfect number checker (#91)

c9d1e38b650daf8a00960c36f00c7ff30fd76f08 authored over 1 year ago
Add Josephus problem (#90)

93aaf6004e18a152026f35b9728725c67eee0e1c authored over 1 year ago
feat: improve the GitHub Actions workflows (#88)

070717204e502792e2f03c53900885206f0e2350 authored over 1 year ago
fix: seed RNG in clustering algorithms (#89)

* Update k_means.r

* Update heirarchical_clustering.r

* Update kmeans_clustering.r

f77ffd34821ac5573cc56bac9333d7e5a687e875 authored over 1 year ago
Add Bisection Method (#86)

1b14de2e24e5c896a394563cd1ae9bfe15a92695 authored over 1 year ago
Update R installation workflow to v2 (#87)

b626530df8cd8bbc1a124dce8819b49d4b546ad0 authored over 1 year ago
Update copyright year.

1487347288580a6ee556936ae1f184d63a373691 authored almost 2 years ago
feat: improve the directory workflow (#84)

ca2fc95dda72cf2887aa7bf0f8e05d67e5e7981f authored about 2 years ago
Update Prime.R (#83)

0247147d6d83445c1f1b203a0e8a86d74b00b7a4 authored about 2 years ago
updating DIRECTORY.md

76aef92a43b5f80e61c2e18cef2dd5ad2754a0bb authored about 2 years ago
Add Find First N Fibonacci Numbers (#82)

c33f11b52ef0f1c02d0969ae97e1586d9bbec9bf authored about 2 years ago
Update documentation

f58b176e6d2e8ebed1db42f36cd8845718ab6c60 authored over 2 years ago
docs: remove algorithm list and link to `DIRECTORY.md` file (#81)

Co-authored-by: Sahil Afrid Farookhi <[email protected]>

040f999f0d04b60fd3220d54e3b783d8dc976e00 authored over 2 years ago
Update documentation

087f8ec380299fe0fbe81fd42ac1e52e6dd317aa authored over 2 years ago
Update documentation (#78)

Co-authored-by: Erez Shomron <[email protected]>

7e3bdd740609e9a173432444edd23d20683ec275 authored over 2 years ago
updating DIRECTORY.md

77ff3c17fcef24544c401dcece0a47d133ca7d8a authored almost 3 years ago
Implement Counting Sort (#75)

80e1081e96ab167938ecf248f225e7c9318c7580 authored almost 3 years ago
updating DIRECTORY.md

da8464878f2145b11f270c80fb2ff4bfd541e1c1 authored almost 3 years ago
Add Armstrong Number checker (#73)

844892b0e033ba908ab71fa981fc5df53e1d50b7 authored almost 3 years ago
updating DIRECTORY.md

75b7c77dcb3040aa5d9cb1c2c0b58c4db33e9979 authored almost 3 years ago
Add Hamming Distance (#72)

3dc083006e6f433cc8939926d14c77937f2460a3 authored almost 3 years ago
Update documentation

d3f75d4dffc16b9ac905e57d763f3708bec6a957 authored over 3 years ago
Add workflow to automatically generate documentation from source code (#64)

Co-authored-by: github-actions <[email protected]>
Co-authored-by: David Leal <halfpach...

35f553181027810ab4bc7a6655fb61167f0f78f8 authored over 3 years ago
Create CODEOWNERS

8459f8ef9dbc6030fd75d82dd65d6a77b4077c79 authored over 3 years ago
updating DIRECTORY.md

3741f385632ec6f7bcfd97aa506f0f8ca4eb33bf authored over 3 years ago
Add more algorithms (#62)

525dd0d2fc093dd97a8fa5e7666ac697e4027972 authored over 3 years ago
Make code idiomatic (#58)

6a2fd6f436d0cdf9dddaa42821e62b32d7c0ece2 authored over 3 years ago
Fixed broken links to sorting algorithms (#60)

fd8ef94676eb8e258035a70e6886bc3f0c6b7a25 authored over 3 years ago
Minor changes to remove tidyverse functionality and fix to Prime.R

d749b50fb3506d74b4c5248f658e13d1b26336c6 authored over 3 years ago
Generalized the script to generic datasets versus just for the diamonds data set, removed unnecessary tidyverse functionality

819f67fafaf9cba9c448b933c025a5ec7c1255c8 authored over 3 years ago
Did the 6k +- 1 optimization on prime number checking

1f081f4a814e9a66bfdf8a6638053c7036900e41 authored over 3 years ago
Modified Raw Linear Regression to use SVD, which is more numerically stable and popular practice these days

43c68327be8d3a276bd6b352920994a69dca94b6 authored over 3 years ago
Improved Factorial to use vectorization

9f99ed1146d26fa80d761c99c877af28b65110bb authored over 3 years ago
selection_sort.R: Avoid algorithm repetition.

1162b5f40d50f14fe4b27fb640bb9f07986bd0d1 authored over 3 years ago
updating DIRECTORY.md

508b44befcc0b032f15419e0e1f3a2a01fb62b7e authored over 3 years ago
Rename prime_check.R to Prime.R

32bee94d6e016bb5e3608bfa3d268500cadfd65e authored over 3 years ago
updating DIRECTORY.md

167bb50733a8922706bee26b2d32ca0d1be0d691 authored over 3 years ago
Merge branch 'master' of https://github.com/TheAlgorithms/R

8d88d6a505c0de242550140b02aea24334a5d94c authored over 3 years ago
Update to commit 66bcf33ae4b91115463003538c3dcee6d416317a: Revised directory names, following the same convention (title/proper case, with a hyphen in between words)

23a8659196c514325132bf1314300c15690381e3 authored over 3 years ago
updating DIRECTORY.md

5b95b26424869e4f016da5f94229782af4c081c4 authored over 3 years ago
Revised directory names, following the same convention (title/proper case, with a hyphen in between words)

66bcf33ae4b91115463003538c3dcee6d416317a authored over 3 years ago
Update apriori.R

85a644011ced037f9ddd9e90a3af2e32a66dcf0e authored over 3 years ago
updating DIRECTORY.md

f430547dff46c1cb512fa44e4bff5ce1ad29eb2f authored over 3 years ago
Create Factorial.R

9cca0af9c8c679cc519e154df074f3f6f4a5204f authored over 3 years ago
updating DIRECTORY.md

fb8f46def609a78f31e5ca608e309fc80efbcc6f authored almost 4 years ago
Create Fibonacci.R

1a28c08a60d81caecd14e00b71626db520ab38b0 authored almost 4 years ago
Update LICENSE

c63cc28af3c8fd2575e25ad24e053a896fd00fa2 authored almost 4 years ago
updating DIRECTORY.md

57f345c3ff7c641d0f59d68f0f0d92866ece686d authored almost 4 years ago
Create prime_check.R

97070151e3addf88296adcebd9292ee659eb68df authored almost 4 years ago
updating DIRECTORY.md

dfa0c8c9d4698560c041dc3a587112fc65b568c3 authored almost 4 years ago
Rename Quick sort.R to quick_sort.R

1ac2919c136ea65a0fedc2af7b9f4c8875cea0a3 authored almost 4 years ago
updating DIRECTORY.md

cab19ae93a1b02220ee74b2bd150b1db7707e6fd authored almost 4 years ago
Rename Insertion sort.R to insertion_sort.R

fb082c2ae74357739175c50bb60df8a96c0018c2 authored almost 4 years ago
updating DIRECTORY.md

98f34508a0cd1baff93d58335bfa682efdba613b authored almost 4 years ago
Rename Comb sort.R to comb_sort.R

35c03aaf36203d493b28dbd216087fbb02aac241 authored almost 4 years ago
updating DIRECTORY.md

aaf5a1d8dccc75a1c36b4121745c098a851d4eda authored almost 4 years ago
Rename Selection sort.R to selection_sort.R

c25c24d61dff0ca07da3d5972506d10e8bc4fdb4 authored almost 4 years ago
updating DIRECTORY.md

151b259d01c42728fbce5ca22ca6e137d4307ad1 authored almost 4 years ago
Rename Stooge sort.R to stooge_sort.R

413a88087bad490c206fe9fd05ed337b2932a866 authored almost 4 years ago
updating DIRECTORY.md

a00850ab083d716757ba112f2998938acf9de15b authored almost 4 years ago
Rename Radix sort.R to radix_sort.R

26f8f96d22af3a9db09325702c5a3326492b46c2 authored almost 4 years ago
updating DIRECTORY.md

938df7d429e68604c106c8d5e5c4f182de59be55 authored almost 4 years ago
Rename Merge sort.R to merge_sort.R

3acb61a6091d970b49124d486a923c90e5fccd62 authored almost 4 years ago
updating DIRECTORY.md

70162057f737426dfcd36e678854241326285373 authored almost 4 years ago
Rename Heap sort.R to heap_sort.R

fb7f1222cb8d8d0e9e402f2fab911a5c9269ccea authored almost 4 years ago
updating DIRECTORY.md

88baf6c63832a33607f2c4b3d281eccb9cbae568 authored almost 4 years ago
Rename Bubble sort.R to bubble_sort.R

101332c01cf9f5fba5a4245f41b214c22f222844 authored almost 4 years ago
Update README.md

5448b4943a1c636386ebd07385a755130b3d0318 authored almost 4 years ago
updating DIRECTORY.md

7f775b541d65494d581209d9d30d20250b0cc852 authored almost 4 years ago
Rename Random Forest.R to random_forest.R

2147e08aae3b4f9b1c95415a720111d27bb180bc authored almost 4 years ago
updating DIRECTORY.md

423d4b89b1e6e3c42c8acd524dcd60a683cf3fb6 authored almost 4 years ago
Rename Naive Bayes.R to naive_bayes.R

31dde6f245e42afca6ebeeb1be801e94a3613b4c authored almost 4 years ago
updating DIRECTORY.md

4c0bcdc0c1092d2595680b7f44c3b670da7d907e authored almost 4 years ago
Rename Gradient Boosting Algorithms.R to gradient_boosting_algorithms.R

10fd58228b34c4d70acb5bccf39a77f60841c12e authored almost 4 years ago
updating DIRECTORY.md

cee526a57d0b01a8171f40b12d566afa2d956bdf authored almost 4 years ago
Rename Decision Tree.R to decision_tree.R

f62b9f83a239591b1df83e374c50787cefede0dc authored almost 4 years ago
Update README.md

25040b83ca6c006ca47f285f6fcf713d6702faf6 authored almost 4 years ago
updating DIRECTORY.md

f20efc72f2d0c5ef5c21d95a48b9a4415409a72e authored almost 4 years ago
Rename Linear Regression.R to linear_regression.R

497f2b826ac378380d8a04bc2d68581b744b56e5 authored almost 4 years ago
updating DIRECTORY.md

3d8758b86adbe06b71342b5807fc00419641ddf8 authored almost 4 years ago
Rename Multiple Linear Regression.R to multiple_linear_regression.R

877c077c02c489915f415ae58795743a2f5fbce4 authored almost 4 years ago
updating DIRECTORY.md

062bd78921c89eb68a50ae1a8e4c99cf6d547ee5 authored almost 4 years ago
Rename Logistic Regression.R to logistic_regression2.R

9c6576b80299a70a1767904c47fc95acd6991ddc authored almost 4 years ago
updating DIRECTORY.md

84af5b0660941280c5d1c964f8579aecd536f395 authored almost 4 years ago
Create logistic_regression.R

ec22317d2e440096016cadd57cd94d106aee5e4b authored almost 4 years ago
updating DIRECTORY.md

a56155742ef5314fe0ad38f4bce6778658a0a6c8 authored almost 4 years ago
Delete Logistic Regression.R

a7d01ff994fa3735bcfdc8341946c2e1cb2eb077 authored almost 4 years ago