Skip to content

Commit

Permalink
MAINT: Fix dead urls
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Nov 1, 2023
1 parent 1e188ed commit 80779d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
^fastMatMR.Rcheck$
^.*\.mtx$
^cran-comments\.md$
^CRAN-SUBMISSION$
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Algebra Compiler](http://tensor-compiler.org/docs/tensors.html) (TACO).
works by coercing to `NaN` instead of to arbitrarily high numbers.

We have vignettes for both
[read](https://ropensci.github.io/fastMatMR/articles/fmm_read_bench.html) and
[write](https://ropensci.github.io/fastMatMR/articles/fmm_write_bench.html)
[read](https://docs.ropensci.org/fastMatMR/fastMatMR/articles/fmm_read_bench.html) and
[write](https://docs.ropensci.org/fastMatMR/fastMatMR/articles/fmm_write_bench.html)
operations to demonstrate the performance claims.

#### Alternatives and statement of need
Expand Down Expand Up @@ -108,7 +108,7 @@ array([[1., 3.],

Similarly, `fastMatMR` supports writing and reading from other `R` objects (e.g.
standard R vectors and matrices), as seen in the [getting started
vignette](https://ropensci.github.io/fastMatMR/articles/basic_usage.html).
vignette](https://docs.ropensci.org/fastMatMR/fastMatMR/articles/basic_usage.html).

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Compiler](http://tensor-compiler.org/docs/tensors.html) (TACO).
numbers.

We have vignettes for both
[read](https://ropensci.github.io/fastMatMR/articles/fmm_read_bench.html)
[read](https://docs.ropensci.org/fastMatMR/fastMatMR/articles/fmm_read_bench.html)
and
[write](https://ropensci.github.io/fastMatMR/articles/fmm_write_bench.html)
[write](https://docs.ropensci.org/fastMatMR/fastMatMR/articles/fmm_write_bench.html)
operations to demonstrate the performance claims.

#### Alternatives and statement of need
Expand Down Expand Up @@ -114,7 +114,7 @@ array([[1., 3.],
Similarly, `fastMatMR` supports writing and reading from other `R`
objects (e.g. standard R vectors and matrices), as seen in the [getting
started
vignette](https://ropensci.github.io/fastMatMR/articles/basic_usage.html).
vignette](https://docs.ropensci.org/fastMatMR/fastMatMR/articles/basic_usage.html).

## Contributing

Expand Down

0 comments on commit 80779d3

Please sign in to comment.