Name Mode Size
R 040000
data-raw 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 1 kb
.travis.yml 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 26 kb
Makefile 100644 2 kb
NAMESPACE 100644 3 kb
NEWS.md 100644 2 kb
README.md 100644 0 kb
_pkgdown.yml 100644 1 kb
README.md
# weitrix * [GitHub page](https://github.com/pfh/weitrix) * [Documentation site](http://logarithmic.net/weitrix/) This is an R package for working with matrices with precision weights. [Weitrix is now in Bioconductor.](https://bioconductor.org/packages/release/bioc/html/weitrix.html) ``` BiocManager::install("weitrix") ``` Bleeding-edge development can be installed from github with: ``` BiocManager::install("pfh/weitrix") ```