Displaying 6 results from an estimated 6 matches for "psgp_init".
Did you mean:
ps_init
2018 Feb 23
2
Problem with R_registerRoutines
...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 extensions manual, but could not find anything that could help me with this problem.
I have had a look at the similar files in other packages (including one of my own, which works), and the initialization...
2018 Feb 23
2
Problem with R_registerRoutines
...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 extensions manual, but could not find anything that could help me with this problem.
> I have had a look at the similar files in other packages (including one of my own, which works), and the...
2018 Feb 23
0
Problem with R_registerRoutines
...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 extensions manual, but could not find anything that could help me with this problem.
> I have had a look at the similar files in other packages (including one of my own, which works), and the...
2018 Feb 23
0
Problem with R_registerRoutines
...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 extensions manual, but could not find anything that could help me with this problem.
>> I have had a look at the similar files in other packages (including one of my ow...
2018 Feb 27
0
Problem with R_registerRoutines
...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 extensions manual, but could not find anything that could help me with this problem.
>> I have had a look at the similar files in other packages (including one of my own...
2018 Feb 27
0
R-devel Digest, Vol 180, Issue 24
...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 extensions manual, but could not find anything that could help me with this problem.
>> I have had a look at the similar files in other packages (including one of my own...