summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-04-06 23:08:02 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-04-07 09:23:44 +0200
commitcf1d72acd76eb89a463d3d31393051eae02a921f (patch)
tree439e75bddc8e06520a0cbed94d82a74f84a32103 /DESCRIPTION
parent2f5e7601eff06ea9f8c8f74682ac976e51ab93b7 (diff)
Add minimal R package files and directories.
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION21
1 files changed, 21 insertions, 0 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..f6e1bb2
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,21 @@
+Package: guix.install
+Type: Package
+Title: Install R Packages with GNU Guix
+Version: 1.0.0
+Date: 2022-04-06
+Author: Ricardo Wurmus
+Maintainer: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
+Description: This R package provides a single procedure guix.install,
+ which allows R users to install R packages via Guix right from within
+ their running R session. If the requested R package does not exist
+ in Guix at this time, the package and all its missing dependencies
+ will be imported recursively and the generated package definitions
+ will be written to ~/.Rguix/packages.scm. This record of imported
+ packages can be used later to reproduce the environment, and to add
+ the packages in question to a proper Guix channel (or Guix itself).
+ guix.install not only supports installing packages from CRAN, but
+ also from Bioconductor or even arbitrary git or mercurial
+ repositories, replacing the need for installation via devtools.
+Depends: R (>= 3.6.0)
+Imports: RUnit
+License: GPL (>= 3) \ No newline at end of file