Displaying 3 results from an estimated 3 matches for "akbertram".
Did you mean:
akbartrap
2010 May 25
0
R without dynamic libraries: anyone working on this?
...sDispatchOn" not in DLL for package "base"), but I was wondering
whether if anyone else is working on this, or if this is scheduled to be
phased out altogether.
Thanks for the info,
Alex
Alex Bertram
Partner
be*datadriven*
Email: alex@bedatadriven.com
Tel. +31(0)647205388
Skype: akbertram
[[alternative HTML version deleted]]
2019 Sep 30
5
Is missingness always passed on?
There's a StackOverflow question
https://stackoverflow.com/q/22024082/2554330 that references this text
from ?missing:
"Currently missing can only be used in the immediate body of the
function that defines the argument, not in the body of a nested function
or a local call. This may change in the future."
Someone pointed out (in https://stackoverflow.com/a/58169498/2554330)
2020 Sep 06
8
some questions about R internal SEXP types
Hello,
I am writing an R/Go interoperability tool[1] that work similarly to
Rcpp; the tool takes packages written in Go and performs the necessary
Go type analysis to wrap the Go code with C and R shims that allow the
Go code to then be called from R. The system is largely complete (with
the exception of having a clean approach to handling generalised
attributes in the easy case[2] - the less