{"id":16778136,"url":"https://github.com/deeplook/fibonaccipackage","last_synced_at":"2025-07-08T06:06:57.672Z","repository":{"id":248125120,"uuid":"827830899","full_name":"deeplook/fibonacciPackage","owner":"deeplook","description":"Example R package to calculate Fibonacci numbers.","archived":false,"fork":false,"pushed_at":"2024-09-03T22:18:39.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T19:25:50.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deeplook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-12T13:20:19.000Z","updated_at":"2024-09-03T22:18:42.000Z","dependencies_parsed_at":"2024-11-22T21:57:57.493Z","dependency_job_id":null,"html_url":"https://github.com/deeplook/fibonacciPackage","commit_stats":null,"previous_names":["deeplook/fibonaccipackage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deeplook/fibonacciPackage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2FfibonacciPackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2FfibonacciPackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2FfibonacciPackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2FfibonacciPackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeplook","download_url":"https://codeload.github.com/deeplook/fibonacciPackage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2FfibonacciPackage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264207128,"owners_count":23572735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T07:26:59.272Z","updated_at":"2025-07-08T06:06:57.649Z","avatar_url":"https://github.com/deeplook.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fibonacciPackage\n\n## Description\n\nfibonacciPackage is an R package that provides a function to calculate\nthe first N Fibonacci numbers.\n\n## Installation\n\nFirst, install the `devtools` package, if you don't have it already:\n\n```R\n$ R\n\u003e install.packages(\"devtools\")\n```\n\n### From GitHub\n\nYou can install the development version of fibonacciPackage directly\nfrom GitHub using the `devtools` package:\n\n```R\n$ R\n\u003e library(\"devtools\")\n\u003e devtools::install_github(\"deeplook/fibonacciPackage\")\n```\n\n### From local folder\n\nAlternatively, you can clone the git repository or download a zip\narchive of it:\n\n```console\n$ git clone https://github.com/deeplook/fibonacciPackage.git\n```\nNow without changing the folder, run R and install the package inside\nthe folder:\n\n```R\n$ R\n\u003e library(\"devtools\")\n\u003e devtools::install(\"fibonacciPackage\")  # This is the package folder name\n```\n\n## Usage\n\nProgrammatic usage:\n\n```R\n$ R\n\u003e library(fibonacciPackage)\n\u003e fibonacci_sequence(10)\n[1] 1 1 2 3 5 8 13 21 34 55\n```\n\nCommand-line interface:\n\n```console\n$ Rscript inst/scripts/fibonacci_cli.R 10\n [1]  1  1  2  3  5  8 13 21 34 55\n\n$ Rscript inst/scripts/fibonacci_cli.R --version\n0.1.0\n```\n\n## Testing\n\n```console\n$ Rscript fibonacciPackage/tests/testthat/test_fibonacci.R\nTest passed 🌈\nTest passed 😀\n```\n\n## Uninstallation\n\n```R\n$ R\n\u003e remove.packages(\"fibonacciPackage\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeplook%2Ffibonaccipackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeplook%2Ffibonaccipackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeplook%2Ffibonaccipackage/lists"}