Re: [Rd] aic() component in GLM-family objects

2018-06-18 Thread Martin Maechler
> Ben Bolker > on Sun, 17 Jun 2018 11:40:38 -0400 writes: > FWIW p. 206 of the White Book gives the following for > names(binomial()): family, names, link, inverse, deriv, > initialize, variance, deviance, weight. > So $aic wasn't there In The Beginning. I haven't

[Rd] incomplete results from as.character.srcref() in some cases involving quote()

2018-06-18 Thread Georgi Boshnakov
Hi, The result of as,character() on 'srcref' objects doesn't have the closing ')' in some cases involving 'quote': > e4 <- quote({2+2}) > class(attr(e4, "wholeSrcref")) [1] "srcref" > as.character(attr(e4, "wholeSrcref")) [1] "e4 <- quote({2+2}" As a result printing the object also lacks it a

[Rd] agrep bug

2018-06-18 Thread Kolter, Andreas
Sorry, I don't understand how to file a bug properly. Nontheless I want to report this one because it is still in the code after so many years. This bug still exists: https://stackoverflow.com/questions/15871702/difficulties-with-agrep-fixed-f [[alternative HTML version deleted]] ___

[Rd] Automatic Compression by Save Causes Check Warning

2018-06-18 Thread Dario Strbenac
Good day, Save sometimes chooses a compression method which causes a warning during package checking. An example of this is: measurements <- matrix(round(rnorm(2000*190), 2), nrow = 2000, ncol = 190) classes <- factor(sample(LETTERS[1:2], 190, replace = TRUE)) save(measurements, classes, file =