[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add r-adapr.
From: |
guix-commits |
Subject: |
07/09: gnu: Add r-adapr. |
Date: |
Wed, 1 Jan 2020 07:33:22 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7340ae0c6df6f2f79f8296f118ba82680c752399
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 1 12:58:22 2020 +0100
gnu: Add r-adapr.
* gnu/packages/cran.scm (r-adapr): New variable.
---
gnu/packages/cran.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c4de940..155c618 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19141,3 +19141,41 @@ artifacts.")
hosted on CRAN and provides functions to list available versions and the
versions of currently installed packages.")
(license license:bsd-3)))
+
+(define-public r-adapr
+ (package
+ (name "r-adapr")
+ (version "2.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "adapr" version))
+ (sha256
+ (base32
+ "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
+ (properties `((upstream-name . "adapr")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-archivist" ,r-archivist)
+ ("r-devtools" ,r-devtools)
+ ("r-digest" ,r-digest)
+ ("r-doparallel" ,r-doparallel)
+ ("r-gdata" ,r-gdata)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-git2r" ,r-git2r)
+ ("r-igraph" ,r-igraph)
+ ("r-knitr" ,r-knitr)
+ ("r-plotly" ,r-plotly)
+ ("r-plyr" ,r-plyr)
+ ("r-rmarkdown" ,r-rmarkdown)
+ ("r-shiny" ,r-shiny)
+ ("r-shinydashboard" ,r-shinydashboard)
+ ("r-versions" ,r-versions)))
+ (home-page "https://cran.r-project.org/web/packages/adapr/")
+ (synopsis "Implementation of an accountable data analysis process")
+ (description
+ "This package tracks reading and writing within R scripts that are
+organized into a directed acyclic graph. It contains an interactive Shiny
+application @code{adaprApp()}. It uses Git and file hashes to track version
+histories of inputs and outputs.")
+ (license license:lgpl2.0)))
- branch master updated (8220e89 -> 9380968), guix-commits, 2020/01/01
- 02/09: gnu: Add r-imputeyn., guix-commits, 2020/01/01
- 04/09: gnu: Add r-flock., guix-commits, 2020/01/01
- 05/09: gnu: Add r-archivist., guix-commits, 2020/01/01
- 08/09: gnu: Add r-adapsamp., guix-commits, 2020/01/01
- 06/09: gnu: Add r-versions., guix-commits, 2020/01/01
- 07/09: gnu: Add r-adapr.,
guix-commits <=
- 01/09: gnu: Add r-emplik., guix-commits, 2020/01/01
- 03/09: gnu: Add r-adapenetclass., guix-commits, 2020/01/01
- 09/09: gnu: Add r-adaptalint., guix-commits, 2020/01/01