Commit graph

6 commits

Author SHA1 Message Date
nia
2da474aec0 devel: Remove SHA1 hashes for distfiles 2021-10-07 13:38:55 +00:00
mef
989d4ff0b6 (devel/R-BH) Updated 1.69.0.1 to 1.75.0.0
2020-12-24  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Small tweaks to CI YAML file

2020-12-12  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.75.0-0

	* inst/include/boost/*: Upgraded to Boost 1.75

	* README.md: Updated package list for 1.75
	* DESCRIPTION (Description): Idem

	* local/scripts/CreateBoost.sh: Update for 1.75.0, added beast

	* .github/workflows/ci.yaml: Add CI runner using r-ci
	* README.md: Add new badge

	* README.md: Update several URLs to https
	* inst/NEWS.Rd: Idem

2020-05-03  Dirk Eddelbuettel  <edd@debian.org>

	* inst/LICENSE_1_0.txt: Included from upstream tar.gz

2020-03-31  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Minor badge rearrangement, added example

2020-03-30  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added badges, edited, fixed typo

2020-03-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* NAMESPACE: Removed as not needed without R code

2019-12-28  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.72.0-3

	* local/scripts/CreateBoost.sh (boostinstall): Remove old boost
	installation to always create a fresh installation

2019-12-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.72.0-2

	* inst/include/boost/numeric/odeint/stepper/: Correct accidental
	renaming in this directory, only rename in .../generation/

	* DESCRIPTION (URL): Added a link to GH repo

2019-12-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.72.0-1

	* inst/include/boost/*: Upgraded to Boost 1.72

	* README.md: Updated package list for 1.72

 	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
	* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
	for boost/serialization/array_wrapper.hpp

	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	New adjust for generation_controlled_adams_bashforth_moulton.hpp
	* inst/include/boost/math/special_functions/hypergeometric_1F1.hpp:
	Adjust to renamed hypergeometric_1F1_small_a_negative_b_by_ratio.hpp

	* inst/include/boost/*: As before disable all diagnostic pragmas in
	accordance with the CRAN Policy (though this may not be a good idea...)
2021-09-18 14:04:48 +00:00
brook
93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00
brook
3264541de1 R-BH: update to version 1.69.0.1.
Update to the canonical form of an R package.
2019-07-31 18:01:32 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
minskim
b8edf418ee devel/R-BH: Import version 1.66.0.1
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.65.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'.
2018-04-11 15:23:52 +00:00