unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40064] Resubmission of patch for Package Description for CRAN Package r-crochet
@ 2020-03-14 18:16 Naga Malleswari
  2020-03-14 22:41 ` Tobias Geerinckx-Rice via Guix-patches via
  2020-03-17  9:50 ` [bug#40040] " Danny Milosavljevic
  0 siblings, 2 replies; 11+ messages in thread
From: Naga Malleswari @ 2020-03-14 18:16 UTC (permalink / raw)
  To: 40064; +Cc: dannym

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

Hi

I am resubmitting with the new patch file for CRAN Package Description 
r-crochet.

Hope it's the correct way which i was following.


Through put the process,I have doubt in lint.

when i run it , it's showing the error continuously like this with 
different codes.

guix/build/download.scm:313:6: In procedure tls-wrap:
X.509 certificate of 'www.x.org' could not be verified:
   signer-not-found
   invalid

-- 
Regards
NagaMalli


[-- Attachment #2: 0001-gnu-r-crochet-New-variable.patch --]
[-- Type: text/x-patch, Size: 1552 bytes --]

From 873d609cb823422c4658c3070ef727911ff45a85 Mon Sep 17 00:00:00 2001
From: Naga Malleswari <nagamalli@riseup.net>
Date: Sat, 14 Mar 2020 21:46:26 +0530
Subject: [PATCH]  gnu: r-crochet: New variable.

        * gnu/packages/cran.scm (r-crochet): Added a New Package Description.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 406ccc644b..b51862a3ab 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20794,3 +20794,24 @@ statistics and p-values of the correlation coefficients.")
 scales and utilities, including a spell check function for plot label fields
 and an overall emphasis on typography.")
     (license license:expat)))
+
+(define-public r-crochet
+  (package
+    (name "r-crochet")
+    (version "2.2.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "crochet" version))
+        (sha256
+          (base32
+            "1cbv79nyycxk6f8ldcsnn2pvgxqlnrj0qs19nhafnq2clxy863k6"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/agrueneberg/crochet")
+    (synopsis "Implementation Helper for '[' and '[<-' of Custom Matrix-Like Types")
+    (description
+      "Functions to help implement the extraction / subsetting /
+indexing function '[' and replacement function '[<-' of custom matrix-like 
+types (based on S3, S4, etc.), modeled as closely to the base matrix class 
+as possible (with tests to prove it).")
+    (license license:expat)))
-- 
2.20.1


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

end of thread, other threads:[~2020-03-21 13:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-14 18:16 [bug#40064] Resubmission of patch for Package Description for CRAN Package r-crochet Naga Malleswari
2020-03-14 22:41 ` Tobias Geerinckx-Rice via Guix-patches via
2020-03-15 12:33   ` Naga Malli CH
2020-03-17  9:50 ` [bug#40040] " Danny Milosavljevic
2020-03-19  8:13   ` Naga Malleswari
2020-03-19 11:38     ` Danny Milosavljevic
2020-03-19 17:35       ` Naga Malleswari
2020-03-19 17:53         ` Danny Milosavljevic
2020-03-19 18:01           ` Naga Malleswari
2020-03-20 17:40           ` Naga Malleswari
2020-03-21 13:18             ` bug#40040: " Danny Milosavljevic

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).