diff --git a/DESCRIPTION b/DESCRIPTION index 020238c..1546efc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,7 @@ Package: RPyGeo Type: Package Title: ArcGIS Geoprocessing via Python -Version: 1.0.0 -Date: 2018-11-12 +Version: 1.0.1 Authors@R: c( person("Alexander", "Brenning", , "alexander.brenning@uni-jena.de", c("aut", "cre")), person("Fabian", "Polakowski", , "fabian.polakowski@gmail.com", role = "aut"), @@ -12,8 +11,8 @@ Authors@R: c( Description: Provides access to ArcGIS geoprocessing tools by building an interface between R and the ArcPy Python side-package via the reticulate package. -URL: https://github.com/fapola/RPyGeo -BugReports: https://github.com/fapola/RPyGeo/issues +URL: https://github.com/r-spatial/RPyGeo +BugReports: https://github.com/r-spatial/RPyGeo/issues License: GPL-3 LazyData: TRUE Imports: diff --git a/NEWS b/NEWS index 7efd024..9b5c697 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +RPyGeo 1.0.1 +-------------------------------------------------------------------------------- + +General: + + * We integrated RPyGeo into the r-spatial.org community. If you find any bugs please report them at our new development repository (https://github.com/r-spatial/RPyGeo). + RPyGeo 1.0.0 -------------------------------------------------------------------------------- diff --git a/NEWS.md b/NEWS.md index 9d68e46..1ff3268 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# RPyGeo 1.0.1 + +## General + +* We integrated RPyGeo into the r-spatial.org community. If you find any bugs please report them at our new development repository (https://github.com/r-spatial/RPyGeo). + # RPyGeo 1.0.0 ## General diff --git a/README.Rmd b/README.Rmd index 0317fbb..cfe8ce0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -198,7 +198,7 @@ For map algebra the `rpygeo_save()` and `rpygeo_load()` functions are very handy # Conclusions Please note that we could not tested each ArcPy function. -Therefore, if you encounter any bugs please report them in our [github repository](https://github.com/fapola/RPyGeo/) under issues or help us fix them them via a pull request. +Therefore, if you encounter any bugs please report them in our [github repository](https://github.com/r-spatial/RPyGeo) under issues or help us fix them them via a pull request. diff --git a/man/RPyGeo-package.Rd b/man/RPyGeo-package.Rd index 0949047..06ae912 100644 --- a/man/RPyGeo-package.Rd +++ b/man/RPyGeo-package.Rd @@ -36,8 +36,8 @@ The package utilizes the ArcPy Python site-package or the ArcGIS API \seealso{ Useful links: \itemize{ - \item \url{https://github.com/fapola/RPyGeo} - \item Report bugs at \url{https://github.com/fapola/RPyGeo/issues} + \item \url{https://github.com/r-spatial/RPyGeo} + \item Report bugs at \url{https://github.com/r-spatial/RPyGeo/issues} } } diff --git a/vignettes/RPyGeo.Rmd b/vignettes/RPyGeo.Rmd index ad12b81..e90a67c 100644 --- a/vignettes/RPyGeo.Rmd +++ b/vignettes/RPyGeo.Rmd @@ -213,6 +213,6 @@ For map algebra the `rpygeo_save()` and `rpygeo_load()` functions are very handy # Conclusions Please note that we could not test each ArcPy function. -Therefore, if you encounter any bugs please report them through the issue tracker of our [github repository](https://github.com/fapola/RPyGeo/) or help us fix them via a pull request. +Therefore, if you encounter any bugs please report them through the issue tracker of our [github repository](https://github.com/r-spatial/RPyGeo) or help us fix them via a pull request. # References