NagaMalli

Untitled

Apr 20th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. (define-public r-silicate
  2. (package
  3. (name "r-silicate")
  4. (version "0.4.0")
  5. (source
  6. (origin
  7. (method url-fetch)
  8. (uri (cran-uri "silicate" version))
  9. (sha256
  10. (base32
  11. "1bvwdrmnrcnyq21sz50g9aksqhd5xkcqhd305mr606mgm183x5rn"))))
  12. (properties `((upstream-name . "silicate")))
  13. (build-system r-build-system)
  14. (propagated-inputs
  15. `(("r-crsmeta" ,r-crsmeta)
  16. ("r-decido" ,r-decido)
  17. ("r-dplyr" ,r-dplyr)
  18. ("r-gibble" ,r-gibble)
  19. ("r-gridbase" ,r-gridbase)
  20. ("r-magrittr" ,r-magrittr)
  21. ("r-purrr" ,r-purrr)
  22. ("r-rlang" ,r-rlang)
  23. ("r-tibble" ,r-tibble)
  24. ("r-unjoin" ,r-unjoin)))
  25. (native-inputs `(("r-knitr" ,r-knitr)))
  26. (home-page "https://github.com/hypertidy/silicate")
  27. (synopsis "Common Forms for Complex Hierarchical and Relational Data Structures")
  28. (description
  29. "Generate common data forms for complex data suitable for conversions
  30. and transmission by decomposition as paths or primitives.Paths are sequentially-linked
  31. records, primitives are basic atomic elements and both can model many forms
  32. and be grouped into hierarchical structures.The universal models 'SC0'
  33. (structural) and 'SC'(labelled, relational) are composed of edges and can
  34. represent any hierarchical form.Specialist models 'PATH', 'ARC' and 'TRI'
  35. provide the most common intermediate forms used for converting from one form
  36. to another.The methods are inspired by the simplicial complex
  37. <https://en.wikipedia.org/wiki/Simplicial_complex> and
  38. provide intermediate forms that relate spatial
  39. data structures to this mathematical construct.")
  40. (license license:gpl3)))
Add Comment
Please, Sign In to add comment