search for: registerdynamicsymbol

Displaying 6 results from an estimated 6 matches for "registerdynamicsymbol".

2018 Feb 23
2
Problem with R_registerRoutines
...sable symbol search. I did already run: tools::package_native_routine_registration_skeleton(".") This gave me some code, including a function R_init_psgp, which includes calls to the functions above, and also the names of the C++ functions to be called from R. I first saved this code in registerDynamicSymbol.c and added .registration = TRUE to useDynLib in the NAMESPACE file. I still get the error above. As I saw that the file has different names in other packages, I have also tried to save it psgp_init.c, and in init.cpp, still with the same error message. I have read the relevant part of the R exten...
2018 Feb 23
2
Problem with R_registerRoutines
...t; > I did already run: > tools::package_native_routine_registration_skeleton(".") > This gave me some code, including a function R_init_psgp, which includes calls to the functions above, and also the names of the C++ functions to be called from R. > I first saved this code in registerDynamicSymbol.c and added .registration = TRUE to useDynLib in the NAMESPACE file. > I still get the error above. As I saw that the file has different names in other packages, I have also tried to save it psgp_init.c, and in init.cpp, still with the same error message. > > I have read the relevant part...
2018 Feb 23
0
Problem with R_registerRoutines
...t; > I did already run: > tools::package_native_routine_registration_skeleton(".") > This gave me some code, including a function R_init_psgp, which includes calls to the functions above, and also the names of the C++ functions to be called from R. > I first saved this code in registerDynamicSymbol.c and added .registration = TRUE to useDynLib in the NAMESPACE file. > I still get the error above. As I saw that the file has different names in other packages, I have also tried to save it psgp_init.c, and in init.cpp, still with the same error message. > > I have read the relevant part...
2018 Feb 23
0
Problem with R_registerRoutines
...n: >> tools::package_native_routine_registration_skeleton(".") >> This gave me some code, including a function R_init_psgp, which includes calls to the functions above, and also the names of the C++ functions to be called from R. >> I first saved this code in registerDynamicSymbol.c and added .registration = TRUE to useDynLib in the NAMESPACE file. >> I still get the error above. As I saw that the file has different names in other packages, I have also tried to save it psgp_init.c, and in init.cpp, still with the same error message. >> >> I hav...
2018 Feb 27
0
Problem with R_registerRoutines
...n: >> tools::package_native_routine_registration_skeleton(".") >> This gave me some code, including a function R_init_psgp, which includes calls to the functions above, and also the names of the C++ functions to be called from R. >> I first saved this code in registerDynamicSymbol.c and added .registration = TRUE to useDynLib in the NAMESPACE file. >> I still get the error above. As I saw that the file has different names in other packages, I have also tried to save it psgp_init.c, and in init.cpp, still with the same error message. >> >> I have...
2018 Feb 27
0
R-devel Digest, Vol 180, Issue 24
...n: >> tools::package_native_routine_registration_skeleton(".") >> This gave me some code, including a function R_init_psgp, which includes calls to the functions above, and also the names of the C++ functions to be called from R. >> I first saved this code in registerDynamicSymbol.c and added .registration = TRUE to useDynLib in the NAMESPACE file. >> I still get the error above. As I saw that the file has different names in other packages, I have also tried to save it psgp_init.c, and in init.cpp, still with the same error message. >> >> I have...