all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: <64250@debbugs.gnu.org>
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#64250] [PATCH 09/15] gnu: Add r-ggfittext.
Date: Fri, 23 Jun 2023 13:48:53 +0000	[thread overview]
Message-ID: <2d18fe91a165af42582d19bc109122c14513f48e.1687527675.git.navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <cover.1687527674.git.navid.afkhami@mdc-berlin.de>

* gnu/packages/cran.scm (r-ggfittext): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9938d07dd9..bb09a8d774 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -722,6 +722,26 @@ (define-public r-ggalt
 text annotations.")
     (license license:agpl3)))
 
+(define-public r-ggfittext
+  (package
+    (name "r-ggfittext")
+    (version "0.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ggfittext" version))
+              (sha256
+               (base32
+                "06xfv552nhw13wc8dixyqhhmw5zh8hphrabw090nzb33cpfwzin8"))))
+    (properties `((upstream-name . "ggfittext")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-ggplot2 r-gridtext r-shades r-stringi))
+    (native-inputs (list r-knitr))
+    (home-page "https://wilkox.org/ggfittext/")
+    (synopsis "Ggfittext is a ggplot2 extension for fitting text into boxes")
+    (description
+     "Ggfittext is a ggplot2 extension for fitting text into boxes.")
+    (license license:gpl2)))
+
 (define-public r-glmpca
   (package
     (name "r-glmpca")
-- 
2.34.1





  parent reply	other threads:[~2023-06-23 13:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 13:46 [bug#64250] [PATCH 00/15] *** R package (scriabin) *** Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 01/15] gnu: Add r-paramhelpers Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 02/15] gnu: Add r-smoof Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 03/15] gnu: Add r-parallelmap Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 04/15] gnu: Add r-mlr Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 05/15] gnu: Add r-mlrmbo Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 06/15] gnu: Add r-emoa Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 07/15] gnu: Add r-diagrammer Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 08/15] gnu: Add r-tidyft Navid Afkhami
2023-06-23 13:48 ` Navid Afkhami [this message]
2023-06-23 13:48 ` [bug#64250] [PATCH 10/15] gnu: Add r-dunn-test Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 11/15] gnu: Add r-cellid Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 12/15] gnu: Add r-dicekriging Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 13/15] gnu: Add r-nichenetr Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 14/15] gnu: Add r-fsa Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 15/15] gnu: Add r-scriabin Navid Afkhami
2023-07-03  8:02 ` bug#64250: [PATCH 00/15] *** R package (scriabin) *** Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d18fe91a165af42582d19bc109122c14513f48e.1687527675.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=64250@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.