Skip to content

Commit 67d4f4d

Browse files
committed
Further acceleration of C calls
1 parent 5f9820c commit 67d4f4d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatstat.utils
2-
Version: 1.19-0
3-
Date: 2020-12-19
2+
Version: 1.20-0
3+
Date: 2021-01-04
44
Title: Utility Functions for 'spatstat'
55
Authors@R: c(person("Adrian", "Baddeley",
66
role = c("aut", "cre"),

inst/doc/packagesizes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
1414
"2018-10-31" "1.13-0" 30 169 0 3304 1944
1515
"2020-11-14" "1.18-0" 31 171 0 3354 1965
1616
"2020-12-19" "1.19-0" 32 170 0 3330 1965
17+
"2021-01-04" "1.20-0" 32 170 0 3330 1966

src/init.c

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ void R_init_spatstat_utils(DllInfo *dll)
4545
{
4646
R_registerRoutines(dll, CEntries, CallEntries, NULL, NULL);
4747
R_useDynamicSymbols(dll, FALSE);
48+
R_forceSymbols(dll, TRUE);
4849
}

0 commit comments

Comments
 (0)