Hi Jiefei and Kylie,
Great to see people engaging with the ALTREP framework and identifying
places we may need more tooling. Comments inline.
On Thu, Jul 18, 2019 at 12:22 PM King Jiefei wrote:
>
> If that is the case and you are 100% sure the reference number should be 1
> for your variable *y
Hi Kylie,
For your question, I don't think a wrapper can completely solve your
problem. The duplication occurs since your variable y has more than 1
reference number( Please see highlighted), so even you have a wrapper, any
changes on the value of the wrapper still can trigger the duplication.
>
Thanks for both the support & sage advice, Martin!
And, aye, tis straightforward to convert the perl one-liner to a
shell/sed idiom.
A kind soul from the list has also offered to walk me through the
"provide a patch" process and I'll do my best to get it right on Par 1
:-)
-Bob
On Mon, Jul 15,
Hello,
I’m experimenting with ALTREP and was wondering if there is a preferred way to
create an ALTREP wrapper vector without using .Internal(wrap_meta(…)), which R
CMD check doesn’t like since it uses an .Internal() function.
I was trying to create a factor that used an ALTREP integer, but att
Dear R-devel team,
I've encountered problems with recent Rs (>= 3.5.3) and MKL. I've followed
Dirk's (http://dirk.eddelbuettel.com/blog/2018/04/15/) and Intel's (
https://software.intel.com/en-us/articles/quick-linking-intel-mkl-blas-lapack-to-r)
instructions and many versions of MKL. All works