From 4301f4ea73a55d62454c7ea6744acc01f953e19b Mon Sep 17 00:00:00 2001 From: Felipe Date: Fri, 18 Sep 2020 12:24:51 -0300 Subject: [PATCH 1/3] Add CHANGES.rst file --- CHANGES.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 CHANGES.rst diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 00000000..a0f0e6b1 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,40 @@ +.. + This file is part of R Client Library for STAC. + Copyright (C) 2020 INPE. + + R Client Library for STAC is free software; you can redistribute it and/or modify it + under the terms of the MIT License; see LICENSE file for more details. + + +Changes +======= + + +Version 0.9.0-0 +--------------- + + +Released 2020-09-18 + +- Preparing package to send to CRAN. +- Update documentation. +- Add function for extensions creating. +- Add new tests. +- Support for STAC version 0.9.0 and 0.8.1. + + +Version 0.8.0-0 +--------------- + + +Released 2020-08-24 + + +- Support for STAC version 0.8.0 and 0.8.1. +- Add functions to download and support analysis from items objects. +- Add new tests. +- License: `MIT `_ . +- Update documentation. +- Add CI support. +- Add tests for CI. +- Unit-tests with code coverage. From 8fc3cc61e72d6f0720016955074bfd7d01ed4891 Mon Sep 17 00:00:00 2001 From: Felipe Date: Fri, 18 Sep 2020 12:27:32 -0300 Subject: [PATCH 2/3] Add new topic on CHAGES.rst --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index a0f0e6b1..59672da7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,7 @@ Version 0.9.0-0 Released 2020-09-18 +- Fix isssue from CRAN. - Preparing package to send to CRAN. - Update documentation. - Add function for extensions creating. From a3a9ae65fc8919d84a1267c53de922312ad0a346 Mon Sep 17 00:00:00 2001 From: Felipe Date: Fri, 18 Sep 2020 12:35:29 -0300 Subject: [PATCH 3/3] Add new config on CI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index afe9f7cf..76512611 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,9 @@ addons: packages: - libxml2-dev +script: + - R CMD build . + - R CMD check *tar.gz + after_success: - Rscript -e 'library(covr); codecov()'