summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-utils/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-utils/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-utils/package.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/var/spack/repos/builtin/packages/r-utils/package.py b/var/spack/repos/builtin/packages/r-utils/package.py
deleted file mode 100644
index 45caeafb93..0000000000
--- a/var/spack/repos/builtin/packages/r-utils/package.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
-# Spack Project Developers. See the top-level COPYRIGHT file for details.
-#
-# SPDX-License-Identifier: (Apache-2.0 OR MIT)
-
-from spack import *
-
-
-class RUtils(RPackage):
- """Utility functions useful when programming and
- developing R packages."""
-
- homepage = "https://github.com/HenrikBengtsson/R.utils"
- url = "https://cran.rstudio.com/src/contrib/R.utils_2.5.0.tar.gz"
- list_url = "https://cran.r-project.org/src/contrib/Archive/R.utils"
-
- version('2.5.0', 'a728ef3ceb35cafc4c39ea577cecc38b')
-
- depends_on('r-oo', type=('build', 'run'))