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
@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{
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
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
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
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