From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 01/19] gnu: Add r-assertthat. Date: Sun, 13 Sep 2015 22:25:07 +0200 Message-ID: <87y4ga83to.fsf@elephly.net> References: <871te29jc0.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDpu-0007EX-AW for guix-devel@gnu.org; Sun, 13 Sep 2015 16:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbDpr-0008BN-7Q for guix-devel@gnu.org; Sun, 13 Sep 2015 16:25:18 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:25226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDpr-0008Ac-0M for guix-devel@gnu.org; Sun, 13 Sep 2015 16:25:15 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Thompson, David" Cc: guix-devel , Vicente Vera Thompson, David writes: > On Sun, Sep 13, 2015 at 4:04 PM, Ricardo Wurmus wrote: >>> + (uri (string-append "mirror://cran/src/contrib/assertthat_" >>> + version ".tar.gz")) >> >> I wonder if new patches should already contain the archive URI in >> addition to the default URI. It was pointed out in a previous thread >> that the simple URI produced by the importer is only valid for the >> latest version. > > I would recommend creating a 'cran-uri' procedure to avoid having to > do this everywhere manually. Yes, this makes even more sense now. I can only resume work on this by the end of the week, unfortunately. ~~ Ricardo