Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
863 B

4 years ago
  1. (define-package "ess" "20191014.1343" "Emacs Speaks Statistics"
  2. '((emacs "25.1")
  3. (julia-mode "0.3"))
  4. :authors
  5. '(("David Smith" . "dsmith@stats.adelaide.edu.au")
  6. ("A.J. Rossini" . "blindglobe@gmail.com")
  7. ("Richard M. Heiberger" . "rmh@temple.edu")
  8. ("Kurt Hornik" . "Kurt.Hornik@R-project.org")
  9. ("Martin Maechler" . "maechler@stat.math.ethz.ch")
  10. ("Rodney A. Sparapani" . "rsparapa@mcw.edu")
  11. ("Stephen Eglen" . "stephen@gnu.org")
  12. ("Sebastian P. Luque" . "spluque@gmail.com")
  13. ("Henning Redestig" . "henning.red@googlemail.com")
  14. ("Vitalie Spinu" . "spinuvit@gmail.com")
  15. ("Lionel Henry" . "lionel.hry@gmail.com")
  16. ("J. Alexander Branham" . "alex.branham@gmail.com"))
  17. :maintainer
  18. '("ESS Core Team" . "ESS-core@r-project.org")
  19. :url "https://ess.r-project.org/")
  20. ;; Local Variables:
  21. ;; no-byte-compile: t
  22. ;; End: