diff --git a/man/rsgeo-package.Rd b/man/rsgeo-package.Rd new file mode 100644 index 0000000..651ffd5 --- /dev/null +++ b/man/rsgeo-package.Rd @@ -0,0 +1,23 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/extendr-wrappers.R +\docType{package} +\name{rsgeo-package} +\alias{rsgeo} +\alias{rsgeo-package} +\title{rsgeo: An Interface to Rust's 'geo' Library} +\description{ +An R interface to the GeoRust crates 'geo' and 'geo-types' providing access to geometry primitives and algorithms. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/JosiahParry/rsgeo} + \item \url{https://josiahparry.r-universe.dev/rsgeo} + \item \url{https://rsgeo.josiahparry.com/} +} + +} +\author{ +\strong{Maintainer}: Josiah Parry \email{josiah.parry@gmail.com} (\href{https://orcid.org/0000-0001-9910-865X}{ORCID}) + +} diff --git a/src/rust/vendor-config.toml b/src/rust/vendor-config.toml new file mode 100644 index 0000000..10bee01 --- /dev/null +++ b/src/rust/vendor-config.toml @@ -0,0 +1,13 @@ +[source.crates-io] +replace-with = "vendored-sources" + +[source."git+https://github.com/JosiahParry/sfconversions"] +git = "https://github.com/JosiahParry/sfconversions" +replace-with = "vendored-sources" + +[source."git+https://github.com/georust/geo"] +git = "https://github.com/georust/geo" +replace-with = "vendored-sources" + +[source.vendored-sources] +directory = "vendor" diff --git a/src/rust/vendor.tar.xz b/src/rust/vendor.tar.xz new file mode 100644 index 0000000..08ee1c3 Binary files /dev/null and b/src/rust/vendor.tar.xz differ