diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-06 13:30:31 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-06 13:30:31 +0200 |
| commit | 319ac25fee6cfe33982421055d21bc642b861c14 (patch) | |
| tree | 6219cb525cc078272d30a978927feef84ef6c47f | |
| parent | 1ad5192cff0d7b34a2f74592c6896f901d1c9ccd (diff) | |
cran: r-papaja: Update to 0.1.2.
* guix-science/packages/cran.scm (r-papaja): Update to 0.1.2.
[propagated-inputs]: Do not use deprecated names of texlive packages.
[native-inputs]: Add r-r-rsp.
| -rw-r--r-- | guix-science/packages/cran.scm | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/guix-science/packages/cran.scm b/guix-science/packages/cran.scm index cbed724..767e060 100644 --- a/guix-science/packages/cran.scm +++ b/guix-science/packages/cran.scm | |||
| @@ -490,13 +490,13 @@ dependency-free.") | |||
| 490 | (define-public r-papaja | 490 | (define-public r-papaja |
| 491 | (package | 491 | (package |
| 492 | (name "r-papaja") | 492 | (name "r-papaja") |
| 493 | (version "0.1.1") | 493 | (version "0.1.2") |
| 494 | (source | 494 | (source |
| 495 | (origin | 495 | (origin |
| 496 | (method url-fetch) | 496 | (method url-fetch) |
| 497 | (uri (cran-uri "papaja" version)) | 497 | (uri (cran-uri "papaja" version)) |
| 498 | (sha256 | 498 | (sha256 |
| 499 | (base32 "1pvknpvfns1r5bwadm58n4xjrlwgqfyhz9diy72zabbksxddqa26")))) | 499 | (base32 "08ydk9fws5x37q120cdjdx1dsib0y2g9bp826vxzxcaymlwx3dl7")))) |
| 500 | (properties `((upstream-name . "papaja"))) | 500 | (properties `((upstream-name . "papaja"))) |
| 501 | (build-system r-build-system) | 501 | (build-system r-build-system) |
| 502 | (propagated-inputs | 502 | (propagated-inputs |
| @@ -510,34 +510,34 @@ dependency-free.") | |||
| 510 | r-yaml | 510 | r-yaml |
| 511 | r-zip | 511 | r-zip |
| 512 | texlive-amsmath | 512 | texlive-amsmath |
| 513 | texlive-latex-graphics | ||
| 514 | texlive-hyperref | ||
| 515 | texlive-latex-titlesec | ||
| 516 | texlive-caption | ||
| 517 | texlive-latex-framed | ||
| 518 | texlive-xcolor | ||
| 519 | texlive-tools | ||
| 520 | texlive-latex-multirow | ||
| 521 | texlive-threeparttable | ||
| 522 | texlive-etoolbox | ||
| 523 | texlive-apa6 | 513 | texlive-apa6 |
| 524 | texlive-latex-geometry | ||
| 525 | texlive-booktabs | 514 | texlive-booktabs |
| 526 | texlive-latex-fancyhdr | 515 | texlive-caption |
| 516 | texlive-csquotes | ||
| 527 | texlive-endfloat | 517 | texlive-endfloat |
| 528 | texlive-was ; upgreek.sty | 518 | texlive-environ |
| 519 | texlive-etoolbox | ||
| 520 | texlive-fancyhdr | ||
| 521 | texlive-framed | ||
| 522 | texlive-geometry | ||
| 523 | texlive-graphics | ||
| 524 | texlive-grfext | ||
| 525 | texlive-hyperref | ||
| 526 | texlive-lineno | ||
| 527 | texlive-multirow | ||
| 528 | texlive-threeparttable | ||
| 529 | texlive-threeparttablex | 529 | texlive-threeparttablex |
| 530 | texlive-latex-environ | 530 | texlive-titlesec |
| 531 | texlive-latex-trimspaces | 531 | texlive-tools |
| 532 | texlive-trimspaces | ||
| 533 | texlive-was ; upgreek.sty | ||
| 534 | texlive-xcolor | ||
| 532 | texlive-xpatch | 535 | texlive-xpatch |
| 533 | texlive-lineno | ||
| 534 | texlive-csquotes | ||
| 535 | texlive-grfext | ||
| 536 | (texlive-updmap.cfg (list | 536 | (texlive-updmap.cfg (list |
| 537 | texlive-amsfonts | 537 | texlive-amsfonts |
| 538 | texlive-times | 538 | texlive-times |
| 539 | texlive-lm)))) | 539 | texlive-lm)))) |
| 540 | (native-inputs (list r-knitr)) | 540 | (native-inputs (list r-knitr r-r-rsp)) |
| 541 | (home-page "https://github.com/crsh/papaja") | 541 | (home-page "https://github.com/crsh/papaja") |
| 542 | (synopsis | 542 | (synopsis |
| 543 | "Prepare American Psychological Association Journal Articles with R Markdown") | 543 | "Prepare American Psychological Association Journal Articles with R Markdown") |
