File tree 2 files changed +7
-3
lines changed
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
+
1
6
2025-03-27 Dirk Eddelbuettel <
[email protected] >
2
7
3
8
* DESCRIPTION (Version, Date): RcppArmadillo 14.4.1-1
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/r -t
2
2
# #
3
- # # Copyright (C) 2014 - 2022 Dirk Eddelbuettel
3
+ # # Copyright (C) 2014 - 2025 Dirk Eddelbuettel
4
4
# #
5
5
# # This file is part of RcppArmadillo.
6
6
# #
@@ -26,8 +26,7 @@ library(RcppArmadillo)
26
26
Rcpp :: sourceCpp(" cpp/sparse.cpp" )
27
27
28
28
# # 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
31
30
# # cf http://people.sc.fsu.edu/~jburkardt/data/st/st.html
32
31
mtxt <- c(" 11 0 0 14 0 16" ,
33
32
" 0 22 0 0 25 26" ,
You can’t perform that action at this time.
0 commit comments