summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mmwrweek/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-mmwrweek/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-mmwrweek/package.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-mmwrweek/package.py b/var/spack/repos/builtin/packages/r-mmwrweek/package.py
new file mode 100644
index 0000000000..f62bd6275c
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-mmwrweek/package.py
@@ -0,0 +1,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')