Skip to content

Commit 42b41ce

Browse files
SilwoodSilwood
Silwood
authored and
Silwood
committedAug 7, 2023
fix dynlib
1 parent 5ba69df commit 42b41ce

15 files changed

+2
-27
lines changed
 

‎NAMESPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
useDynLib(rsplashtest, .registration=TRUE)
1+
useDynLib(rsplash, .registration=TRUE)
22
exportPattern("^[[:alpha:]]+")
33
import(Rcpp)
44
export(splash.point)

‎src/.vscode/c_cpp_properties.json

-20
This file was deleted.

‎src/.vscode/settings.json

-5
This file was deleted.

‎src/DATA.o

-321 KB
Binary file not shown.

‎src/EVAP.o

-31.9 KB
Binary file not shown.

‎src/Num.o

-2.1 MB
Binary file not shown.

‎src/RcppExports.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static const R_CallMethodDef CallEntries[] = {
1919
{NULL, NULL, 0}
2020
};
2121

22-
RcppExport void R_init_rsplashtest(DllInfo *dll) {
22+
RcppExport void R_init_rsplash(DllInfo *dll) {
2323
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
2424
R_useDynamicSymbols(dll, FALSE);
2525
}

‎src/RcppExports.o

-197 KB
Binary file not shown.

‎src/SOLAR.o

-107 KB
Binary file not shown.

‎src/SPLASH.o

-2.72 MB
Binary file not shown.

‎src/global.o

-4.01 KB
Binary file not shown.

‎src/rcpp_module.o

-2.42 MB
Binary file not shown.

‎src/rsplash.dll

-841 KB
Binary file not shown.

‎src/rsplashtest.dll

-1.42 MB
Binary file not shown.

‎src/stdVector.o

-2.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.