File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2016-02-23 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * inst/examples/OpenMP/OpenMPandInline.r: Switched to '/usr/bin/env r'
4+ * inst/examples/RcppInline/RcppSimpleExample.r: Idem
5+ * inst/examples/RcppInline/RObject.r: Idem
6+ * inst/examples/RcppInline/UncaughtExceptions.r: Idem
7+
182016-02-21 Dirk Eddelbuettel <edd@debian.org>
29
310 * inst/examples/functionCallback/newApiExample.r (vecfunc): Switched to
Original file line number Diff line number Diff line change 1- # !/usr/bin/r
1+ # !/usr/bin/env r
22
33library(inline )
44library(rbenchmark )
Original file line number Diff line number Diff line change 1- # !/usr/bin/r -t
1+ # !/usr/bin/env r
22#
33# Copyright (C) 2009 - 2010 Dirk Eddelbuettel and Romain Francois
44#
Original file line number Diff line number Diff line change 1- # !/usr/bin/r
1+ # !/usr/bin/env r
22
33
44suppressMessages(library(Rcpp ))
Original file line number Diff line number Diff line change 1- # !/usr/bin/r -t
1+ # !/usr/bin/env r
22#
33# Copyright (C) 2009 - 2010 Romain Francois and Dirk Eddelbuettel
44#
You can’t perform that action at this time.
0 commit comments