-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove roxygen2 dependency update documentation
- Loading branch information
1 parent
763e8d6
commit 47ffaca
Showing
79 changed files
with
1,285 additions
and
1,395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
Package: arcgisbinding | ||
Version: 1.0.1.229 | ||
Date: 2018-01-30 | ||
Version: 1.0.1.231 | ||
Date: 2018-06-11 | ||
Title: Bindings for ArcGIS | ||
Author: Esri | ||
Maintainer: Esri <R_bridge@esri.com> | ||
NeedsCompilation: no | ||
Description: This package provides classes for loading, converting and exporting | ||
ArcGIS datasets and layers in R. | ||
Depends: R (>= 3.2.2) | ||
Imports: methods | ||
Suggests: sp, sf, raster | ||
License: Apache License 2.0 | ||
Depends: | ||
R (>= 3.3.2) | ||
Imports: | ||
methods | ||
Suggests: | ||
sp, | ||
sf, | ||
raster, | ||
rgdal, | ||
dplyr | ||
License: file LICENSE | ||
URL: http://esri.com | ||
BugReports: https://github.com/R-ArcGIS/r-bridge/issues | ||
OS_type: windows | ||
Encoding: UTF-8 | ||
RoxygenNote: 5.0.1 | ||
Built: R 3.3.2; x86_64-w64-mingw32; 2018-01-26 05:49:25 UTC; windows | ||
Archs: i386, x64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
Package: arcgisbinding | ||
Version: 1.0.1.228 | ||
Date: 2018-01-25 | ||
Version: 1.0.1.231 | ||
Date: 2018-06-11 | ||
Title: Bindings for ArcGIS | ||
Author: Esri | ||
Maintainer: Esri <R_bridge@esri.com> | ||
NeedsCompilation: no | ||
Description: This package provides classes for loading, converting and exporting | ||
ArcGIS datasets and layers in R. | ||
Depends: | ||
R (>= 3.2.2) | ||
R (>= 3.3.2) | ||
Imports: | ||
methods | ||
Suggests: | ||
sp, | ||
sf, | ||
raster | ||
License: Apache License 2.0 | ||
raster, | ||
rgdal, | ||
dplyr | ||
License: file LICENSE | ||
URL: http://esri.com | ||
BugReports: https://github.com/R-ArcGIS/r-bridge/issues | ||
OS_type: windows | ||
Encoding: UTF-8 | ||
Archs: ? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method("[",arc.data) | ||
S3method(arc.shape,arc.data) | ||
S3method(arc.shape,default) | ||
S3method(arc.shapeinfo,arc.feature) | ||
S3method(arc.shapeinfo,arc.shape) | ||
S3method(arc.shapeinfo,default) | ||
S3method(format,arc.shapeinfo) | ||
S3method("[",arc.shape) | ||
S3method(print,arc.data) | ||
S3method(print,arc.product) | ||
S3method(format,arc.shapeinfo) | ||
S3method(print,arc.shapeinfo) | ||
export(.call_proxy) | ||
export(arc.check_product) | ||
export(arc.data2sf) | ||
export(arc.data2sp) | ||
export(arc.delete) | ||
export(arc.env) | ||
export(arc.fromP4ToWkt) | ||
export(arc.fromWktToP4) | ||
export(arc.metadata) | ||
export(arc.open) | ||
export(arc.progress_label) | ||
export(arc.progress_pos) | ||
export(arc.raster) | ||
export(arc.select) | ||
export(arc.shape) | ||
export(arc.shape2sf) | ||
export(arc.shape2sp) | ||
export(arc.shapeinfo) | ||
export(arc.sp2data) | ||
export(arc.write) | ||
|
||
#dplyr methods as S3 methods | ||
export(arrange.arc.data) | ||
export(as.raster) | ||
export(filter.arc.data) | ||
export(group_by.arc.data) | ||
export(mutate.arc.data) | ||
export(ungroup.arc.data) | ||
exportClasses(arc.container) | ||
exportClasses(arc.dataset) | ||
exportClasses(arc.datasetraster) | ||
exportClasses(arc.datasetrastermosaic) | ||
exportClasses(arc.feature) | ||
exportClasses(arc.raster) | ||
exportClasses(arc.shape) | ||
exportClasses(arc.table) | ||
|
||
export(.call_proxy, | ||
arc.check_product, | ||
arc.data2sf, | ||
arc.data2sp, | ||
arc.delete, | ||
arc.env, | ||
arc.fromP4ToWkt, | ||
arc.fromWktToP4, | ||
arc.metadata, | ||
arc.open, | ||
arc.progress_label, | ||
arc.progress_pos, | ||
arc.raster, | ||
arc.select, | ||
arc.shape, | ||
arc.shape2sf, | ||
arc.shape2sp, | ||
arc.shapeinfo, | ||
arc.sp2data, | ||
arc.write, | ||
as.raster) | ||
|
||
exportClasses( | ||
arc.container, | ||
arc.dataset, | ||
arc.datasetraster, | ||
arc.datasetrastermosaic, | ||
arc.feature, | ||
arc.raster, | ||
arc.shape, | ||
arc.table) | ||
|
||
import(methods) |
Oops, something went wrong.