From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 08 14:06:38 2022 Received: (at 54303) by debbugs.gnu.org; 8 Mar 2022 19:06:38 +0000 Received: from localhost ([127.0.0.1]:57932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRfAL-0003xD-OF for submit@debbugs.gnu.org; Tue, 08 Mar 2022 14:06:38 -0500 Received: from mail-wr1-f46.google.com ([209.85.221.46]:38618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRfAJ-0003wU-Ot for 54303@debbugs.gnu.org; Tue, 08 Mar 2022 14:06:36 -0500 Received: by mail-wr1-f46.google.com with SMTP id t11so30074661wrm.5 for <54303@debbugs.gnu.org>; Tue, 08 Mar 2022 11:06:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=p1spB9BRaY5FcJCLgmjWhDkYVj/Ryy7oyx8GP5pWdiQ=; b=XwDXwy52MST6abQGYaG8TlXodxdrTk3diyXQUmUY+1H1/YbzLZTns80bUIynMEsBAc rWUiorTuK4k1f6Mdc1M3mIEZpiRHFy/y6HrgPk56RATnNphMIuSgeEVRnxqwC4KjE02p qGXZh/1L6Ur37QsvxgFHfAwxKPFiN3YKqamWbFrUc17NYDFbSmD886uiQ8eqlfxkYt+U /SrCajLemQLXkiJcdr6iZn0idOXujCbqa7vOTnNQ+JiwueUb6fM/JL7JX2weNiGrAYdF UeABRoCh90Nf4EDZslm3h1SozUFQBJXcIedYA+YYFhshl/xT57tQxH86y9GAWnZ7ODPy Zd4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=p1spB9BRaY5FcJCLgmjWhDkYVj/Ryy7oyx8GP5pWdiQ=; b=fTvbVYpkAJ/VIu1r0RECpXj6bNYDdUo8z28kVBIZUZvFIeGTXxfWA2kf7+Muis8VgK p5oogD+aL/UJlX51vvCmEFdkMh+nR7AwCyxtq9ebZhTy1+JHkH5HWsAOchEmX0zK5BLL MBkgMyiXR91UTcKt5VxYW7m1BLjpH2FkFcxV90TlwShS5mFEBacC0cDL/AqBWEPdYvbU iZy2QWyD8Z//DAShFJNgF7h+n+uc4s8sI4ii3k8pfizv3jK8kZLY0Df1+Gu62qqy9ME9 fdC8RHbdIuhmptIYfywd4hezAeZIbMdmhBqx1uHjRuzEHXunXtu3coEgTV9OFFWWIIiP QcMQ== X-Gm-Message-State: AOAM532uKn90/UDyuUxOFIB6L8vLhszn+YZoTKwX1qJAV8M8cIYDbBn/ cUomSSekXiV9FJbCTUpm3uqTuwRtBnY= X-Google-Smtp-Source: ABdhPJyDCbMwSfSTfo2Mb9CjcW7IbEW/ldo6r3WqE22fcXEaR5rzET5j0ltg6MU7igswTRRz3CWqcw== X-Received: by 2002:adf:ef05:0:b0:1f1:e4e3:92b7 with SMTP id e5-20020adfef05000000b001f1e4e392b7mr12065920wro.370.1646766390190; Tue, 08 Mar 2022 11:06:30 -0800 (PST) Received: from localhost.localdomain ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id m34-20020a05600c3b2200b00380e3225af9sm3335969wms.0.2022.03.08.11.06.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 11:06:29 -0800 (PST) From: zimoun To: 54303@debbugs.gnu.org Subject: [PATCH 3/6] gnu: Add r-babelwhale. Date: Tue, 8 Mar 2022 20:06:14 +0100 Message-Id: <20220308190617.1011563-3-zimon.toutoune@gmail.com> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220308190617.1011563-1-zimon.toutoune@gmail.com> References: <20220308190617.1011563-1-zimon.toutoune@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54303 Cc: zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/cran.scm (r-babelwhale): New variable. --- gnu/packages/cran.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 488a5c5bd4..46f0fb380f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -436,6 +436,28 @@ (define-public r-rticles for authoring journal articles and conference submissions.") (license license:gpl3))) +(define-public r-babelwhale + (package + (name "r-babelwhale") + (version "1.0.3") + (source + (origin + (method url-fetch) + (uri (cran-uri "babelwhale" version)) + (sha256 + (base32 "0ph825dwvr48fhamy1l5564linz7cj7b9sj511as77f1yqycv4a2")))) + (properties `((upstream-name . "babelwhale"))) + (build-system r-build-system) + (propagated-inputs + (list r-crayon r-dplyr r-dynutils r-processx r-purrr)) + (home-page "https://github.com/dynverse/babelwhale") + (synopsis "Talking to Docker and Singularity containers") + (description + "This package provides a unified interface to interact with Docker and +Singularity containers. You can execute a command inside a container, mount a +volume or copy a file.") + (license license:expat))) + (define-public r-benchmarkmedata (package (name "r-benchmarkmedata") -- 2.34.0