Skip to content

Commit

Permalink
0.4.7
Browse files Browse the repository at this point in the history
Former-commit-id: 076ccb9
  • Loading branch information
mdsumner committed Mar 14, 2018
1 parent 9b06536 commit 26e86a6
Show file tree
Hide file tree
Showing 21 changed files with 276 additions and 71 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: anglr
Type: Package
Title: Elevating Spatial Data with Topology
Version: 0.4.6.9005
Version: 0.4.7
Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"), email ="[email protected]"),
person("Miles", "McBain", role = c("ctb")))
Description: Tidy topological approaches to spatial data, illustrated with plotting using Open Graphics Library.
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# anglr dev
# anglr 0.4.7

* Added a `TRI` method for `QUAD`.

* `DEL.SC` now removes duplicate vertices like `DEL.PATH` always did, but triangulation is
still done per object since we don't yet have edge to path logic required for object classification
within the mesh.

* Improved the triangulation and triangulation to edges logic.

* The plot methods for QUAD now maps cell value to colour.

Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ install.packages("RTriangle")
install.packages("devtools")
```


With that out of the way, install from Github using devtools.

```{r,eval=FALSE}
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/rangl-examples.html.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de9829c57deaff9eb814ee8c1248ddc9bd2c6749
622d0a4090ef42b565c69ce6515609163c19b77d
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/spatial-normal-forms.html.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
826296debed808549130a3a15d37dfada2df2e23
cf571b096e882215cca841b509c7c1f01bfde62c
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 32 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions docs/reference/DEL.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/QUAD.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions docs/reference/TRI.QUAD.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/reference/anglr-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/anglr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26e86a6

Please sign in to comment.