From abec89ceb48d87b22deec87ba0fdb124b09b36ab Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 24 Jan 2024 13:43:36 +0100 Subject: cran: Move r-papaja to Guix. * guix-science/packages/cran.scm (r-papaja, r-rmdfiltr, r-tinylabels): Remove variables. --- guix-science/packages/cran.scm | 107 ----------------------------------------- 1 file changed, 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 from an R console.") (license license:expat))) -;; Dependency of r-papaja -(define-public r-rmdfiltr - (package - (name "r-rmdfiltr") - (version "0.1.3") - (source - (origin - (method url-fetch) - (uri (cran-uri "rmdfiltr" version)) - (sha256 - (base32 "0llnn4pdfznidalm4f7fpyxbhzsqv1096fkbsl1pgf4f7ll6w7a7")))) - (properties `((upstream-name . "rmdfiltr"))) - (build-system r-build-system) - (inputs (list pandoc)) - (propagated-inputs (list r-assertthat r-rmarkdown)) - (native-inputs (list r-knitr)) - (home-page "https://github.com/crsh/rmdfiltr") - (synopsis "'Lua'-Filters for R Markdown") - (description - "This package provides a collection of 'Lua' filters that extend the -functionality of R Markdown templates (e.g., count words or post-process -citations).") - (license license:expat))) - -;; Dependency of r-papaja -(define-public r-tinylabels - (package - (name "r-tinylabels") - (version "0.2.4") - (source - (origin - (method url-fetch) - (uri (cran-uri "tinylabels" version)) - (sha256 - (base32 "01pvnirma3wzfqnnz8zvyqajjyysjm3sd6813bgdhz199lcg7hhz")))) - (properties `((upstream-name . "tinylabels"))) - (build-system r-build-system) - (native-inputs (list r-knitr)) - (home-page "https://github.com/mariusbarth/tinylabels") - (synopsis "Lightweight Variable Labels") - (description - "Assign, extract, or remove variable labels from R vectors. Lightweight and -dependency-free.") - (license license:expat))) - -(define-public r-papaja - (package - (name "r-papaja") - (version "0.1.2") - (source - (origin - (method url-fetch) - (uri (cran-uri "papaja" version)) - (sha256 - (base32 "08ydk9fws5x37q120cdjdx1dsib0y2g9bp826vxzxcaymlwx3dl7")))) - (properties `((upstream-name . "papaja"))) - (build-system r-build-system) - (propagated-inputs - (list r-bookdown - r-broom - r-glue - r-knitr - r-rmarkdown - r-rmdfiltr - r-tinylabels - r-yaml - r-zip - texlive-amsmath - texlive-apa6 - texlive-booktabs - texlive-caption - texlive-csquotes - texlive-endfloat - texlive-environ - texlive-etoolbox - texlive-fancyhdr - texlive-framed - texlive-geometry - texlive-graphics - texlive-grfext - texlive-hyperref - texlive-lineno - texlive-multirow - texlive-threeparttable - texlive-threeparttablex - texlive-titlesec - texlive-tools - texlive-trimspaces - texlive-was ; upgreek.sty - texlive-xcolor - texlive-xpatch - (texlive-updmap.cfg (list - texlive-amsfonts - texlive-times - texlive-lm)))) - (native-inputs (list r-knitr r-r-rsp)) - (home-page "https://github.com/crsh/papaja") - (synopsis - "Prepare American Psychological Association Journal Articles with R Markdown") - (description - "Tools to create dynamic, submission-ready manuscripts, which conform to American -ychological Association manuscript guidelines. We provide R Markdown document -rmats for manuscripts (PDF and Word) and revision letters (PDF). Helper -nctions facilitate reporting statistical analyses or create publication-ready -bles and plots.") - (license license:expat))) - ;; TODO: unbundle minified javascript. Sources are in the git repo, ;; but they use webpack to minify. See ;; https://github.com/JohnCoene/waiter/blob/master/package.json -- cgit v1.2.3