unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: r: Update to 3.3.2
@ 2016-12-15 22:39 Ra
  0 siblings, 0 replies; 5+ messages in thread
From: Ra @ 2016-12-15 22:39 UTC (permalink / raw)
  To: guix-devel

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

    * gnu/packages/statistics.scm (r): Update to 3.3.2.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6cdd694..72c5430 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -101,7 +101,7 @@ be output in text, PostScript, PDF or HTML.")
 (define-public r
   (package
     (name "r")
-    (version "3.3.1")
+    (version "3.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -109,7 +109,7 @@ be output in text, PostScript, PDF or HTML.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1qm9znh8akfy9fkzzi6f1vz2w1dd0chsr6qn7kw80lqzhgjrmi9x"))))
+                "0k2i9qdd83g09fcpls2198q4ykxkii5skczb514gnx7mx4hsv56j"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
--
1.9.1

[-- Attachment #2: Type: text/html, Size: 1485 bytes --]

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

* [PATCH] gnu: r: Update to 3.3.2
@ 2016-12-16 17:16 Ra
  2016-12-17  7:52 ` Ben Woodcroft
  0 siblings, 1 reply; 5+ messages in thread
From: Ra @ 2016-12-16 17:16 UTC (permalink / raw)
  To: guix-devel@gnu.org

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

* gnu/packages/statistics.scm (r): Update to 3.3.2.
---
  gnu/packages/statistics.scm | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6cdd694..72c5430 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -101,7 +101,7 @@ be output in text, PostScript, PDF or HTML.")
  (define-public r
    (package
      (name "r")
-    (version "3.3.1")
+    (version "3.3.2")
      (source (origin
                (method url-fetch)
                (uri (string-append "mirror://cran/src/base/R-"
@@ -109,7 +109,7 @@ be output in text, PostScript, PDF or HTML.")
                                    version ".tar.gz"))
                (sha256
                 (base32
-                "1qm9znh8akfy9fkzzi6f1vz2w1dd0chsr6qn7kw80lqzhgjrmi9x"))))
+                "0k2i9qdd83g09fcpls2198q4ykxkii5skczb514gnx7mx4hsv56j"))))
      (build-system gnu-build-system)
      (arguments
       `(#:make-flags
--
1.9.1

[-- Attachment #2: Type: text/html, Size: 2829 bytes --]

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

* Re: [PATCH] gnu: r: Update to 3.3.2
  2016-12-16 17:16 Ra
@ 2016-12-17  7:52 ` Ben Woodcroft
  2016-12-18  0:07   ` Ben Woodcroft
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Woodcroft @ 2016-12-17  7:52 UTC (permalink / raw)
  To: Ra, guix-devel@gnu.org

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

Hi Raoul, good to see you here.


On 17/12/16 03:16, Ra wrote:
> * gnu/packages/statistics.scm (r): Update to 3.3.2.

I successfully built R and all of its 243 dependencies on x86_64, and 
except for the previously failing shogun, all built successfully. So I 
think it is OK for master.

Unless anyone objects, I'll push it to master tomorrow.


Thanks for the patch.

ben


[-- Attachment #2: Type: text/html, Size: 1011 bytes --]

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

* Re: [PATCH] gnu: r: Update to 3.3.2
  2016-12-17  7:52 ` Ben Woodcroft
@ 2016-12-18  0:07   ` Ben Woodcroft
  2016-12-18 19:43     ` Ra
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Woodcroft @ 2016-12-18  0:07 UTC (permalink / raw)
  To: Ra, guix-devel@gnu.org

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

On 17/12/16 17:52, Ben Woodcroft wrote:
>
> Hi Raoul, good to see you here.
>
>
> On 17/12/16 03:16, Ra wrote:
>> * gnu/packages/statistics.scm (r): Update to 3.3.2.
>
> I successfully built R and all of its 243 dependencies on x86_64, and 
> except for the previously failing shogun, all built successfully. So I 
> think it is OK for master.
>
> Unless anyone objects, I'll push it to master tomorrow.
>

I added at attribution line and pushed as 
a1814e4a27aa2e99283d381ec7e090706fa1031d.


[-- Attachment #2: Type: text/html, Size: 1245 bytes --]

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

* Re: [PATCH] gnu: r: Update to 3.3.2
  2016-12-18  0:07   ` Ben Woodcroft
@ 2016-12-18 19:43     ` Ra
  0 siblings, 0 replies; 5+ messages in thread
From: Ra @ 2016-12-18 19:43 UTC (permalink / raw)
  To: Ben Woodcroft, guix-devel@gnu.org

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

Hi Ben,
thanks for reviewing the patch. I am very happy to contribute even if this
is minimal :)

Hope to provide more patch and new software and use in production in our
infra.

On Sun, Dec 18, 2016 at 1:07 AM Ben Woodcroft <b.woodcroft@uq.edu.au> wrote:

> On 17/12/16 17:52, Ben Woodcroft wrote:
>
> Hi Raoul, good to see you here.
>
> On 17/12/16 03:16, Ra wrote:
>
> * gnu/packages/statistics.scm (r): Update to 3.3.2.
>
> I successfully built R and all of its 243 dependencies on x86_64, and
> except for the previously failing shogun, all built successfully. So I
> think it is OK for master.
>
> Unless anyone objects, I'll push it to master tomorrow.
>
>
> I added at attribution line and pushed as
> a1814e4a27aa2e99283d381ec7e090706fa1031d.
>
>

[-- Attachment #2: Type: text/html, Size: 1877 bytes --]

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

end of thread, other threads:[~2016-12-18 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 22:39 [PATCH] gnu: r: Update to 3.3.2 Ra
  -- strict thread matches above, loose matches on Subject: below --
2016-12-16 17:16 Ra
2016-12-17  7:52 ` Ben Woodcroft
2016-12-18  0:07   ` Ben Woodcroft
2016-12-18 19:43     ` Ra

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