The R Project SVN R

Rev

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

Rev 37351 Rev 42314
Line 13... Line 13...
13
# This program is distributed in the hope that it will be useful, but
13
# This program is distributed in the hope that it will be useful, but
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the GNU
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the GNU
16
# General Public License for more details.
16
# General Public License for more details.
17
#
17
#
18
# A copy of the GNU General Public License is available via WWW at
18
# A copy of the GNU General Public License is available at
19
# http://www.gnu.org/copyleft/gpl.html.	 You can also obtain it by
19
# http://www.r-project.org/Licenses/
20
## writing to the Free Software Foundation, Inc., 51 Franklin Street,
-
 
21
## Fifth Floor, Boston, MA 02110-1301  USA.
-
 
22
 
20
 
23
# Send any bug reports to r-bugs@r-project.org.
21
# Send any bug reports to r-bugs@r-project.org.
24
 
22
 
25
use Getopt::Long;
23
use Getopt::Long;
26
use R::Utils;
24
use R::Utils;
27
 
25
 
28
my $revision = ' $Rev: 37351 $ ';
26
my $revision = ' $Rev: 42314 $ ';
29
my $version;
27
my $version;
30
my $name;
28
my $name;
31
 
29
 
32
$revision =~ / ([\d\.]*) /;
30
$revision =~ / ([\d\.]*) /;
33
$version = $1;
31
$version = $1;