Version: 0.5-4 Date: 2018-05-21 Text: Version: 2018-05-21 Text: Update DOI resolver to https://doi.org/ Version: 2018-05-21 Text: Register native code Version: 0.5-3 Date: 2016-12-23 Text: Version: 2016-12-23 Text: Update maintainer email Version: 0.5-2 Date: 2015-07-10 Text: Version: 2015-07-10 Text: Check for failures in findExtremePoints and findVertices and give clear errors. Version: 2015-07-10 Text: Simplify C code by eliminating homogeneous coordinate. Version: 2015-07-10 Text: Transition to testthat for testing. Version: 2015-07-10 Text: Explicitly import functions from R core packages. Version: 0.5-1 Date: 2015-04-19 Text: Version: 2015-04-18 Text: Check for failures in findInteriorPoint and give clear errors. Version: 0.5 Date: 2015-01-06 Text: Version: 2015-01-06 Text: Add "Shake and Bake" method to sample from the boundary of polytopes. Version: 2015-01-06 Text: Modify DESCRIPTION to conform to CRAN guidelines. Version: 0.4-2 Date: 2014-08-05 Text: Version: 2014-08-04 Text: Add parameter to skip the elimination of redundant constraints by hitandrun() and har.init(). Version: 2014-08-04 Text: hitandrun() and har.init() now correctly transform x0 if it is given. Version: 2014-08-04 Text: Bugfix: createTransform(inverse=TRUE) failed if the dimensionality was reduced by more than one. Version: 2014-08-04 Text: Expose eliminateRedundant in the NAMESPACE Version: 2014-08-04 Text: Bugfix (upper|lower)BoundConstraint Version: 2014-08-04 Text: Do not call rcdd::redundant with fewer than two constraints Version: 2014-08-04 Text: Convert all C code to '.Call interface' Version: 0.4-1 Date: 2014-01-14 Text: Version: 2014-01-14 Text: Detect and handle degenerate sampling spaces Version: 2014-01-14 Text: Use rational arithmetic in rcdd:: computations Version: 0.4 Date: 2013-11-27 Text: Version: 2013-11-27 Text: Add randomized slack LP for randomized starting point generation Version: 2013-11-27 Text: Remove "extremes" method for starting point generation Version: 0.3 Date: 2013-10-31 Text: Version: 2013-10-31 Text: Add solution.basis, createTransform, and transformConstraints to deal with equality constraints Version: 2013-10-31 Text: Add simplexConstraints to explicitly generate the constraints that define the n-simplex Version: 2013-10-31 Text: Add hitandrun, har.init, and har.run to provide a generalized interface to har that handles equality and inequality constraints Version: 2013-10-31 Text: Export findInteriorPoint to find an interior point of the polytope Version: 2013-10-31 Text: Add hypersphere.sample for sampling uniformly from the unit hypersphere Version: 2013-10-31 Text: Prefix C symbols with hitandrun_ to prevent name clashes Version: 2013-10-31 Text: Update package documentation extensively Version: 0.2-2 Date: 2013-08-22 Text: Version: 2013-08-22 Text: Add the "slacklp" method for seed point generation (findInteriorPoint) (fixed #2) Version: 2013-08-22 Text: Prevent dimension reduction of arrays using drop=FALSE on indexing operations Version: 0.2-1 Date: 2013-07-11 Text: Version: 2013-07-11 Text: Bugfix: "extremes" seed point generation sometimes generated points outside the polytope (fixed #1) Version: 2013-07-11 Text: Documentation updates Version: 0.2 Date: 2012-01-10 Text: Version: 2012-01-10 Text: Initial CRAN release