diff --git a/Read-and-delete-me b/Read-and-delete-me deleted file mode 100644 index dcaca43..0000000 --- a/Read-and-delete-me +++ /dev/null @@ -1,8 +0,0 @@ -* 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.