diff --git a/inst/doc/README_devel.txt b/inst/doc/README_devel.txt deleted file mode 100644 index d5c70a9..0000000 --- a/inst/doc/README_devel.txt +++ /dev/null @@ -1,10 +0,0 @@ -Naming conventions -================== -R/*.R R files (including .Rd comments) -src/*.c C files -man/*.Rd Automatically generated Rd. files, do not modify - -Rd api -====== -prebuild.sh call manually for generating all .Rd files from the .Rd comments in the R files with the help of -exec/make_rd.pl converts "#! lines" in R/*.R files into man/.Rd files, where is derived from the "#! \name{}" in the first line