Skip to content

Commit 6b4731c

Browse files
committed
two more /usr/bin/env r conversions
1 parent 1cbb4c0 commit 6b4731c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* inst/examples/FastLM/fastLMviaGSL.r: Idem
66
* inst/examples/FastLM/lmArmadillo.R: Idem
77
* inst/examples/FastLM/lmGSL.R: Idem
8+
* inst/examples/FastLM/benchmark.r: Idem
9+
* inst/examples/ConvolveBenchmarks/exampleRCode.r: Idem
810

911
2016-02-27 Dirk Eddelbuettel <[email protected]>
1012

inst/examples/ConvolveBenchmarks/exampleRCode.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/r
1+
#!/usr/bin/env r
22

33
suppressMessages(require(Rcpp))
44
set.seed(42)

inst/examples/FastLM/benchmark.r

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/r -t
1+
#!/usr/bin/env r
22
#
33
# Comparison benchmark
44
#
@@ -22,6 +22,9 @@
2222
# You should have received a copy of the GNU General Public License
2323
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2424

25+
suppressMessages(library(RcppGSL))
26+
suppressMessages(library(RcppArmadillo))
27+
2528
source("lmArmadillo.R")
2629
source("lmGSL.R")
2730

0 commit comments

Comments
 (0)