unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: Cyril Roelandt <tipecaml@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Outdated package "r-scales"
Date: Wed, 9 Sep 2015 18:25:52 -0300	[thread overview]
Message-ID: <CAMfbzvCp51vtLXBjQc5nOUFi3i0ta2dDmjnS+7C9+F8gtbM_EQ@mail.gmail.com> (raw)
In-Reply-To: <55F0943B.40100@gmail.com>

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

Patch attached.

2015-09-09 17:19 GMT-03:00 Cyril Roelandt <tipecaml@gmail.com>:
> On 09/09/2015 09:50 PM, Vicente Vera wrote:
>> Hello,
>> Right now installing r-ggplot2 fails because dependency r-scales can't
>> be found on CRAN mirrors:
>>
>> ERROR: download failed
>> "http://cran.../src/contrib/scales_0.2.5.tar.gz" 404 "Not Found"
>>
>
> Are old versions always removed from the CRAN mirrors?
>
> Could you send a patch to update r-scales?
>
> Thanks,
> Cyril.
>

[-- Attachment #2: 0001-gnu-r-scales-Update-to-0.3.0.patch --]
[-- Type: text/x-patch, Size: 1150 bytes --]

From f70dc3b10fc9274ca3b6d95f966928e7ed71432d Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Wed, 9 Sep 2015 18:07:09 -0300
Subject: [PATCH] gnu: r-scales: Update to 0.3.0.

* gnu/packages/statistics.scm (r-scales): Update to 0.3.0.
---
 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 29cd34a..2e89fa9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -445,14 +445,14 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-scales
   (package
     (name "r-scales")
-    (version "0.2.5")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cran/src/contrib/scales_"
                            version ".tar.gz"))
        (sha256
-        (base32 "12xrmn1vh64dl46bq7n7pa427aicb2ifjrby9in3m32nyvir0kac"))))
+        (base32 "1kkgpqzb0a6lnpblhcprr4qzyfk5lhicdv4639xs5cq16n7bkqgl"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dichromat" ,r-dichromat)
-- 
2.5.1


  reply	other threads:[~2015-09-09 21:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-09 19:50 Outdated package "r-scales" Vicente Vera
2015-09-09 20:02 ` Vicente Vera
2015-09-09 20:19 ` Cyril Roelandt
2015-09-09 21:25   ` Vicente Vera [this message]
2015-09-09 21:35   ` Alex Kost
2015-09-10  9:52     ` Ludovic Courtès
2015-09-10 10:02       ` Ricardo Wurmus
2015-09-10  9:54 ` Ludovic Courtès

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=CAMfbzvCp51vtLXBjQc5nOUFi3i0ta2dDmjnS+7C9+F8gtbM_EQ@mail.gmail.com \
    --to=vicentemvp@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=tipecaml@gmail.com \
    /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).