summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mmwrweek/package.py
blob: f62bd6275c6e2329c1ecc8c970877ac1c78fe54d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2018 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 RMmwrweek(RPackage):
    """The first day of any MMWR week is Sunday. MMWR week numbering is
    sequential beginning with 1 and incrementing with each week to a maximum
    of 52 or 53. MMWR week #1 of an MMWR year is the first week of the year
    that has at least four days in the calendar year. This package provides
    functionality to convert Dates to MMWR day, week, and year and the
    reverse."""

    homepage = "https://cran.r-project.org/package=MMWRweek"
    url      = "https://cran.r-project.org/src/contrib/MMWRweek_0.1.1.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/MMWRweek"

    version('0.1.1', 'a1245025126f8a96c72be8f7b06b0499')