From 00235aa313ddd6dfbd4b2c9b0057520753431b00 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Thu, 26 Sep 2024 08:15:59 -0700 Subject: [PATCH] nocov new internal_error --- src/dogroups.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dogroups.c b/src/dogroups.c index d6195ecd1..cc7554c3e 100644 --- a/src/dogroups.c +++ b/src/dogroups.c @@ -137,7 +137,7 @@ SEXP dogroups(SEXP dt, SEXP dtcols, SEXP groups, SEXP grpcols, SEXP jiscols, SEX // using <- in j (which is valid, useful and tested), they are repointed to the .SD cols for each group. SEXP names = PROTECT(getAttrib(SDall, R_NamesSymbol)); nprotect++; if (length(names) != length(SDall)) - internal_error(__func__, "length(names)!=length(SD)"); + internal_error(__func__, "length(names)!=length(SD)"); // # nocov SEXP *nameSyms = (SEXP *)R_alloc(length(names), sizeof(SEXP)); for(int i=0; i