Skip to content

Commit

Permalink
Merge branch '0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
csaybar committed Nov 22, 2023
2 parents 50535f8 + dfaeaaf commit 3ca1ad4
Show file tree
Hide file tree
Showing 143 changed files with 13,209 additions and 1,154 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
^inst/ee_extra/\.github
^inst/ee_extra/\.gitignore
^pkgdown
^docs
^codemeta\.json$
^\.github$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ inst/ee_extra/tests/
inst/ee_extra/readthedocs.yml

inst/ee_extra/README.md

xxx/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rgeeExtra
Title: Extensions for 'rgee'
Version: 0.0.1.999
Version: 0.0.2
Authors@R:
c(person(given = "Cesar",
family = "Aybar",
Expand Down
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ S3method("[[",ee.image.Image)
S3method("[[",ee.imagecollection.ImageCollection)
S3method("[[<-",ee.image.Image)
S3method("[[<-",ee.imagecollection.ImageCollection)
S3method("length<-",ee.image.Image)
S3method("names<-",ee.image.Image)
S3method(Math,ee.image.Image)
S3method(Ops,ee.image.Image)
S3method(Summary,ee.image.Image)
S3method(length,ee.featurecollection.FeatureCollection)
S3method(length,ee.image.Image)
S3method(length,ee.imagecollection.ImageCollection)
S3method(mean,ee.image.Image)
S3method(names,ee.feature.Feature)
S3method(names,ee.image.Image)
S3method(names,ee.imagecollection.ImageCollection)
export("%>%")
export(EEextra_PYTHON_PACKAGE)
export(ee_ImageCollection_closest)
export(ee_get)
export(ee_maxValue)
Expand Down
Loading

0 comments on commit 3ca1ad4

Please sign in to comment.