Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.1 #9

Merged
merged 2 commits into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand All @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------------------------------------------------

Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
4 changes: 2 additions & 2 deletions man/RPyGeo-package.Rd

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

2 changes: 1 addition & 1 deletion vignettes/RPyGeo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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