1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-06-10 02:02:11 +02:00
aVirtualTwins/Read-and-delete-me

9 lines
416 B
Plaintext
Raw Normal View History

2015-05-31 21:09:04 +02:00
* Edit the help file skeletons in 'man', possibly combining help files for multiple functions.
* Edit the exports in 'NAMESPACE', and add necessary imports.
* Put any C/C++/Fortran code in 'src'.
* If you have compiled code, add a useDynLib() directive to 'NAMESPACE'.
* 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.