We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512ba9e commit 18f2470Copy full SHA for 18f2470
.ci/atime/tests.R
@@ -120,7 +120,7 @@ test.list <- atime::atime_test_list(
120
# allow compilation on new R versions where 'Calloc' is not defined
121
pkg_find_replace(
122
file.path("src", "*.c"),
123
- "\\b(Calloc|Free|Realloc)",
+ "\\b(Calloc|Free|Realloc)\\b",
124
"R_\\1")
125
126
"NAMESPACE",
0 commit comments