Displaying 4 results from an estimated 4 matches for "restrictrion".
Did you mean:
restriction
2012 Jun 02
1
[LLVMdev] LLVM/Clang SVN: 2 Questions
thanks a lot for all the answers, I didn't expect so much effort, that's
great!
Óscar Fuentes wrote:
>
> But he was actually building with cmake, which generates its own
> makefiles.
>
True.
Óscar Fuentes wrote:
>
> Either he invoked cmake on a separate build directory
> (correct) and then switched to the source directory for executing `make'
> (wrong)
2020 Sep 07
0
some questions about R internal SEXP types
...elf unable to do so.
I have not looked at all at ALTREP (though it looks like it would be
valuable given the goal of the project), but as above, I *can* return
the C NULL.
> Its also possible more methods will be added to the table in the
> future that would be problematic in light of that restrictrion.
>
> In particular, if ALTREP list/environment implementations were to
> ever be supported I would expect you to be dead in the water entirely
> in terms of building those as you'd find yourself entirely unable to
> implement the Basic Single-element getter machinery, I think....
2000 Sep 26
3
lm -- significance of x coefficient when I(x^2) is used
In "Modern Applied Statistics with S-Plus" 3rd ed., footnote on page 153
regarding a model lm(Gas~Insul/(Temp+I(Temp^2))-1,whiteside), I read
"Notice that when the quadratic terms are present, first degree
coefficients mean 'the slope of the curve at temperature zero', so a
non-significant value does not mean that the linear term is not
needed.
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