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.
2 parents f5053a0 + 017fad8 commit 87cd640Copy full SHA for 87cd640
.ci/atime/tests.R
@@ -117,6 +117,11 @@ test.list <- atime::atime_test_list(
117
file.path("src", "init.c"),
118
paste0("R_init_", Package_regex),
119
paste0("R_init_", gsub("[.]", "_", new.Package_)))
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",
124
+ "R_\\1")
125
pkg_find_replace(
126
"NAMESPACE",
127
sprintf('useDynLib\\("?%s"?', Package_regex),
0 commit comments