Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Nov 9, 2015
1 parent d03c088 commit 93524e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# matlib 0.5.0
# matlib 0.5.1

- added `len()` convenience function for Euclidean lengths
- added `plotEqn3d()` function using rgl to plot equations in 3 unknowns
- reorganized `matlib.R` to become a package .Rd document
- renamed `proj()` -> `Proj()` to avoid conflict with `stats::proj()`
- added `vectors()` for plotting geometric diagrams
- added vignettes/linear-equations

# matlib 0.4.1

Expand Down
13 changes: 12 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,16 @@
There were no ERRORs or WARNINGs

## NOTE
This is a new package submission
There were no NOTEs

## Comments
This is a minor release, offering the following new functionality

- added `len()` convenience function for Euclidean lengths
- added `plotEqn3d()` function using rgl to plot equations in 3 unknowns
- reorganized `matlib.R` to become a package .Rd document
- renamed `proj()` -> `Proj()` to avoid conflict with `stats::proj()`
- added `vectors()` for plotting geometric diagrams
- added vignettes/linear-equations


0 comments on commit 93524e8

Please sign in to comment.