Skip to content

Commit 46dd877

Browse files
committed
Built site for ModelArray@0.1.5: a8f4e5d
1 parent 204d2f0 commit 46dd877

20 files changed

Lines changed: 81 additions & 89 deletions

articles/doc_for_developer.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/doc_for_developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ operations such as indexing and transposing can be applied, we utilize
7272
package `DelayedArray` to wraps the data in on-disk HDF5 file into a
7373
`DelayedArray` object. Finally a `ModelArray` class is defined by
7474
integrating above slots together. This is done in the
75-
[`ModelArray()`](https://pennlinc.github.io/ModelArray/reference/ModelArray-class.md)
75+
[`ModelArray()`](https://pennlinc.github.io/ModelArray/reference/ModelArray-class.html)
7676
function.
7777

7878
Above functions and setups can be found in script

articles/element-splitting.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/elements.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/exploring-h5.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/exploring-h5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ colnames(lm_results)
107107

108108
If you see an error about a missing analysis, make sure you specified it
109109
in the `analysis_names` argument when calling
110-
[`ModelArray()`](https://pennlinc.github.io/ModelArray/reference/ModelArray-class.md):
110+
[`ModelArray()`](https://pennlinc.github.io/ModelArray/reference/ModelArray-class.html):
111111

112112
``` r
113113
# This loads results; without analysis_names, the results slot is empty

articles/hdf5-format.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)