Skip to content

Commit

Permalink
RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 8, 2023
1 parent 6486088 commit a92f92a
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 16 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
docs
data-raw
^\.github$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: Build a constrained high quality Delaunay triangulation from simple
path-based constrained triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable
triangulation see <https://github.com/hypertidy/anglr>. Also consider comparison
with the 'GEOS' lib which since version 3.10.0 includes a low quality
polygon triangulator that starts with ear clipping and refines to Delaunay.
polygon triangulation method that starts with ear clipping and refines to Delaunay.
Depends:
R (>= 3.3.0)
License: CC BY-NC-SA 4.0
Expand All @@ -24,7 +24,7 @@ Imports:
sf,
sp,
tibble
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
Suggests: testthat,
covr,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion R/sfdct-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NULL
#' Triangulate simple features including the input edges as constraints, rather than
#' being bounded to the convex hull.
#'
#' @name sfdct
#' @name sfdct-package
#' @docType package
NULL

Expand Down
2 changes: 1 addition & 1 deletion R/sfdct.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ paths_as_df <- function(x) {
#' sensible meaning to a value for \code{a} in units m^2 for a layer that is in longitude/latitude, for those
#' use "area in square degrees", the straightforward meaning in planar coordinates.
#' These arguments are, from the documentation of that function:
#' \itemize{
#' \describe{
##' \item{a}{ a Maximum triangle area. If specified, triangles cannot be
##' larger than this area.}
##' \item{q}{ Minimum triangle angle in degrees.}
Expand Down
5 changes: 4 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## sfdct 0.2.0

Fixed namespace thanks to CRAN.
Second submission, fixed doc format and namespace issues.

Thanks!

## Test environments

Expand Down
2 changes: 1 addition & 1 deletion man/ct_triangulate.Rd

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

26 changes: 26 additions & 0 deletions man/sfdct-package.Rd

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

10 changes: 0 additions & 10 deletions man/sfdct.Rd

This file was deleted.

0 comments on commit a92f92a

Please sign in to comment.