all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68932] [PATCH] gnu: Add r-rpresto.
@ 2024-02-05 10:04 nafkhamdc
  2024-02-24  9:58 ` Sharlatan Hellseher
  0 siblings, 1 reply; 3+ messages in thread
From: nafkhamdc @ 2024-02-05 10:04 UTC (permalink / raw)
  To: 68932; +Cc: nafkhamdc

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

Change-Id: I81b0e43ca75ab2df36f67367bfc73c4893be1a30
---
 gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 842946e766..fecf77580c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1411,6 +1411,43 @@ (define-public r-pma
 canonical correlation analysis.")
     (license license:gpl2+)))
 
+(define-public r-rpresto
+  (package
+    (name "r-rpresto")
+    (version "1.4.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "RPresto" version))
+       (sha256
+        (base32 "1q8c3h328iwscnayxj8qc71s2hkqdqwnpf38kn3zz3ks66qzjf8c"))))
+    (properties `((upstream-name . "RPresto")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-bit64
+                             r-dbi
+                             r-dbplyr
+                             r-dplyr
+                             r-httr
+                             r-jsonlite
+                             r-lifecycle
+                             r-lubridate
+                             r-openssl
+                             r-progress
+                             r-purrr
+                             r-rlang
+                             r-stringi
+                             r-tibble
+                             r-vctrs))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/prestodb/RPresto")
+    (synopsis "DBI connector to Presto")
+    (description
+     "This package implements a DBI compliant interface to Presto.
+Presto is an open source distributed SQL query engine for running
+interactive analytic queries against data sources of all sizes
+ranging from gigabytes to petabytes.")
+    (license license:bsd-3)))
+
 (define-public r-prettydoc
   (package
     (name "r-prettydoc")

base-commit: 5a806face508cdfcd91e1eb1afb3ec38c002ec92
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#68932] [PATCH] gnu: Add r-rpresto.
  2024-02-05 10:04 [bug#68932] [PATCH] gnu: Add r-rpresto nafkhamdc
@ 2024-02-24  9:58 ` Sharlatan Hellseher
  2024-02-25  9:26   ` bug#68932: " Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-02-24  9:58 UTC (permalink / raw)
  To: 68932; +Cc: Ricardo Wurmus

[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]


Hi,

CC'd Ricardo to check license acceptance.

I've checked the package for lint/build, add copyright header, slightly
adjust description and re-indent propagated inputs. When I've been
checking license on CRAN and project's VCS page I noticed this
statement:

https://cran.r-project.org/web/packages/RPresto/index.html
--8<---------------cut here---------------start------------->8---
License:        BSD_3_clause + file LICENSE
Copyright:      Meta Platforms, Inc. 2015-present.
--8<---------------cut here---------------end--------------->8---

https://github.com/prestodb/RPresto/blob/master/LICENSE
--8<---------------cut here---------------start------------->8---
YEAR: 2015-present
COPYRIGHT HOLDER: Meta Platforms, Inc. and affiliates. All rights reserved.
ORGANIZATION: Meta Platforms, Inc. and affiliates
--8<---------------cut here---------------end--------------->8---

Sending v2 of the patch with minor modifications.

nafkhamdc (1):
  gnu: Add r-rpresto.

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


base-commit: c0f88cd18649c31c75bcddf8247b14ef3e3a66a5
--
2.41.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#68932: [PATCH] gnu: Add r-rpresto.
  2024-02-24  9:58 ` Sharlatan Hellseher
@ 2024-02-25  9:26   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2024-02-25  9:26 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 68932-done, nafkhamdc


Thanks for the review.  I applied it.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-25  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-05 10:04 [bug#68932] [PATCH] gnu: Add r-rpresto nafkhamdc
2024-02-24  9:58 ` Sharlatan Hellseher
2024-02-25  9:26   ` bug#68932: " Ricardo Wurmus

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.