-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.0.0 release? #65
Comments
With the changes I just pushed, I think I'm now finished with the bordering code. I have to move it into I decided early-on not to propagate labels in matrix operations, but I'm not sure that's the right decision. I think that the rules should be reasonably clear, and it would be necessary to check for incompatible labels, which should be an error. Think, for example, of starting with a data matrix |
I moved the matrix bordering code to |
@friendly I don't see what you mean with border matricies and Eqn. Here's what I get with the latest commit: W <- latexMatrix(rownames=c("\\alpha_1", "\\alpha_2", "\\alpha_m"),
colnames=c("\\beta_1", "\\beta_2", "\\beta_n"))
W |> Eqn() |
Must be a holdover from an earlier version. I just wanted to make sure it was working. |
I think this relates to the point I made yesterday that the changes to BTW, I figured out a way to make the adjustments to cell and column-name spacing more flexible by introducing new optional arguments to |
About propagating labels in matrix operations: I tried out
Thoughts? |
That does look simple. Should be easy for most of the other operators also, perhaps except for
|
@philchalmers For
In running multiple tests, I found I wanted to turn preview off on some occasions. |
Setting |
I'm moving the discussion of |
I'm not sure where we are on this issue, that of finishing our work to release a new version. Is the bordermatrix topic done enough? I did notice that our work on simplifying the matrix operators simplified the descriptions in the vignette, but please check this over to see if there is something I missed or something that could be added. If we're nearly done, I can do the pre-release CRAN tests & preparation for submission |
That's in the issue "Bordering a matrix," which I think has run its course.
I don't have anything else planned. |
I have some small features to add, some of which have appeared in earlier issues, but nothing pressing that would prevent a CRAN release. Agreed that border matrix is flexible enough for PDF/HTMLs now. |
I've added One gotcha (@john-d-fox): What is the correct URL for this paper:
|
McMaster retired the social-sciences web server. There is no current URL for this paper. I do, of course, have a local copy on my computer (and in various backups). It's not a paper, BTW, but some slides for a conference presentation. |
OK, thx. I'll remove that link |
All pre-CRAN checks have passed, so I think this is good to go. But I'll wait til next week, in case there are any last minute thoughts. |
Ran another |
I found this paper at: https://facsocsci.mcmaster.ca/jfox/Papers/matlib-useR2016.pdf |
I see that instead of removing the link to the presentation on the package, it was changed to https://facsocsci.mcmaster.ca/jfox/Papers/matlib-useR2016.pdf. I understand that McMaster intends to remove that website. It would be safer to copy the PDF to the GitHub archive and link it there. |
OK, safer that way. I'll do that. |
Added |
DONE! |
With the near completion of our work on
latexMatrix()
and friends, I'm thinking it will soon be time to release this as v 1.0.0. To this end, I'll bump the current version to 0.9.95What tasks remain?
latex-equations.Rmd
vignette to illustrate bordered matrices & preview featureEqn()
pick up row/col labels? Bordering a matrix #63 (comment)Feel free to add to this list
The text was updated successfully, but these errors were encountered: