Displaying 2 results from an estimated 2 matches for "c_keyring_macos_delet".
Did you mean:
c_keyring_macos_delete
2017 Mar 07
2
Platform dependent native routine registration
...ferent method table for each platform, then the .Call()
statements for the other platforms will generate R CMD check warnings,
both for the
"undefined" global functions and the registration "problems":
checking foreign function calls ... WARNING
Registration problems:
symbol ?c_keyring_macos_delete? not in namespace:
.Call(c_keyring_macos_delete, utf8(keyring), utf8(service), utf8(username))
symbol ?c_keyring_macos_get? not in namespace:
.Call(c_keyring_macos_get, utf8(keyring), utf8(service), utf8(username))
[...]
See chapter ?System and foreign language interfaces? in the ?Writin...
2017 Mar 07
0
Platform dependent native routine registration
...table for each platform, then the .Call()
| statements for the other platforms will generate R CMD check warnings,
| both for the
| "undefined" global functions and the registration "problems":
|
| checking foreign function calls ... WARNING
| Registration problems:
| symbol ?c_keyring_macos_delete? not in namespace:
| .Call(c_keyring_macos_delete, utf8(keyring), utf8(service), utf8(username))
| symbol ?c_keyring_macos_get? not in namespace:
| .Call(c_keyring_macos_get, utf8(keyring), utf8(service), utf8(username))
|
| [...]
|
| See chapter ?System and foreign language interfaces?...