GNU bug report logs - #39442
[PATCH] Add rticles R package

Previous Next

Package: guix-patches;

Reported by: Rafael Luque Leiva <rafael.luque <at> osoco.es>

Date: Wed, 5 Feb 2020 18:06:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39442 in the body.
You can then email your comments to 39442 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#39442; Package guix-patches. (Wed, 05 Feb 2020 18:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rafael Luque Leiva <rafael.luque <at> osoco.es>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 05 Feb 2020 18:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rafael Luque Leiva <rafael.luque <at> osoco.es>
To: guix-patches <at> gnu.org
Cc: Rafael Luque Leiva <rafael.luque <at> osoco.es>
Subject: [PATCH] Add rticles R package
Date: Wed,  5 Feb 2020 17:07:23 +0100
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 58ceed06d0..c31d9dd8a6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2018, 2019 Brett Gilio <brettg <at> gnu.org>
 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms <at> gmail.com>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny <at> vurv.cz>
+;;; Copyright © 2020 Rafael Luque Leiva <rafael.luque <at> osoco.es>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -79,6 +80,32 @@
   #:use-module (gnu packages web)
   #:use-module (gnu packages xorg))
 
+(define-public r-rticles
+  (package
+    (name "r-rticles")
+    (version "0.14")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "rticles" version))
+        (sha256
+          (base32
+           "1377fib4asazhhki4aajvld0wa35vd3zjvyl3lf2hjm2qk3vyak7"))))
+    (properties `((upstream-name . "rticles")))
+    (build-system r-build-system)
+    (propagated-inputs
+    `(("r-knitr" ,r-knitr)
+      ("r-rmarkdown" ,r-rmarkdown)
+      ("r-tinytex" ,r-tinytex)
+      ("r-xfun" ,r-xfun)
+      ("r-yaml" ,r-yaml)))
+    (home-page "https://github.com/rstudio/rticles")
+    (synopsis "Article Formats for R Markdown")
+    (description
+     "This package provides a suite of custom R Markdown formats and templates
+for authoring journal articles and conference submissions.")
+    (license license:gpl3)))
+
 (define-public r-clipr
   (package
     (name "r-clipr")
-- 
2.25.0





Information forwarded to guix-patches <at> gnu.org:
bug#39442; Package guix-patches. (Fri, 07 Feb 2020 13:43:01 GMT) Full text and rfc822 format available.

Message #8 received at 39442 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Rafael Luque Leiva <rafael.luque <at> osoco.es>
Cc: 39442 <at> debbugs.gnu.org
Subject: Re: [bug#39442] [PATCH] Add rticles R package
Date: Fri, 7 Feb 2020 14:42:00 +0100
Dear Rafael,

Thank you for your contribution.


Two minor things to be compliant. :-)


Could you please add a commit message along these lines:

    gnu: Add r-rticles.

    * gnu/packages/cran.scm (r-rticles): New variable.

?

Could you use the indenting style?

https://guix.gnu.org/manual/en/html_node/Formatting-Code.html#Formatting-Code


Note that if you use Emacs, the coding style is enforced and there is
(yas) snippets doing the commit message job for you. ;-)

https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html#The-Perfect-Setup


Please let us know.  :-)

All the best,
simon




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 04 Aug 2020 14:23:01 GMT) Full text and rfc822 format available.

Notification sent to Rafael Luque Leiva <rafael.luque <at> osoco.es>:
bug acknowledged by developer. (Tue, 04 Aug 2020 14:23:01 GMT) Full text and rfc822 format available.

Message #13 received at 39442-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: rafael.luque <at> osoco.es
Cc: 39442-done <at> debbugs.gnu.org
Subject: [PATCH] Add rticles R package
Date: Tue, 04 Aug 2020 16:22:35 +0200
Hi Rafael,

thank you for your patch!
I just applied it with the changes that simon suggested.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Sep 2020 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 236 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.