0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
bit64
/
exec
/
[
Home
]
File: prebuild.sh
#!/bin/sh # Produce the Rd-files for the documentation from the R source files # # Prerequisites: # - Perl # - R_HOME must be set to the directory where R is installed echo "#### starting prebuild.sh" cd .. mkdir -p man cd man find ../R -name '*.[rR]' -exec cat \{\} \; | perl ../exec/make_rd.pl cd ../exec echo "#### prebuild.sh completed!"