File: README_devel.txt

package info (click to toggle)
r-cran-bit64 0.9-7-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 876 kB
  • sloc: ansic: 6,405; perl: 24; sh: 7; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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/<name>.Rd files, where <name> is derived from the "#! \name{<name>}" in the first line