unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Hong.Li@mdc-berlin.de" <Hong.Li@mdc-berlin.de>
To: 52191@debbugs.gnu.org
Cc: "rekado@elephly.net" <rekado@elephly.net>
Subject: [bug#52191] [PATCH 2/3] Add r-gistr
Date: Mon, 29 Nov 2021 23:53:22 +0000	[thread overview]
Message-ID: <a8211af27b844810b4fac942a7b7c1c1@mdc-berlin.de> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 368 bytes --]

[-- Attachment #2: 0002-Add-r-gistr.patch --]
[-- Type: application/octet-stream, Size: 1994 bytes --]

From 9d8b04152dff8a2ba9111390ce46ad745bb958cb Mon Sep 17 00:00:00 2001
From: "Li, Hong" <hong.li@mdc-berlin.net>
Date: Tue, 30 Nov 2021 00:03:13 +0100
Subject: [PATCH 2/3] Add r-gistr

---
 gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e6e3dfd9e9..3ca478d5ec 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32039,6 +32039,36 @@ convert dates to MMWR day, week, and year and the reverse.")
      "This package provides a simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests.  The package is built on R6, and takes inspiration from Ruby's 'faraday' gem.")
     (license license:expat)))
 
+(define-public r-gistr
+  (package
+    (name "r-gistr")
+    (version "0.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gistr" version))
+       (sha256
+        (base32
+         "0ac9ikrdg6i8xvlma0gizvsdva46408lk7hvsgkqirhy2ljy02hp"))))
+    (properties `((upstream-name . "gistr")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-assertthat" ,r-assertthat)
+       ("r-crul" ,r-crul)
+       ("r-dplyr" ,r-dplyr)
+       ("r-httr" ,r-httr)
+       ("r-jsonlite" ,r-jsonlite)
+       ("r-knitr" ,r-knitr)
+       ("r-magrittr" ,r-magrittr)
+       ("r-rmarkdown" ,r-rmarkdown)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/ropensci/gistr")
+    (synopsis "Work with 'Gists' in browser")
+    (description
+     "This package allows the user to create new 'gists', update 'gists' with new files, rename files, delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists', o
+pen a 'gist' in your default browser, get embed code for a 'gist', list 'gist' 'commits', and get rate limit information when 'authenticated'.")
+    (license license:expat)))
+
 (define-public r-fauxpas
   (package
     (name "r-fauxpas")
-- 
2.17.1


             reply	other threads:[~2021-11-30  0:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 23:53 Hong.Li [this message]
2021-11-30 15:46 ` bug#52191: [PATCH 2/3] Add r-gistr 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=a8211af27b844810b4fac942a7b7c1c1@mdc-berlin.de \
    --to=hong.li@mdc-berlin.de \
    --cc=52191@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).