search for: brodieg

Displaying 7 results from an estimated 7 matches for "brodieg".

Did you mean: brodie
2018 Oct 03
1
grDevices::convertColor and colorRamp(space='Lab') Performance Improvements
...patches to preserve existing behavior in these cases if that is considered desirable. These patches should be coordinated with #17473 [7], which I found while working on this issue. ----------------------------------------------- 'level-1' patch: [1]: https://raw.githubusercontent.com/brodieG/grDevices2/level-2/extra/level-1.txt 'level-2' patch: [2]: https://raw.githubusercontent.com/brodieG/grDevices2/level-2/extra/level-2.txt Tests on github, and the result of running them: [3]: https://github.com/brodieG/grDevices2/blob/level-2/tests/convertColor.R [4]: https://raw.github...
2015 Oct 30
0
match.call enhancements in 3.2.2
...));?? // <-- HERE >??? ??? else >??? ??? ??? SETCAR(b, t); >??? } The `installDDVAL(i)` generates the `..X` symbols.? I'm sure there is a very good reason why this is done, but then it does lead to the issues above. Am I just doing something wrong? My workaround (https://github.com/brodieG/matchcall) addresses both the `..X` issue as well as the environment issue, but I'd prefer to deprecate it in favor of a base R solution if possible. B. [[alternative HTML version deleted]]
2018 Sep 04
0
How do I prevent macOS from attempting to build my package?
...f (unless I do silly code acrobatics by #ifdef'ing all real code away). So here is my question: Can we we please refine OS_type: unix a little more, and/or maybe allow other blacklists in the package upload? Thoughts or comments most welcome. Thanks, Dirk [1] https://gist.github.com/brodieG/e60c94d4036f45018530ea504258bcf3#file-cran-check-r -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2018 Apr 02
0
New Package fansi: ANSI Control Sequence Aware String Functions
...g base functions.? There are versions of some of the functions with additional functionality.? For example, `substr2_ctl` supports character-width (as opposed to character-count) based substrings. fansi is dependency-less. Feedback is welcome either by e-mail or via github (<https://github.com/brodieG/fansi>). Brodie. [1] <https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters>. _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2017 Jul 26
0
[R-pkgs] New Package vetr: Enforce Structural Requirements for S3 Objects
...ance is comparable to `stopifnot` for simple checks, and is faster for complex (template based) ones.? There is a mode that further streamlines parameter vetting in functions. The package is still under development, but the features should be mostly stable.? Feedback welcome <https://github.com/brodieG/vetr>. Best regards, Brodie [[alternative HTML version deleted]]
2018 Apr 02
0
New Package fansi: ANSI Control Sequence Aware String Functions
...g base functions.? There are versions of some of the functions with additional functionality.? For example, `substr2_ctl` supports character-width (as opposed to character-count) based substrings. fansi is dependency-less. Feedback is welcome either by e-mail or via github (<https://github.com/brodieG/fansi>). Brodie. [1] <https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters>. _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2019 Jul 12
3
strange increase in the reference number
Hi, I just found a strange increase in the reference number and I'm wondering if there is any reason for it, here is the code. > a=c(1,2,3) > .Internal(inspect(a)) @0x000000001bf0b9b0 14 REALSXP g0c3 [NAM(1)] (len=3, tl=0) 1,2,3 > is.vector(a) [1] TRUE > .Internal(inspect(a)) @0x000000001bf0b9b0 14 REALSXP g0c3 [NAM(7)] (len=3, tl=0) 1,2,3 The variable *a* initially has one