Skip to content

Commit

Permalink
Update README.md for upcoming release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as authored Aug 31, 2024
1 parent 457bb26 commit 0279063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can find its documentation at [https://gnu-octave.github.io/statistics/](htt

## 2. Install statistics

To install the latest release (1.6.7) you need Octave (>=7.2.0) installed on your system. Install it by typing:
To install the latest release (1.7.0) you need Octave (>=7.2.0) installed on your system. Install it by typing:

`pkg install -forge statistics`

Expand All @@ -36,7 +36,7 @@ If you need to install a specific older release, for example `1.4.2`, type:
After installation, type:
- `pkg load statistics` to load the **statistics** package.
- `news statistics` to review all the user visible changes since last version.
- `pkg test statistics` to run a test suite for all 437 [^1] functions currently available and ensure that they work properly on your system.
- `pkg test statistics` to run a test suite for all 452 [^1] functions and class definitions currently available and ensure that they work properly on your system.

[^1]: Several functions are still missing from the statistics package, but you are welcome to [contribute](https://github.com/gnu-octave/statistics/blob/main/CONTRIBUTING.md)!

Expand Down

0 comments on commit 0279063

Please sign in to comment.