spack/var/spack/repos/builtin/packages/r-caroline/package.py
Harmen Stoppels fce95e2efb
license year bump (#34921)
* license bump year
* fix black issues of modified files
* mypy
* fix 2021 -> 2023
2023-01-18 14:30:17 -08:00

29 lines
1.2 KiB
Python

# Copyright 2013-2023 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.package import *
class RCaroline(RPackage):
"""A Collection of Database, Data Structure, Visualization, andUtility
Functions for R.
The caroline R library contains dozens of functions useful for: database
migration (dbWriteTable2), database style joins & aggregation (nerge,
groupBy & bestBy), data structure conversion (nv, tab2df), legend table
making (sstable & leghead), plot annotation (labsegs & mvlabs), data
visualization (violins, pies & raPlot), character string manipulation (m &
pad), file I/O (write.delim), batch scripting and more. The package's
greatest contributions lie in the database style merge, aggregation and
interface functions as well as in it's extensive use and propagation of
row, column and vector names in most functions."""
cran = "caroline"
version("0.8.0", sha256="58f464711f7279ca2aa173e6ce29d3308e01db37dccefbbf14cd7720c0231976")
version("0.7.6", sha256="e7ba948f7d87f091b498dd0eec2ca4fdad7af4e2bbb67e0945c2f0d3f2eadda9")
depends_on("r@1.8.0:", type=("build", "run"))