-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Janesh Devkota edited this page Feb 18, 2014
·
5 revisions
Welcome to the quicktoolsr wiki!
The package intends to serve the users of EFDC and other users to help process the data.
Foundations
Functional programming
Computing on the language
Advanced programming techniques
Performant code
- Profiling and benchmarking
- General performance tips and tricks
- High performance functions with Rcpp
- R's C interface
Objected oriented programming
- Philosophy
- Package basics
- The Package development cycle
- Package Quick Reference
- Documenting packages
- Documenting functions
- Testing
- Good code style
- Namespaces, to minimise conflict with other packages
- Source code control: git + github
- Ready for release
Foundations
Functional programming
Computing on the language
Advanced programming techniques
Performant code
- Profiling and benchmarking
- General performance tips and tricks
- High performance functions with Rcpp
- R's C interface
Objected oriented programming
- Philosophy
- Package basics
- The Package development cycle
- Package Quick Reference
- Documenting packages
- Documenting functions
- Testing
- Good code style
- Namespaces, to minimise conflict with other packages
- Source code control: git + github
- Ready for release