diff --git a/DESCRIPTION b/DESCRIPTION index c1e755b12..ee8de9345 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: googlePolylines Type: Package Title: Encoding Coordinates into 'Google' Polylines -Version: 0.8.3 -Date: 2023-04-02 +Version: 0.8.4 +Date: 2023-08-22 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")), person("Paulo", "Barcelos", role = "ctb", comment = "Author of c++ decode_polyline"), @@ -18,7 +18,7 @@ Imports: LinkingTo: BH, Rcpp -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 Suggests: covr, knitr, diff --git a/man/sfencode-package.Rd b/man/sfencode-package.Rd deleted file mode 100644 index 17ea922d8..000000000 --- a/man/sfencode-package.Rd +++ /dev/null @@ -1,34 +0,0 @@ -\name{sfencode-package} -\alias{sfencode-package} -\alias{sfencode} -\docType{package} -\title{ - A short title line describing what the package does -} -\description{ - A more detailed description of what the package does. A length - of about one to five lines is recommended. -} -\details{ - This section should provide a more detailed overview of how to use the - package, including the most important functions. -} -\author{ -Your Name, email optional. - -Maintainer: Your Name -} -\references{ - This optional section can contain literature or other references for - background information. -} -\keyword{ package } -\seealso{ - Optional links to other man pages -} -\examples{ - \dontrun{ - ## Optional simple examples of the most important functions - ## These can be in \dontrun{} and \donttest{} blocks. - } -}