https://github.com/cran/dtw
Raw File
Tip revision: 47b430f6e116f153b5f406d88ce26f868027a447 authored by Toni Giorgino on 30 November 2007, 00:00:00 UTC
version 1.0-2
Tip revision: 47b430f
Read-and-delete-me
* Edit the help file skeletons in 'man', possibly combining help files
  for multiple functions.
* Put any C/C++/Fortran code in 'src'.
* If you have compiled code, add a .First.lib() function in 'R' to load
  the shared library.
* Run R CMD build to build the package tarball.
* Run R CMD check to check the package tarball.

Read "Writing R Extensions" for more information.
back to top