Skip to content

Commit

Permalink
fix CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
virgesmith committed Apr 17, 2023
1 parent 79e624c commit 9c74c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ The algorithms:
- support arbitrary dimensionality* for both the marginals and the seed.
- produce statistical data to ascertain the likelihood/degeneracy of the population (where appropriate).

The package also contains the following utility functions:
The package also contains the following utilities:

- a Sobol sequence generator
- construct a closest integer population from a discrete univariate probability distribution.
- a Sobol sequence generator (implemented as a generator class in python)
- a function to construct a closest integer population from a discrete univariate probability distribution.
- an algorithm for sampling an integer population from a discrete multivariate probability distribution, constrained to the marginal sums in every dimension (see [below](#multidimensional-integerisation)).
- 'flatten' a multidimensional population into a table: this converts a multidimensional array containing the population count for each state into a table listing individuals and their characteristics.

Expand All @@ -53,12 +53,12 @@ Version 1.0.1 reflects the work described in the [Quasirandom Integer Sampling (

### Python

Requires Python 3.5 or newer.
Requires Python 3.9 or newer.

#### PyPI

```bash
python3 -m pip install humanleague --user
python -m pip install humanleague --user
```

#### Anaconda
Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
## PKG_CXXFLAGS for additional headers or defines
## CXX_STD to select C++11 via 'CXX11'
## But for standard builds without external dependencies, nothing is needed
CXX_STD=CXX14
PKG_CXXFLAGS=
PKG_LIBS=

0 comments on commit 9c74c9d

Please sign in to comment.