-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
put all .Ringore stuff back (because I couldn't get it to work)
- Loading branch information
1 parent
7d2be66
commit be86c2d
Showing
12,372 changed files
with
2,587,219 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Package: BH | ||
Type: Package | ||
Title: Boost C++ Header Files | ||
Version: 1.69.0-1 | ||
Date: 2019-01-07 | ||
Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Description: Boost provides free peer-reviewed portable C++ source | ||
libraries. A large part of Boost is provided as C++ template code | ||
which is resolved entirely at compile-time without linking. This | ||
package aims to provide the most useful subset of Boost libraries | ||
for template use among CRAN package. By placing these libraries in | ||
this package, we offer a more efficient distribution system for CRAN | ||
as replication of this code in the sources of other packages is | ||
avoided. As of release 1.69.0-1, the following Boost libraries are | ||
included: 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind' | ||
'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time' | ||
'detail' 'dynamic_bitset' 'exception' 'filesystem' 'flyweight' 'foreach' | ||
'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer' | ||
'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'math' 'move' 'mpl' | ||
'multiprcecision' 'numeric' 'pending' 'phoenix' 'preprocessor' | ||
'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' | ||
'tuple' 'type_traits' 'typeof' 'unordered' 'utility' 'uuid'. | ||
License: BSL-1.0 | ||
BugReports: https://github.com/eddelbuettel/bh/issues | ||
NeedsCompilation: no | ||
Packaged: 2019-01-07 12:00:43.681885 UTC; edd | ||
Repository: CRAN | ||
Date/Publication: 2019-01-07 19:50:25 UTC | ||
Built: R 3.3.0; ; 2019-09-20 02:15:04 UTC; unix |
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
exportPattern("^[[:alpha:]]+") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
\name{NEWS} | ||
\title{News for Package \pkg{BH}} | ||
\newcommand{\boost}{\href{http://www.boost.org}{\pkg{Boost}}} | ||
\newcommand{\boostPkg}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#1}}} | ||
\newcommand{\boostPkgTwo}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#2}}} | ||
\newcommand{\rfticket}{\href{https://r-forge.r-project.org/tracker/index.php?func=detail&aid=#1}{#1}} | ||
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/bh/issues/#1}{##1}} | ||
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/bh/pull/#1}{##1}} | ||
|
||
\section{Changes in version 1.69.0-1 (2019-01-07)}{ | ||
\itemize{ | ||
\item Upgraded to \boost 1.69.0 (plus the few local tweaks) | ||
\item Applied the standard minimal patch with required changes, as | ||
well as the newer changeset for diagnostics pragma suppression. | ||
\item Following a pre-release in December, maintainers of three | ||
packages affected by the 1.66 to 1.69 were contacted, and changes | ||
were prepared. | ||
} | ||
} | ||
|
||
\section{Changes in version 1.66.0-1 (2018-02-12)}{ | ||
\itemize{ | ||
\item Upgraded to \boost 1.66.0 (plus the few local tweaks) | ||
\item Added Boost \boostPkg{compute} (as requested in \ghit{16}) | ||
} | ||
} | ||
|
||
\section{Changes in version 1.65.0-1 (2017-08-24)}{ | ||
\itemize{ | ||
\item Upgraded to \boost 1.64 and then 1.65 installed directly from | ||
upstream source with several minor tweaks (as before) | ||
\item Fourth tweak corrects a misplaced curly brace (see the | ||
Boost ublas GitHub repo and its issue #40) | ||
\item Added Boost \boostPkg{align} (as requested in \ghit{32}) | ||
\item Added Boost \boostPkg{sort} (as requested in \ghit{35}) | ||
\item Added Boost \boostPkg{multiprecision} by fixing a script typo | ||
(as requested in \ghit{42}) | ||
\item Updated Travis CI support via newer \code{run.sh} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.62.0-1 (2016-11-15)}{ | ||
\itemize{ | ||
\item Upgraded to \boost 1.62 installed directly from upstream source | ||
\item Added Boost \boostPkg{property_tree} as requested in \ghit{29} | ||
by Aydin Demircioglu | ||
\item Added Boost \boostPkg{scope_exit} as requested in \ghit{30} by | ||
Kirill Mueller | ||
\item Added Boost \boostPkg{atomic} which we had informally added | ||
since 1.58.0 | ||
} | ||
} | ||
|
||
\section{Changes in version 1.60.0-2 (2016-05-06)}{ | ||
\itemize{ | ||
\item Added Boost \boostPkg{bimap} via GH pull request \ghpr{24} by | ||
Jim Hester | ||
\item Added Boost \boostPkg{icl} via GH pull request \ghpr{27} by | ||
Jay Hesselbert | ||
\item Added Boost \boostPkg{flyweight} as requested in GH ticket \ghit{26} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.60.0-1 (2015-12-24)}{ | ||
\itemize{ | ||
\item Upgraded to \boost 1.60 installed directly from upstream source | ||
\item Added Boost \boostPkg{phoenix} as discussed in GH ticket \ghit{19} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.58.0-1 (2015-05-21)}{ | ||
\itemize{ | ||
\item Upgraded to \boost 1.58 installed directly from upstream source | ||
\item Added Boost \boostPkg{multiprecision} as requested in GH ticket \ghit{12} based | ||
on rcpp-devel request by Jordi Molins Coronado | ||
} | ||
} | ||
|
||
\section{Changes in version 1.55.0-3 (2015-01-04)}{ | ||
\itemize{ | ||
\item Added Boost \boostPkg{graph} requested in GH ticket | ||
\ghit{9} by Dirk for \CRANpkg{RcppStreams} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.55.0-2 (2015-01-03)}{ | ||
\itemize{ | ||
\item Added Boost \boostPkg{fusion} requested in GH ticket | ||
\ghit{7} by Dirk for \CRANpkg{RcppStreams} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.55.0-1 (2014-12-21)}{ | ||
\itemize{ | ||
\item Upgraded to \boost 1.55 once again from the | ||
\href{https://packages.debian.org/source/sid/boost1.55}{Debian tarball} | ||
\item Added Boost \boostPkg{geometry} requested in GH ticket \ghit{5} by 'teramonagi' | ||
} | ||
} | ||
|
||
\section{Changes in version 1.54.0-5 (2014-11-09)}{ | ||
\itemize{ | ||
\item Added Boost \boostPkg{circular_buffer} requested by Ben Goodrich for \CRANpkg{rstan} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.54.0-4 (2014-08-29)}{ | ||
\itemize{ | ||
\item Added Boost \boostPkg{any} requested by Greg Jeffries for his \CRANpkg{nabor} package | ||
} | ||
} | ||
|
||
\section{Changes in version 1.54.0-3 (2014-08-03)}{ | ||
\itemize{ | ||
\item Added Boost \boostPkg{heap} library which will be needed by the next | ||
version of \CRANpkg{RcppMLPACK} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.54.0-2 (2014-04-14)}{ | ||
\itemize{ | ||
\item Bug fix to \code{lexical_cast.hpp} which now uses the test for | ||
INT128 which the rest of Boost uses, consistent with Boost 1.55 too. | ||
} | ||
} | ||
|
||
\section{Changes in version 1.54.0-1 (2014-04-07)}{ | ||
\itemize{ | ||
\item Upgraded to Boost 1.54.0 | ||
\item Adjust build script \code{local/script/CreateBoost.sh} accordingly | ||
\item Renamed \code{generation_runge_kutta_cash_karp54_classic.hpp} | ||
to \code{generation_runge_kutta_cash_karp54_cl.hpp} to remain within | ||
100-character limit for \code{tar}; also adjust corresponding | ||
\code{#include} in \code{numeric/odeint/stepper/generation.hpp} | ||
} | ||
} | ||
|
||
\section{Changes in version 1.51.0-4 (2014-01-01)}{ | ||
\itemize{ | ||
\item Rewritten main package creation script to no longer scan for | ||
what \CRANpkg{bigmemory} and \CRANpkg{synchronicity} use, but rather | ||
explicitly copy over an (equivalent) list of explicitly-enumerated | ||
\boost libraries | ||
\item Repository moved from R-Forge to GitHub, scripts and layout | ||
adjusted accordingly | ||
\item Besides the implicitly expanded coverage by including the | ||
complete libraries, we also expanded from | ||
\boostPkg{math/doc/html/dist.html} to all of \boostPkg{math}. | ||
} | ||
} | ||
|
||
\section{Changes in version 1.51.0-3 (2013-10-19)}{ | ||
\itemize{ | ||
\item Expanded \boost coverage by adding \boost packages | ||
\boostPkg{spirit}, \boostPkg{foreach}, \boostPkg{algorithm}, | ||
\boostPkg{iostreams}. | ||
} | ||
} | ||
|
||
\section{Changes in version 1.51.0-2 (2013-07-29)}{ | ||
\itemize{ | ||
\item Expanded \boost coverage by adding \boost packages | ||
\boostPkg{random} and \boostPkg{unordered}. | ||
} | ||
} | ||
|
||
\section{Changes in [unreleased] version 1.51.0-1 (2013-05-04)}{ | ||
\itemize{ | ||
\item Expanded \boost coverage by adding \boost packages \boostPkg{foreach}, | ||
\boostPkgTwo{math/doc/html/dist.html}{statistical | ||
distributions}, and \boostPkg{iostreams}. This addresses, | ||
respectively, R-Forge issue tickets \rfticket{2527}, \rfticket{2533} | ||
and \rfticket{2768}. | ||
\item The package can now also be used to compile CRAN package | ||
\CRANpkg{ExactNumCI} and \CRANpkg{rcppbugs}. | ||
} | ||
} | ||
|
||
\section{Changes in version 1.51.0-0 (2013-01-31)}{ | ||
\itemize{ | ||
\item First CRAN upload | ||
\item The package can be used to build \CRANpkg{bigmemory} and | ||
\CRANpkg{RcppBDT} as 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. | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/////////////////////////////////////////////////////////////////////////////// | ||
/// \file accumulators.hpp | ||
/// Includes all of the Accumulators Framework | ||
// | ||
// Copyright 2005 Eric Niebler. Distributed under the Boost | ||
// Software License, Version 1.0. (See accompanying file | ||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | ||
|
||
#ifndef BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005 | ||
#define BOOST_ACCUMULATORS_ACCUMULATORS_HPP_EAN_28_10_2005 | ||
|
||
#include <boost/accumulators/framework/accumulator_set.hpp> | ||
#include <boost/accumulators/framework/accumulator_concept.hpp> | ||
#include <boost/accumulators/framework/accumulator_base.hpp> | ||
#include <boost/accumulators/framework/extractor.hpp> | ||
#include <boost/accumulators/framework/external.hpp> | ||
#include <boost/accumulators/framework/features.hpp> | ||
#include <boost/accumulators/framework/parameters/accumulator.hpp> | ||
#include <boost/accumulators/framework/parameters/sample.hpp> | ||
#include <boost/accumulators/framework/parameters/weight.hpp> | ||
#include <boost/accumulators/framework/parameters/weights.hpp> | ||
#include <boost/accumulators/framework/accumulators/external_accumulator.hpp> | ||
#include <boost/accumulators/framework/accumulators/droppable_accumulator.hpp> | ||
#include <boost/accumulators/framework/accumulators/reference_accumulator.hpp> | ||
#include <boost/accumulators/framework/accumulators/value_accumulator.hpp> | ||
|
||
#endif |
Oops, something went wrong.