Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
faosorios authored Jan 22, 2024
1 parent 20e8a6a commit a25e46e
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -60,27 +60,21 @@ Our plan in the near future is the implementation of functions to handle:

## Resources

Latest binaries and sources (development version) for [fastmatrix](https://github.com/faosorios/fastmatrix) are available here (these are local files):
Version 0.5-772 of [fastmatrix](https://github.com/faosorios/fastmatrix) can be found at the [CRAN package repository](https://cran.r-project.org/package=fastmatrix):

* [fastmatrix_0.5-77.tar.gz](https://github.com/faosorios/fastmatrix/blob/master/sources/fastmatrix_0.5-77.tar.gz) - Package sources
* [fastmatrix_0.5-77.tgz](https://github.com/faosorios/fastmatrix/blob/master/binaries/fastmatrix_0.5-77.tgz) - MacOS binaries (arm64)
* [fastmatrix_0.5-77.zip](https://github.com/faosorios/fastmatrix/blob/master/binaries/fastmatrix_0.5-77.zip) - Windows binaries

Version 0.5-7 of [fastmatrix](https://github.com/faosorios/fastmatrix) can be found at the [CRAN package repository](https://cran.r-project.org/package=fastmatrix):

* [fastmatrix_0.5-7.tar.gz](https://cran.r-project.org/src/contrib/fastmatrix_0.5-7.tar.gz) - Package sources
* [fastmatrix_0.5-7.zip](https://cran.r-project.org/bin/windows/contrib/4.3/fastmatrix_0.5-7.zip) - Windows binaries (R-release)
* [fastmatrix_0.5-7.tgz](https://cran.r-project.org/bin/macosx/big-sur-arm64/contrib/4.3/fastmatrix_0.5-7.tgz) - MacOS binaries (R-release, arm64)
* [fastmatrix_0.5-7.tgz](https://cran.r-project.org/bin/macosx/big-sur-x86_64/contrib/4.3/fastmatrix_0.5-7.tgz) - MacOS binaries (R-release, x86_64)
* [fastmatrix_0.5-772.tar.gz](https://cran.r-project.org/src/contrib/fastmatrix_0.5-772.tar.gz) - Package sources
* [fastmatrix_0.5-772.zip](https://cran.r-project.org/bin/windows/contrib/4.3/fastmatrix_0.5-772.zip) - Windows binaries (R-release)
* [fastmatrix_0.5-772.tgz](https://cran.r-project.org/bin/macosx/big-sur-arm64/contrib/4.3/fastmatrix_0.5-772.tgz) - MacOS binaries (R-release, arm64)
* [fastmatrix_0.5-772.tgz](https://cran.r-project.org/bin/macosx/big-sur-x86_64/contrib/4.3/fastmatrix_0.5-772.tgz) - MacOS binaries (R-release, x86_64)

## Installation instructions

To install [fastmatrix](https://github.com/faosorios/fastmatrix) **(version 0.5-7)** from CRAN, start R and enter:
To install [fastmatrix](https://github.com/faosorios/fastmatrix) **(version 0.5-772)** from CRAN, start R and enter:
```r
install.packages("fastmatrix")
```

Or install it from its [GitHub repository](https://github.com/faosorios/fastmatrix) **(development version)**. First install the [devtools](https://devtools.r-lib.org/) package.
Or install it from its [GitHub repository](https://github.com/faosorios/fastmatrix). First install the [devtools](https://devtools.r-lib.org/) package.
```r
install.packages("devtools")
```
@@ -104,8 +98,8 @@ Please report any bugs/suggestions/improvements to [Felipe Osorio](http://fosori

### To cite the fastmatrix package in publications use:

Osorio, F., Ogueda, A. (2023). fastmatrix: Fast computation of some matrices useful in statistics.
R package version 0.5-7. URL: [faosorios.github.io/fastmatrix](https://faosorios.github.io/fastmatrix/)
Osorio, F., Ogueda, A. (2024). fastmatrix: Fast computation of some matrices useful in statistics.
R package version 0.5-772. URL: [faosorios.github.io/fastmatrix](https://faosorios.github.io/fastmatrix/)

## About the Authors

0 comments on commit a25e46e

Please sign in to comment.