diff options
author | mef <mef@pkgsrc.org> | 2022-04-23 05:17:13 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2022-04-23 05:17:13 +0000 |
commit | 339bac8e384cb32b6128497de3f114e06c6eec8b (patch) | |
tree | 6d2d3fc0b1f26504919efa7cafd00e892ff0265c | |
parent | 6454cb053e485fcecb706f18e17413b949f24847 (diff) | |
download | pkgsrc-339bac8e384cb32b6128497de3f114e06c6eec8b.tar.gz |
Added math/R-modelr version 0.1.8
-rw-r--r-- | doc/CHANGES-2022 | 3 | ||||
-rw-r--r-- | math/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b23be435762..0223aadaa8c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2007 2022/04/23 05:12:36 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2008 2022/04/23 05:17:14 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3145,3 +3145,4 @@ Changes to the packages collection and infrastructure in 2022: Updated print/R-knitr to 1.38 [mef 2022-04-23] Updated textproc/R-jsonlite to 1.8.0 [mef 2022-04-23] Added textproc/R-dtplyr version 1.2.1 [mef 2022-04-23] + Added math/R-modelr version 0.1.8 [mef 2022-04-23] diff --git a/math/Makefile b/math/Makefile index 9f8e7f0b1e0..74efe49b101 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.539 2022/04/16 01:20:10 markd Exp $ +# $NetBSD: Makefile,v 1.540 2022/04/23 05:17:13 mef Exp $ COMMENT= Mathematics @@ -78,6 +78,7 @@ SUBDIR+= R-mapproj SUBDIR+= R-minqa SUBDIR+= R-mitools SUBDIR+= R-mnormt +SUBDIR+= R-modelr SUBDIR+= R-moonsun SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf |