An open API service indexing awesome lists of open source software.

https://github.com/feliciousx/sde-r-package

Assignment 1 for Software Deployment and Evolution R package
https://github.com/feliciousx/sde-r-package

Last synced: over 1 year ago
JSON representation

Assignment 1 for Software Deployment and Evolution R package

Awesome Lists containing this project

README

          

# SDE-R-Package
Assignment 1 for Software Deployment and Evolution R package

Contains just a simple fibonacci function fib(len)

fib() accepts 1 integer parameter to specify the length of the fibonacci sequence.