Re: [Rd] ALTREP wrappers and factors

2019-07-18 Thread Gabriel Becker
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

Re: [Rd] ALTREP wrappers and factors

2019-07-18 Thread King Jiefei
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. >

Re: [Rd] Addition of a meta viewport tag to HTML manuals

2019-07-18 Thread Bob Rudis
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,

[Rd] ALTREP wrappers and factors

2019-07-18 Thread Bemis, Kylie
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

[Rd] MKL with latest Rs

2019-07-18 Thread Robert B. Gramacy
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