search for: arinoem

Displaying 10 results from an estimated 10 matches for "arinoem".

Did you mean: arinbe
2019 Aug 09
3
Underscores in package names
...hem, taken from the DESCRIPTION file, version field. That's why I consider the weird case name you presented as irrelevant, and not to be considered. Le ven. 9 ao?t 2019 ? 20:41, Gabriel Becker <gabembecker at gmail.com> a ?crit : > > > On Fri, Aug 9, 2019 at 11:05 AM neonira Arinoem <neonira at gmail.com> wrote: > >> Won't it be better to have a convention that allows lowercase, dash, >> underscore and dot as only valid characters for new package names and keep >> the ancient format validation scheme for older package names? >> > > Va...
2019 Aug 09
7
Underscores in package names
Won't it be better to have a convention that allows lowercase, dash, underscore and dot as only valid characters for new package names and keep the ancient format validation scheme for older package names? This could be implemented by a single function, taking a strictNaming_b_1 parameter which defaults to true. Easy to use, and compliance results will vary according to the parameter value,
2019 Aug 09
0
Underscores in package names
On 2019-08-09 14:27, neonira Arinoem wrote: > I do not follow you Gabriel. Package name must not use digit numbers. > Tarbal will use them, taken from the DESCRIPTION file, version field. > > That's why I consider the weird case name you presented as irrelevant, > and > not to be considered. ggplot2 ? Numbers...
2019 Aug 09
1
Underscores in package names
...is of case conventions in existing > CRAN package names ... I'll start. > > > a1 <- rownames(available.packages()) > > cute <- "[a-z]*R[a-z]*" > > table(grepl(cute,a1)) > > FALSE TRUE > 12565 2185 > > > On 2019-08-09 2:00 p.m., neonira Arinoem wrote: > > Won't it be better to have a convention that allows lowercase, dash, > > underscore and dot as only valid characters for new package names and > keep > > the ancient format validation scheme for older package names? > > > > This could be implemented b...
2020 Feb 12
0
PDF generation issue from manual page
...Extensions (section 2.6 Mathematics), "only basic LaTeX can be used, there being no provision to specify LaTeX style files such as the AMS extensions" (in Rd files). Best, - Mikko -----Alkuper?inen viesti----- L?hett?j?: R-devel <r-devel-bounces at r-project.org> Puolesta neonira Arinoem L?hetetty: tiistai 11. helmikuuta 2020 15.57 Vastaanottaja: r-devel <r-devel at r-project.org> Aihe: [Rd] PDF generation issue from manual page Hi R gurus Got an issue risen by CRAN about using unknown characters from Latex. Here is the error message *Check: PDF version of manual, R...
2020 Aug 14
1
Managing unix signal in R
Hello Just wondering what is the best way to manage unix signal in R? Though I dug up the R documentation, I haven't found any single relevant example. I could wrap C/C++ unix signal management using RCPP of course. Prior doing so, I wish to be sure that there exist no other available alternative, already implemented and tested. Let me know. Best. Neonira [[alternative HTML version
2019 Aug 09
0
Underscores in package names
...cuteR variety. Bonus points for the first analysis of case conventions in existing CRAN package names ... I'll start. > a1 <- rownames(available.packages()) > cute <- "[a-z]*R[a-z]*" > table(grepl(cute,a1)) FALSE TRUE 12565 2185 On 2019-08-09 2:00 p.m., neonira Arinoem wrote: > Won't it be better to have a convention that allows lowercase, dash, > underscore and dot as only valid characters for new package names and keep > the ancient format validation scheme for older package names? > > This could be implemented by a single function, taking a...
2019 Aug 09
0
Underscores in package names
On Fri, Aug 9, 2019 at 11:05 AM neonira Arinoem <neonira at gmail.com> wrote: > Won't it be better to have a convention that allows lowercase, dash, > underscore and dot as only valid characters for new package names and keep > the ancient format validation scheme for older package names? > Validation isn't the only t...
2020 Jan 06
1
standard naming for components of R data structures
@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{alpha}{double vector} \\item{beta}{integer vector} \\item{delta}{raw vector} } Best Le
2019 Jul 26
1
R evolution suggestion request
Good evening R devel mailing list. Just wonder if there is a way to ask for an evolution of the R language. In affirmative case, let me know. I use R for now many years, and still like it very much. It evolves quite smoothly and improves well. Nevertheless, there is one topic that I still miss in R language. It is pure native R annotation, I mean ? la java. I wish to have an @ operator