The R Project SVN R

Rev

Rev 7357 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7357 Rev 7436
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
 
2
 
3
# ${R_HOME}/bin/check for checking installed add-on packages
3
# ${R_HOME}/bin/check for checking installed add-on packages
4
 
4
 
5
revision='$Revision: 1.11 $'
5
revision='$Revision: 1.12 $'
6
version=`set - ${revision}; echo ${2}`
6
version=`set - ${revision}; echo ${2}`
7
version="R package checker ${version}
7
version="R package checker ${version}
8
 
8
 
9
Copyright (C) 2000 R Development Core Team.
9
Copyright (C) 2000 R Development Core Team.
10
There is NO warranty.  You may redistribute this software under the
10
There is NO warranty.  You may redistribute this software under the
Line 24... Line 24...
24
 
24
 
25
If necessary for passing the checks, use the \`--vsize' and \`--nsize'
25
If necessary for passing the checks, use the \`--vsize' and \`--nsize'
26
options to increase R's memory (\`--vanilla' is used by default).
26
options to increase R's memory (\`--vanilla' is used by default).
27
 
27
 
28
Options:
28
Options:
29
  -c, --clean
29
  -c, --clean		remove created files
30
  -d, --debug		turn on shell debugging (set -x)
30
  -d, --debug		turn on shell debugging (set -x)
31
  -h, --help		print short help message and exit
31
  -h, --help		print short help message and exit
32
  -l, --library=LIB	use packages in library tree LIB
32
  -l, --library=LIB	use packages in library tree LIB
33
  --vsize=N		set R's vector heap size to N bytes
33
  --vsize=N		set R's vector heap size to N bytes
34
  --nsize=N		set R's number of cons cells to N
34
  --nsize=N		set R's number of cons cells to N