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
- Host: GitHub
- URL: https://github.com/feliciousx/sde-r-package
- Owner: FeliciousX
- License: mit
- Created: 2015-04-26T04:53:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T09:06:12.000Z (about 11 years ago)
- Last Synced: 2025-02-04T21:15:56.551Z (over 1 year ago)
- Language: R
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.