File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
9112016-02-27 Dirk Eddelbuettel <
[email protected] >
1012
Original file line number Diff line number Diff line change 1- # !/usr/bin/r
1+ # !/usr/bin/env r
22
33suppressMessages(require(Rcpp ))
44set.seed(42 )
Original file line number Diff line number Diff line change 1- # !/usr/bin/r -t
1+ # !/usr/bin/env r
22#
33# Comparison benchmark
44#
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+
2528source(" lmArmadillo.R" )
2629source(" lmGSL.R" )
2730
You can’t perform that action at this time.
0 commit comments