Skip to content

Commit 49a7643

Browse files
committed
begin pkgdown re-build
1 parent a9e8587 commit 49a7643

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+401
-220
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,11 @@ A small collection of vignettes is now available. Use `browseVignettes("matlib"
147147

148148
See also:
149149

150-
* Fox & Friendly, [_Visualizing Simultaneous Linear Equations, Geometric Vectors, and Least-Squares Regression with the matlib Package for R_](https://socialsciences.mcmaster.ca/jfox/Papers/matlib-useR2016.pdf),
150+
* Fox & Friendly, _Visualizing Simultaneous Linear Equations, Geometric Vectors, and Least-Squares Regression with the matlib Package for R_.
151151
June 2016, useR! Conference, Stanford.
152152

153+
<!-- (https://socialsciences.mcmaster.ca/jfox/Papers/matlib-useR2016.pdf), -->
154+
153155
* Ivan Savov, [Linear algebra explained in four pages](https://souravsengupta.com/cds2016/lectures/Savov_Notes.pdf)
154156

155157

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22
* local Windows 10 install, 4.4.1 (2024-06-14 ucrt)
33
* travis.ci on github
4-
* win-builder R Under development (unstable) (2024-09-07 r87105 ucrt)
4+
* win-builder R Under development (unstable) (2024-09-25 r87194 ucrt)
55

66
## Comments
77
This is a major update, adding a system for constructing and rendering matrix expressions, operations and equations in LaTeX

docs/404.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/data-beta.html

+19-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/det-ex1.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/det-ex2.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/eigen-ex1.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/eigen-ex2.html

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.js

+8
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,11 @@ async function searchFuse(query, callback) {
152152
});
153153
});
154154
})(window.jQuery || window.$)
155+
156+
document.addEventListener('keydown', function(event) {
157+
// Check if the pressed key is '/'
158+
if (event.key === '/') {
159+
event.preventDefault(); // Prevent any default action associated with the '/' key
160+
document.getElementById('search-input').focus(); // Set focus to the search input
161+
}
162+
});

docs/pkgdown.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandoc: 3.1.2
2-
pkgdown: 2.1.0
2+
pkgdown: 2.1.1
33
pkgdown_sha: ~
44
articles:
55
data-beta: data-beta.html
@@ -14,7 +14,7 @@ articles:
1414
inv-ex2: inv-ex2.html
1515
latex-equations: latex-equations.html
1616
linear-equations: linear-equations.html
17-
last_built: 2024-09-08T16:00Z
17+
last_built: 2024-09-27T15:43Z
1818
urls:
1919
reference: http://friendly.github.io/matlib/reference
2020
article: http://friendly.github.io/matlib/articles

docs/reference/Det.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/Eigen.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)