> 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
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
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]]
___
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 =