Phillip Alday

Results 297 comments of Phillip Alday

@randy3k Would it make sense to change this to a documentation change rather than a code change?

Possible duplicate of #340

@simonbyrne This seems like a good issue to pin and close so that users see it right away when they come to ask what's going wrong with 1-element vectors. :smile:

@dmbates You fixed this by setting some environment variable, if I remember correctly. Care to post a canonical solution, pin and close the issue so that the problem and solution...

Even worse: Travis as a whole seems to drastically cutting support for FOSS, with several reports indicating that they won't even give credits when asking nicely (e.g. [here](https://twitter.com/james_hilliard/status/1336081776691843072)), so we...

@datnamer See #287 and `@rimport`: ```julia help?> @rimport Import an R Package as a Julia module. For example, @rimport ggplot2 is equivalent to ggplot2 = rimport("ggplot2") with error checking. You...

This would also address some behavior @Nosferican found in his doc updates where the the generic `rankUpdate!` method is invoked on some combination of diagonal matrices.

Is there a schedule for that? We can add a `LinearAlgebra vX.X` or `Julia vY.Y` milestone.

cf #567. I prefer the `progress` kwarg because it's a "positive", while `hide_progress` is a "negative" and positives are less confusing in terms of logical operations. We are using `ProgressMeter`...

Updating the last example for the current release, we still have a problem for the general optimization, and then the general optimization fails (see #95). ```julia julia> using RCall, MixedModels,...