José Bayoán Santiago Calderón
José Bayoán Santiago Calderón
Thanks for the bump. I have not forgotten but have had a pretty eventful few days. Will try to get back it soon.
Same behavior here on Windows as well. I tried running it w/my Mac... It requires `sudo` but looking at the replays, all commands are empty. Tried using the Docker image...
I agree that an option to specify 'dependencies = TRUE' should be incorporated in the p_load arguments.
Might be nice to have this for `permutations` as well.
[GLM.jl](https://github.com/JuliaStats/GLM.jl) offers both `QR` and `Cholesky`. `pinv` uses SVD for the pseudo-inverse. Other alternatives are to use [IterativeSolvers.jl](https://github.com/JuliaMath/IterativeSolvers.jl). I believe Cholesky to be probably the best choice virtually always. `qr`...
I will check the implementation in ImageDistances.jl (do you have a reference about its use for images?). For graphs, it just takes two vectors with the degree distribution. The cumulative...
The U.S. Library of Congress maintains the [MARC Code List for Relators](http://www.loc.gov/marc/relators/relaterm.html). These are the roles inherited in other package managers / registries such the Comprehensive R Archive Network. Might...
We should make the changes to PkgTemplates and Pkg.generate to use the OSI standard texts rather a custom text which is not machine detectable.
I have split the changes into #45, #46, #47, and #48. I can open another one for the `using`/`import` example since it is an issue that comes up often in...
I am not sure of the difference between `linesfill` and `band` but would was able to get what I needed in Makie using `band`. Would be amazing to have that...