From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: [PATCH 0/7] Add bioconductor package creation tools. Date: Thu, 15 Sep 2016 13:37:47 +0200 Message-ID: <87mvj9s8ac.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUyQ-0001Qx-Le for guix-devel@gnu.org; Thu, 15 Sep 2016 07:36:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkUyK-0004Ic-Kv for guix-devel@gnu.org; Thu, 15 Sep 2016 07:36:57 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUyK-0004I0-HO for guix-devel@gnu.org; Thu, 15 Sep 2016 07:36:52 -0400 Received: from ip-80-113-14-101.ip.prioritytelecom.net ([80.113.14.101]:12169 helo=roel-tp) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1bkUyI-0005p4-TY for guix-devel@gnu.org; Thu, 15 Sep 2016 07:36:51 -0400 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" To: guix-devel@gnu.org Dear Guix, In the following patch series I add packages to do package development for Bioconductor. They have a couple of tools to perform extra checks to ensure Bioconductor packages work together well. Since I am trying to add a package to Bioconductor, I need these packages in GNU Guix. I've been using them for a couple of days and it seems to work fine. Kind regards, Roel Janssen