diff --git a/.Rbuildignore b/.Rbuildignore index 80d4d3c..373081d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -34,3 +34,4 @@ ^fastMatMR.Rcheck$ ^.*\.mtx$ ^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/README.Rmd b/README.Rmd index 0c91df2..62e7a49 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 @@ -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 diff --git a/README.md b/README.md index d8a20b5..9bfb1ae 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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