The R Project SVN R

Rev

Rev 2195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2195 Rev 5458
Line 15... Line 15...
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 via WWW at
19
# http://www.gnu.org/copyleft/gpl.html.  You can also obtain it by
19
# http://www.gnu.org/copyleft/gpl.html.  You can also obtain it by
20
# writing to the Free Software Foundation, Inc., 675 Mass Ave,
20
# writing to the Free Software Foundation, Inc., 59 Temple Place,
21
# Cambridge, MA 02139, USA.
21
# Suite 330, Boston, MA  02111-1307  USA.
22
 
22
 
23
use File::Basename;
23
use File::Basename;
24
use Cwd;
24
use Cwd;
25
use Getopt::Long;
25
use Getopt::Long;
26
 
26