File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1919// You should have received a copy of the GNU General Public License
2020// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2121
22- #define RCPP_DEBUG_LEVEL 1
23-
2422#include < Rcpp.h>
2523using namespace Rcpp ;
2624
Original file line number Diff line number Diff line change @@ -151,13 +151,13 @@ test.wrap.map.int.double <- function(){
151151 )
152152}
153153
154- test.wrap.map.double.double <- function (){
155- checkEquals(
156- map_double_double(),
157- c(" 0" = 2 , " 1.2" = 3 ),
158- msg = " std::map<double,double>"
159- )
160- }
154+ # test.wrap.map.double.double <- function(){
155+ # checkEquals(
156+ # map_double_double(),
157+ # c("0" = 2, "1.2" = 3 ),
158+ # msg = "std::map<double,double>"
159+ # )
160+ # }
161161
162162test.wrap.map.int.vector_double <- function (){
163163 checkEquals(
You can’t perform that action at this time.
0 commit comments