summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-24 13:43:36 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-24 13:43:36 +0100
commitabec89ceb48d87b22deec87ba0fdb124b09b36ab (patch)
treee8619da05bb2b9c6bb76a5ebfe3b4ec73ea43599
parent2e80b64f4cd408ea1c03e1b22307c32107e48814 (diff)
cran: Move r-papaja to Guix.
* guix-science/packages/cran.scm (r-papaja, r-rmdfiltr, r-tinylabels): Remove variables.
-rw-r--r--guix-science/packages/cran.scm107
1 files changed, 0 insertions, 107 deletions
diff --git a/guix-science/packages/cran.scm b/guix-science/packages/cran.scm
index f8585de..64b5e79 100644
--- a/guix-science/packages/cran.scm
+++ b/guix-science/packages/cran.scm
@@ -725,113 +725,6 @@ can be used in R Markdown documents and Shiny applications, or viewed
725from an R console.") 725from an R console.")
726 (license license:expat))) 726 (license license:expat)))
727 727
728;; Dependency of r-papaja
729(define-public r-rmdfiltr
730 (package
731 (name "r-rmdfiltr")
732 (version "0.1.3")
733 (source
734 (origin
735 (method url-fetch)
736 (uri (cran-uri "rmdfiltr" version))
737 (sha256
738 (base32 "0llnn4pdfznidalm4f7fpyxbhzsqv1096fkbsl1pgf4f7ll6w7a7"))))
739 (properties `((upstream-name . "rmdfiltr")))
740 (build-system r-build-system)
741 (inputs (list pandoc))
742 (propagated-inputs (list r-assertthat r-rmarkdown))
743 (native-inputs (list r-knitr))
744 (home-page "https://github.com/crsh/rmdfiltr")
745 (synopsis "'Lua'-Filters for R Markdown")
746 (description
747 "This package provides a collection of 'Lua' filters that extend the
748functionality of R Markdown templates (e.g., count words or post-process
749citations).")
750 (license license:expat)))
751
752;; Dependency of r-papaja
753(define-public r-tinylabels
754 (package
755 (name "r-tinylabels")
756 (version "0.2.4")
757 (source
758 (origin
759 (method url-fetch)
760 (uri (cran-uri "tinylabels" version))
761 (sha256
762 (base32 "01pvnirma3wzfqnnz8zvyqajjyysjm3sd6813bgdhz199lcg7hhz"))))
763 (properties `((upstream-name . "tinylabels")))
764 (build-system r-build-system)
765 (native-inputs (list r-knitr))
766 (home-page "https://github.com/mariusbarth/tinylabels")
767 (synopsis "Lightweight Variable Labels")
768 (description
769 "Assign, extract, or remove variable labels from R vectors. Lightweight and
770dependency-free.")
771 (license license:expat)))
772
773(define-public r-papaja
774 (package
775 (name "r-papaja")
776 (version "0.1.2")
777 (source
778 (origin
779 (method url-fetch)
780 (uri (cran-uri "papaja" version))
781 (sha256
782 (base32 "08ydk9fws5x37q120cdjdx1dsib0y2g9bp826vxzxcaymlwx3dl7"))))
783 (properties `((upstream-name . "papaja")))
784 (build-system r-build-system)
785 (propagated-inputs
786 (list r-bookdown
787 r-broom
788 r-glue
789 r-knitr
790 r-rmarkdown
791 r-rmdfiltr
792 r-tinylabels
793 r-yaml
794 r-zip
795 texlive-amsmath
796 texlive-apa6
797 texlive-booktabs
798 texlive-caption
799 texlive-csquotes
800 texlive-endfloat
801 texlive-environ
802 texlive-etoolbox
803 texlive-fancyhdr
804 texlive-framed
805 texlive-geometry
806 texlive-graphics
807 texlive-grfext
808 texlive-hyperref
809 texlive-lineno
810 texlive-multirow
811 texlive-threeparttable
812 texlive-threeparttablex
813 texlive-titlesec
814 texlive-tools
815 texlive-trimspaces
816 texlive-was ; upgreek.sty
817 texlive-xcolor
818 texlive-xpatch
819 (texlive-updmap.cfg (list
820 texlive-amsfonts
821 texlive-times
822 texlive-lm))))
823 (native-inputs (list r-knitr r-r-rsp))
824 (home-page "https://github.com/crsh/papaja")
825 (synopsis
826 "Prepare American Psychological Association Journal Articles with R Markdown")
827 (description
828 "Tools to create dynamic, submission-ready manuscripts, which conform to American
829ychological Association manuscript guidelines. We provide R Markdown document
830rmats for manuscripts (PDF and Word) and revision letters (PDF). Helper
831nctions facilitate reporting statistical analyses or create publication-ready
832bles and plots.")
833 (license license:expat)))
834
835;; TODO: unbundle minified javascript. Sources are in the git repo, 728;; TODO: unbundle minified javascript. Sources are in the git repo,
836;; but they use webpack to minify. See 729;; but they use webpack to minify. See
837;; https://github.com/JohnCoene/waiter/blob/master/package.json 730;; https://github.com/JohnCoene/waiter/blob/master/package.json