[Boostheaders-commits] r43 - / BoostHeadersROOT BoostHeadersROOT/inst pkg/BH/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat May 4 16:41:52 CEST 2013


Author: edd
Date: 2013-05-04 16:41:51 +0200 (Sat, 04 May 2013)
New Revision: 43

Added:
   BoostHeadersROOT/inst/
   BoostHeadersROOT/inst/NEWS.Rd
   pkg/BH/inst/NEWS.Rd
Modified:
   CreateBoost.sh
Log:
adding a NEWS.Rd file for the package, and making sure it is installed


Added: BoostHeadersROOT/inst/NEWS.Rd
===================================================================
--- BoostHeadersROOT/inst/NEWS.Rd	                        (rev 0)
+++ BoostHeadersROOT/inst/NEWS.Rd	2013-05-04 14:41:51 UTC (rev 43)
@@ -0,0 +1,28 @@
+\name{NEWS}
+\title{News for Package \pkg{BH}}
+\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
+\newcommand{\boost}{\href{http://www.boost.org}{\pkg{Boost}}}
+
+\section{Changes in [unreleased] version 1.51.0-1 (2013-05-04)}{
+  \itemize{
+    \item Expanded \boost coverage by adding \boost packages
+    \href{http://www.boost.org/doc/libs/release/libs/foreach}{\pkg{foreach}},
+    \href{http://www.boost.org/doc/libs/1_53_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist.html}{{\pkg{Statistical
+  Distributions}} and
+    \href{http://www.boost.org/doc/libs/release/libs/iostreams}{\pkg{iostreams}} 
+    (which addresses, respectively, R-Forge issue tickets 2527, 2533 and 2768).
+  }
+}
+
+\section{Changes in version 1.51.0-0 (2013-01-31)}{
+  \itemize{
+    \item First CRAN upload
+    \item Package can be used to successfully build \cpkg{bigmemory} and
+    \cpkg{RcppBDT}. It already contains significant portions of Boost libraries
+    algorithm, bind, concept, config, container, date_time, detail,
+    exceptions, filesystem, functional, interprocess, intrusive, iterator,
+    math, mpl, numeric, preprocessor, random, range, smart_ptr,
+    type_traits, unordered.
+  }
+}
+

Modified: CreateBoost.sh
===================================================================
--- CreateBoost.sh	2013-05-04 01:46:54 UTC (rev 42)
+++ CreateBoost.sh	2013-05-04 14:41:51 UTC (rev 43)
@@ -100,9 +100,10 @@
        ${pkgdir}/inst/include/doc \
        ${pkgdir}/inst/include/boost.css
 
-cp BoostHeadersROOT/LICENSE* \
-   BoostHeadersROOT/NAMESPACE ${pkgdir}
-cp -p BoostHeadersROOT/man/*.Rd ${pkgdir}/man
+cp -p BoostHeadersROOT/LICENSE* \
+      BoostHeadersROOT/NAMESPACE    ${pkgdir}
+cp -p BoostHeadersROOT/inst/NEWS.Rd ${pkgdir}/inst/
+cp -p BoostHeadersROOT/man/*.Rd     ${pkgdir}/man
 
 sed -e "s/XXX/${version}/g" \
     -e "s/YYY/${date}/g"    \

Added: pkg/BH/inst/NEWS.Rd
===================================================================
--- pkg/BH/inst/NEWS.Rd	                        (rev 0)
+++ pkg/BH/inst/NEWS.Rd	2013-05-04 14:41:51 UTC (rev 43)
@@ -0,0 +1,28 @@
+\name{NEWS}
+\title{News for Package \pkg{BH}}
+\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
+\newcommand{\boost}{\href{http://www.boost.org}{\pkg{Boost}}}
+
+\section{Changes in [unreleased] version 1.51.0-1 (2013-05-04)}{
+  \itemize{
+    \item Expanded \boost coverage by adding \boost packages
+    \href{http://www.boost.org/doc/libs/release/libs/foreach}{\pkg{foreach}},
+    \href{http://www.boost.org/doc/libs/1_53_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist.html}{{\pkg{Statistical
+  Distributions}} and
+    \href{http://www.boost.org/doc/libs/release/libs/iostreams}{\pkg{iostreams}} 
+    (which addresses, respectively, R-Forge issue tickets 2527, 2533 and 2768).
+  }
+}
+
+\section{Changes in version 1.51.0-0 (2013-01-31)}{
+  \itemize{
+    \item First CRAN upload
+    \item Package can be used to successfully build \cpkg{bigmemory} and
+    \cpkg{RcppBDT}. It already contains significant portions of Boost libraries
+    algorithm, bind, concept, config, container, date_time, detail,
+    exceptions, filesystem, functional, interprocess, intrusive, iterator,
+    math, mpl, numeric, preprocessor, random, range, smart_ptr,
+    type_traits, unordered.
+  }
+}
+



More information about the Boostheaders-commits mailing list