File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ 2025-04-14 Dirk Eddelbuettel <
[email protected] >
2+
3+ * inst/tinytest/test_sparse.R: Remove a redundant duplicate require
4+ statement in unit test file
5+
162025-03-27 Dirk Eddelbuettel <
[email protected] >
27
38 * DESCRIPTION (Version, Date): RcppArmadillo 14.4.1-1
Original file line number Diff line number Diff line change 11# !/usr/bin/r -t
22# #
3- # # Copyright (C) 2014 - 2022 Dirk Eddelbuettel
3+ # # Copyright (C) 2014 - 2025 Dirk Eddelbuettel
44# #
55# # This file is part of RcppArmadillo.
66# #
@@ -26,8 +26,7 @@ library(RcppArmadillo)
2626Rcpp :: sourceCpp(" cpp/sparse.cpp" )
2727
2828# # setting up an example matrix -- using the fact that the as<sp_mat>
29- # # converter prefers sparse matrix objects create by the Matrix package
30- suppressMessages(require(Matrix ))
29+ # # converter prefers sparse matrix objects created by the Matrix package
3130# # cf http://people.sc.fsu.edu/~jburkardt/data/st/st.html
3231mtxt <- c(" 11 0 0 14 0 16" ,
3332 " 0 22 0 0 25 26" ,
You can’t perform that action at this time.
0 commit comments