Skip to content

Commit

Permalink
Further acceleration of C calls
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Jan 4, 2021
1 parent 5f9820c commit 67d4f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.utils
Version: 1.19-0
Date: 2020-12-19
Version: 1.20-0
Date: 2021-01-04
Title: Utility Functions for 'spatstat'
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre"),
Expand Down
1 change: 1 addition & 0 deletions inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2018-10-31" "1.13-0" 30 169 0 3304 1944
"2020-11-14" "1.18-0" 31 171 0 3354 1965
"2020-12-19" "1.19-0" 32 170 0 3330 1965
"2021-01-04" "1.20-0" 32 170 0 3330 1966
1 change: 1 addition & 0 deletions src/init.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ void R_init_spatstat_utils(DllInfo *dll)
{
R_registerRoutines(dll, CEntries, CallEntries, NULL, NULL);
R_useDynamicSymbols(dll, FALSE);
R_forceSymbols(dll, TRUE);
}

0 comments on commit 67d4f4d

Please sign in to comment.