> "Lluís" ==writes:
Lluís> Dear all,
Lluís> I am facing a strange problem with text files formats.
Lluís> I am currently using a C++ code named voro++
(http://math.lbl.gov/voro++/). This code accepts text files with four columns:
Lluís>
Lluís> where id is an ide
Are there technical reasons that package names cannot be snake case?
This seems to be enforced by `.standard_regexps()$valid_package_name`
which currently returns
"[[:alpha:]][[:alnum:].]*[[:alnum:]]"
Is there any technical reason this couldn't be altered to accept `_`
as well, e.g.
"[[:alp
On 08/08/2019 10:31 a.m., Jim Hester wrote:
Are there technical reasons that package names cannot be snake case?
This seems to be enforced by `.standard_regexps()$valid_package_name`
which currently returns
"[[:alpha:]][[:alnum:].]*[[:alnum:]]"
Is there any technical reason this couldn't be
Lluís,
You sent a 8+ mb file to a (I presume) 1000+ subscribers of this list. That
is not generally a good idea, and I am surprised this got past the mailman
software which (usually) filters at 100k (and for a reason).
In the future, please consider uploading the file somewhere (GitHub gists ar