diff options
author | Efraim Flashner | 2021-07-04 22:12:10 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-07-04 22:12:10 +0300 |
commit | f8d1f89c9276733b4a1166b797f07a8af70b125b (patch) | |
tree | 3b0941b8f9b2d29961b6b1a5037d5a74b54a7f68 /gn/packages/julia.scm | |
parent | 3eb030a3d45c68b159d67ba1473799a190dec0a3 (diff) | |
download | guix-bioinformatics-f8d1f89c9276733b4a1166b797f07a8af70b125b.tar.gz |
gn: julia-categoricalarrays upstreamed
Diffstat (limited to 'gn/packages/julia.scm')
-rw-r--r-- | gn/packages/julia.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm index 0b10145..52625e4 100644 --- a/gn/packages/julia.scm +++ b/gn/packages/julia.scm @@ -717,38 +717,6 @@ structures.") (description "Tools for working with tabular data in Julia.") (license license:expat))) -;; ready to upstream - needs plots -(define-public julia-categoricalarrays - (package - (name "julia-categoricalarrays") - (version "0.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/JuliaData/CategoricalArrays.jl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09ddkl5cspcihwrld8g1nf31i66hf20d8hsilj1swfcnshmns0vx")))) - (build-system julia-build-system) - (propagated-inputs - `(("julia-dataapi" ,julia-dataapi) - ("julia-json" ,julia-json) - ("julia-missings" ,julia-missings) - ("julia-recipesbase" ,julia-recipesbase) - ("julia-structtypes" ,julia-structtypes))) - (native-inputs - `(("julia-json3" ,julia-json3) - ("julia-plots" ,julia-plots) - ("julia-pooledarrays" ,julia-pooledarrays))) - (home-page "https://github.com/JuliaData/CategoricalArrays.jl") - (synopsis "Arrays for working with categorical data") - (description "This package provides tools for working with categorical -variables, both with unordered (nominal variables) and ordered categories -(ordinal variables), optionally with missing values.") - (license license:expat))) - ;; TODO: unbundle javascript calls to cdn.jsdelivr.net (define-public julia-pluto (package |