Skip to content

Commit

Permalink
Merge pull request #9 from be-marc/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
be-marc authored Mar 7, 2019
2 parents c561221 + f0b17fe commit f3c2593
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
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

0 comments on commit f3c2593

Please sign in to comment.