Re: [Rd] standard naming for components of R data structures

2020-01-06 Thread Duncan Murdoch
On 06/01/2020 5:19 p.m., neonira Arinoem wrote: @steve Seek for online document named "writing R extensions" chapter 2. It tells You hardly need to look for it online: it is included with every copy of R. Just run help.start() in R (or look in the menus for the GUI versions). Duncan Murd

Re: [Rd] standard naming for components of R data structures

2020-01-06 Thread neonira Arinoem
@steve Seek for online document named "writing R extensions" chapter 2. It tells how to describe a list structure using item markup for R documentation files, if indeed this matches your search, thing I am not sure. Something that looks like... value{ The \\code{list} owns following names \\item{

Re: [Rd] standard naming for components of R data structures

2020-01-06 Thread Abby Spurdle
Do you just need something on pen and paper? (In which case, I don't see why it needs to be "standard"). Or do you need something that can be used with bison/yacc/cup/etc to produce a parser? On a side note, I would say that the R Language Definition is the "standard" way. But I do recognize that

Re: [Rd] Downsized R configuration for flat deployment

2020-01-06 Thread Daniele Medri
Il giorno sab, 21/12/2019 alle 14.45 +, Gábor Csárdi ha scritto: > FWIW this recent project of mine has somewhat similar goals: > https://github.com/r-hub/r-minimal Thank you Gàbor. FWIW, I wrote a bash prototype for my needs with some features: https://github.com/dmedri/roaster HTH Regards

[Rd] standard naming for components of R data structures

2020-01-06 Thread Steve Dutky
I need to write some documentation: I'm looking for a standard, consistent way of referring to the components and attributes of R data structures. Googling and Stackoverflow yield a variety of github sites that do not seem to be particularly authoritative. I was hoping to find a BNF/ABNF gramm

[Rd] Providing R binaries compiled against a multithreaded BLAS like Intel MKL by default?

2020-01-06 Thread Tom Wenseleers
Dear all, Given that the Intel MKL multithreaded BLAS is now free (https://software.intel.com/en-us/mkl/choose-download, released under the very permissive Intel Simplified Software License, https://software.intel.com/en-us/license/intel-simplified-software-license) and that this BLAS comes ou