The R Project SVN R

Rev

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

Rev 61191 Rev 68953
Line 1... Line 1...
1
#  File src/library/utils/tests/Sweave-tst.R
1
#  File src/library/utils/tests/Sweave-tst.R
2
#  Part of the R package, http://www.R-project.org
2
#  Part of the R package, https://www.R-project.org
3
#
3
#
4
#  This program is free software; you can redistribute it and/or modify
4
#  This program is free software; you can redistribute it and/or modify
5
#  it under the terms of the GNU General Public License as published by
5
#  it under the terms of the GNU General Public License as published by
6
#  the Free Software Foundation; either version 2 of the License, or
6
#  the Free Software Foundation; either version 2 of the License, or
7
#  (at your option) any later version.
7
#  (at your option) any later version.
Line 10... Line 10...
10
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
10
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
#  GNU General Public License for more details.
12
#  GNU General Public License for more details.
13
#
13
#
14
#  A copy of the GNU General Public License is available at
14
#  A copy of the GNU General Public License is available at
15
#  http://www.r-project.org/Licenses/
15
#  https://www.R-project.org/Licenses/
16
 
16
 
17
## Testing Sweave
17
## Testing Sweave
18
 
18
 
19
.proctime00 <- proc.time()
19
.proctime00 <- proc.time()
20
library(utils)
20
library(utils)