Skip to content

Commit be86c2d

Browse files
committed
put all .Ringore stuff back (because I couldn't get it to work)
1 parent 7d2be66 commit be86c2d

File tree

12,372 files changed

+2587219
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,372 files changed

+2587219
-0
lines changed

build/R/BH/DESCRIPTION

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Package: BH
2+
Type: Package
3+
Title: Boost C++ Header Files
4+
Version: 1.69.0-1
5+
Date: 2019-01-07
6+
Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane
7+
Maintainer: Dirk Eddelbuettel <[email protected]>
8+
Description: Boost provides free peer-reviewed portable C++ source
9+
libraries. A large part of Boost is provided as C++ template code
10+
which is resolved entirely at compile-time without linking. This
11+
package aims to provide the most useful subset of Boost libraries
12+
for template use among CRAN package. By placing these libraries in
13+
this package, we offer a more efficient distribution system for CRAN
14+
as replication of this code in the sources of other packages is
15+
avoided. As of release 1.69.0-1, the following Boost libraries are
16+
included: 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind'
17+
'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time'
18+
'detail' 'dynamic_bitset' 'exception' 'filesystem' 'flyweight' 'foreach'
19+
'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer'
20+
'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'math' 'move' 'mpl'
21+
'multiprcecision' 'numeric' 'pending' 'phoenix' 'preprocessor'
22+
'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit'
23+
'tuple' 'type_traits' 'typeof' 'unordered' 'utility' 'uuid'.
24+
License: BSL-1.0
25+
BugReports: https://github.com/eddelbuettel/bh/issues
26+
NeedsCompilation: no
27+
Packaged: 2019-01-07 12:00:43.681885 UTC; edd
28+
Repository: CRAN
29+
Date/Publication: 2019-01-07 19:50:25 UTC
30+
Built: R 3.3.0; ; 2019-09-20 02:15:04 UTC; unix

build/R/BH/INDEX

Whitespace-only changes.

build/R/BH/Meta/Rd.rds

163 Bytes
Binary file not shown.

build/R/BH/Meta/hsearch.rds

186 Bytes
Binary file not shown.

build/R/BH/Meta/links.rds

36 Bytes
Binary file not shown.

build/R/BH/Meta/nsInfo.rds

196 Bytes
Binary file not shown.

build/R/BH/Meta/package.rds

1.14 KB
Binary file not shown.

build/R/BH/NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exportPattern("^[[:alpha:]]+")

build/R/BH/NEWS.Rd

+190
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
\name{NEWS}
2+
\title{News for Package \pkg{BH}}
3+
\newcommand{\boost}{\href{http://www.boost.org}{\pkg{Boost}}}
4+
\newcommand{\boostPkg}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#1}}}
5+
\newcommand{\boostPkgTwo}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#2}}}
6+
\newcommand{\rfticket}{\href{https://r-forge.r-project.org/tracker/index.php?func=detail&aid=#1}{#1}}
7+
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/bh/issues/#1}{##1}}
8+
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/bh/pull/#1}{##1}}
9+
10+
\section{Changes in version 1.69.0-1 (2019-01-07)}{
11+
\itemize{
12+
\item Upgraded to \boost 1.69.0 (plus the few local tweaks)
13+
\item Applied the standard minimal patch with required changes, as
14+
well as the newer changeset for diagnostics pragma suppression.
15+
\item Following a pre-release in December, maintainers of three
16+
packages affected by the 1.66 to 1.69 were contacted, and changes
17+
were prepared.
18+
}
19+
}
20+
21+
\section{Changes in version 1.66.0-1 (2018-02-12)}{
22+
\itemize{
23+
\item Upgraded to \boost 1.66.0 (plus the few local tweaks)
24+
\item Added Boost \boostPkg{compute} (as requested in \ghit{16})
25+
}
26+
}
27+
28+
\section{Changes in version 1.65.0-1 (2017-08-24)}{
29+
\itemize{
30+
\item Upgraded to \boost 1.64 and then 1.65 installed directly from
31+
upstream source with several minor tweaks (as before)
32+
\item Fourth tweak corrects a misplaced curly brace (see the
33+
Boost ublas GitHub repo and its issue #40)
34+
\item Added Boost \boostPkg{align} (as requested in \ghit{32})
35+
\item Added Boost \boostPkg{sort} (as requested in \ghit{35})
36+
\item Added Boost \boostPkg{multiprecision} by fixing a script typo
37+
(as requested in \ghit{42})
38+
\item Updated Travis CI support via newer \code{run.sh}
39+
}
40+
}
41+
42+
\section{Changes in version 1.62.0-1 (2016-11-15)}{
43+
\itemize{
44+
\item Upgraded to \boost 1.62 installed directly from upstream source
45+
\item Added Boost \boostPkg{property_tree} as requested in \ghit{29}
46+
by Aydin Demircioglu
47+
\item Added Boost \boostPkg{scope_exit} as requested in \ghit{30} by
48+
Kirill Mueller
49+
\item Added Boost \boostPkg{atomic} which we had informally added
50+
since 1.58.0
51+
}
52+
}
53+
54+
\section{Changes in version 1.60.0-2 (2016-05-06)}{
55+
\itemize{
56+
\item Added Boost \boostPkg{bimap} via GH pull request \ghpr{24} by
57+
Jim Hester
58+
\item Added Boost \boostPkg{icl} via GH pull request \ghpr{27} by
59+
Jay Hesselbert
60+
\item Added Boost \boostPkg{flyweight} as requested in GH ticket \ghit{26}
61+
}
62+
}
63+
64+
\section{Changes in version 1.60.0-1 (2015-12-24)}{
65+
\itemize{
66+
\item Upgraded to \boost 1.60 installed directly from upstream source
67+
\item Added Boost \boostPkg{phoenix} as discussed in GH ticket \ghit{19}
68+
}
69+
}
70+
71+
\section{Changes in version 1.58.0-1 (2015-05-21)}{
72+
\itemize{
73+
\item Upgraded to \boost 1.58 installed directly from upstream source
74+
\item Added Boost \boostPkg{multiprecision} as requested in GH ticket \ghit{12} based
75+
on rcpp-devel request by Jordi Molins Coronado
76+
}
77+
}
78+
79+
\section{Changes in version 1.55.0-3 (2015-01-04)}{
80+
\itemize{
81+
\item Added Boost \boostPkg{graph} requested in GH ticket
82+
\ghit{9} by Dirk for \CRANpkg{RcppStreams}
83+
}
84+
}
85+
86+
\section{Changes in version 1.55.0-2 (2015-01-03)}{
87+
\itemize{
88+
\item Added Boost \boostPkg{fusion} requested in GH ticket
89+
\ghit{7} by Dirk for \CRANpkg{RcppStreams}
90+
}
91+
}
92+
93+
\section{Changes in version 1.55.0-1 (2014-12-21)}{
94+
\itemize{
95+
\item Upgraded to \boost 1.55 once again from the
96+
\href{https://packages.debian.org/source/sid/boost1.55}{Debian tarball}
97+
\item Added Boost \boostPkg{geometry} requested in GH ticket \ghit{5} by 'teramonagi'
98+
}
99+
}
100+
101+
\section{Changes in version 1.54.0-5 (2014-11-09)}{
102+
\itemize{
103+
\item Added Boost \boostPkg{circular_buffer} requested by Ben Goodrich for \CRANpkg{rstan}
104+
}
105+
}
106+
107+
\section{Changes in version 1.54.0-4 (2014-08-29)}{
108+
\itemize{
109+
\item Added Boost \boostPkg{any} requested by Greg Jeffries for his \CRANpkg{nabor} package
110+
}
111+
}
112+
113+
\section{Changes in version 1.54.0-3 (2014-08-03)}{
114+
\itemize{
115+
\item Added Boost \boostPkg{heap} library which will be needed by the next
116+
version of \CRANpkg{RcppMLPACK}
117+
}
118+
}
119+
120+
\section{Changes in version 1.54.0-2 (2014-04-14)}{
121+
\itemize{
122+
\item Bug fix to \code{lexical_cast.hpp} which now uses the test for
123+
INT128 which the rest of Boost uses, consistent with Boost 1.55 too.
124+
}
125+
}
126+
127+
\section{Changes in version 1.54.0-1 (2014-04-07)}{
128+
\itemize{
129+
\item Upgraded to Boost 1.54.0
130+
\item Adjust build script \code{local/script/CreateBoost.sh} accordingly
131+
\item Renamed \code{generation_runge_kutta_cash_karp54_classic.hpp}
132+
to \code{generation_runge_kutta_cash_karp54_cl.hpp} to remain within
133+
100-character limit for \code{tar}; also adjust corresponding
134+
\code{#include} in \code{numeric/odeint/stepper/generation.hpp}
135+
}
136+
}
137+
138+
\section{Changes in version 1.51.0-4 (2014-01-01)}{
139+
\itemize{
140+
\item Rewritten main package creation script to no longer scan for
141+
what \CRANpkg{bigmemory} and \CRANpkg{synchronicity} use, but rather
142+
explicitly copy over an (equivalent) list of explicitly-enumerated
143+
\boost libraries
144+
\item Repository moved from R-Forge to GitHub, scripts and layout
145+
adjusted accordingly
146+
\item Besides the implicitly expanded coverage by including the
147+
complete libraries, we also expanded from
148+
\boostPkg{math/doc/html/dist.html} to all of \boostPkg{math}.
149+
}
150+
}
151+
152+
\section{Changes in version 1.51.0-3 (2013-10-19)}{
153+
\itemize{
154+
\item Expanded \boost coverage by adding \boost packages
155+
\boostPkg{spirit}, \boostPkg{foreach}, \boostPkg{algorithm},
156+
\boostPkg{iostreams}.
157+
}
158+
}
159+
160+
\section{Changes in version 1.51.0-2 (2013-07-29)}{
161+
\itemize{
162+
\item Expanded \boost coverage by adding \boost packages
163+
\boostPkg{random} and \boostPkg{unordered}.
164+
}
165+
}
166+
167+
\section{Changes in [unreleased] version 1.51.0-1 (2013-05-04)}{
168+
\itemize{
169+
\item Expanded \boost coverage by adding \boost packages \boostPkg{foreach},
170+
\boostPkgTwo{math/doc/html/dist.html}{statistical
171+
distributions}, and \boostPkg{iostreams}. This addresses,
172+
respectively, R-Forge issue tickets \rfticket{2527}, \rfticket{2533}
173+
and \rfticket{2768}.
174+
\item The package can now also be used to compile CRAN package
175+
\CRANpkg{ExactNumCI} and \CRANpkg{rcppbugs}.
176+
}
177+
}
178+
179+
\section{Changes in version 1.51.0-0 (2013-01-31)}{
180+
\itemize{
181+
\item First CRAN upload
182+
\item The package can be used to build \CRANpkg{bigmemory} and
183+
\CRANpkg{RcppBDT} as it already contains significant portions of Boost libraries
184+
algorithm, bind, concept, config, container, date_time, detail,
185+
exceptions, filesystem, functional, interprocess, intrusive, iterator,
186+
math, mpl, numeric, preprocessor, random, range, smart_ptr,
187+
type_traits, unordered.
188+
}
189+
}
190+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
///////////////////////////////////////////////////////////////////////////////
2+
/// \file accumulators.hpp
3+
/// Includes all of the Accumulators Framework
4+
//
5+
// Copyright 2005 Eric Niebler. Distributed under the Boost
6+
// Software License, Version 1.0. (See accompanying file
7+
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8+
9+
#ifndef BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005
10+
#define BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005
11+
12+
#include <boost/accumulators/framework/accumulator_set.hpp>
13+
#include <boost/accumulators/framework/accumulator_concept.hpp>
14+
#include <boost/accumulators/framework/accumulator_base.hpp>
15+
#include <boost/accumulators/framework/extractor.hpp>
16+
#include <boost/accumulators/framework/external.hpp>
17+
#include <boost/accumulators/framework/features.hpp>
18+
#include <boost/accumulators/framework/parameters/accumulator.hpp>
19+
#include <boost/accumulators/framework/parameters/sample.hpp>
20+
#include <boost/accumulators/framework/parameters/weight.hpp>
21+
#include <boost/accumulators/framework/parameters/weights.hpp>
22+
#include <boost/accumulators/framework/accumulators/external_accumulator.hpp>
23+
#include <boost/accumulators/framework/accumulators/droppable_accumulator.hpp>
24+
#include <boost/accumulators/framework/accumulators/reference_accumulator.hpp>
25+
#include <boost/accumulators/framework/accumulators/value_accumulator.hpp>
26+
27+
#endif

0 commit comments

Comments
 (0)