Skip to content

Commit

Permalink
check urls
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantas committed Mar 21, 2021
1 parent d01faa3 commit a3d2db8
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 50 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

os:
- linux
- osx

language: R
sudo: false
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# hydroscoper 1.4 (Release date: 2021-03-20)

* Fail gracefully with an informative message if the hydroscope site is not
available or has changed
* Update dependencies

# hydroscoper 1.3 (Release date: 2020-07-03)

* update dependencies
* Update dependencies

# hydroscoper 1.2 (Release date: 2019-06-02)

Expand Down
8 changes: 3 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ chk_online <- online("kyy.hydroscope.gr")
[![codecov](https://codecov.io/github/ropensci/hydroscoper/branch/master/graphs/badge.svg)](https://codecov.io/gh/ropensci/hydroscoper)
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.4-6666ff.svg)](https://cran.r-project.org/)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/hydroscoper)](https://cran.r-project.org/package=hydroscoper)
[![packageversion](https://img.shields.io/badge/Package%20version-1.3-orange.svg?style=flat-square)](https://github.com/ropensci/hydroscoper)
[![packageversion](https://img.shields.io/badge/Package%20version-1.4-orange.svg?style=flat-square)](https://github.com/ropensci/hydroscoper)
[![](https://cranlogs.r-pkg.org/badges/grand-total/hydroscoper)](https://cran.r-project.org/package=hydroscoper)
[![ropensci](https://badges.ropensci.org/185_status.svg)](https://github.com/ropensci/onboarding/issues/185)
[![ropensci](https://badges.ropensci.org/185_status.svg)](https://github.com/ropensci/software-review/issues/185)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1196540.svg)](https://doi.org/10.5281/zenodo.1196540)
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00625/status.svg)](https://doi.org/10.21105/joss.00625)

Expand Down Expand Up @@ -78,7 +78,7 @@ The data sets that are provided by `hydroscoper` are:

## Example

This is a minimal example which shows how to get the station's [200200](http://kyy.hydroscope.gr/stations/d/200200/) precipitation time series [56](http://kyy.hydroscope.gr/timeseries/d/56/) from the [kyy](http://kyy.hydroscope.gr) sub-domain.
This is a minimal example which shows how to get the station's *200200* precipitation time series *56* from the *kyy* sub-domain.

Load libraries and get data:

Expand Down Expand Up @@ -127,7 +127,5 @@ number = {23},
journal = {The Journal of Open Source Software}
}
```
## References
[Hydroscope](http://www.hydroscope.gr/)

[![ropensci_footer](http://ropensci.org/public_images/github_footer.png)](https://ropensci.org)
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Status](https://ci.appveyor.com/api/projects/status/github/ropensci/hydroscoper?
[![minimal R
version](https://img.shields.io/badge/R%3E%3D-3.4-6666ff.svg)](https://cran.r-project.org/)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/hydroscoper)](https://cran.r-project.org/package=hydroscoper)
[![packageversion](https://img.shields.io/badge/Package%20version-1.3-orange.svg?style=flat-square)](https://github.com/ropensci/hydroscoper)
[![packageversion](https://img.shields.io/badge/Package%20version-1.4-orange.svg?style=flat-square)](https://github.com/ropensci/hydroscoper)
[![](https://cranlogs.r-pkg.org/badges/grand-total/hydroscoper)](https://cran.r-project.org/package=hydroscoper)
[![ropensci](https://badges.ropensci.org/185_status.svg)](https://github.com/ropensci/onboarding/issues/185)
[![ropensci](https://badges.ropensci.org/185_status.svg)](https://github.com/ropensci/software-review/issues/185)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1196540.svg)](https://doi.org/10.5281/zenodo.1196540)
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00625/status.svg)](https://doi.org/10.21105/joss.00625)

Expand Down Expand Up @@ -67,10 +67,8 @@ The data sets that are provided by `hydroscoper` are:

## Example

This is a minimal example which shows how to get the station’s
[200200](http://kyy.hydroscope.gr/stations/d/200200/) precipitation time
series [56](http://kyy.hydroscope.gr/timeseries/d/56/) from the
[kyy](http://kyy.hydroscope.gr) sub-domain.
This is a minimal example which shows how to get the station’s *200200*
precipitation time series *56* from the *kyy* sub-domain.

Load libraries and get data:

Expand Down Expand Up @@ -123,8 +121,4 @@ or the BibTeX entry:
journal = {The Journal of Open Source Software}
}

## References

[Hydroscope](http://www.hydroscope.gr/)

[![ropensci\_footer](http://ropensci.org/public_images/github_footer.png)](https://ropensci.org)
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Test environments
* local Mac OS X install, R 3.6.2
* local Mac OS X install, R 4.0.3
* travis.ci Linux, x64, R 3.5.0
* travis.ci Mac OS X, R 3.5.0
* ci.appveyor, R 3.5.0
* ci.appveyor, R 4.0.4
* win-builder (devel and release)
* check-rhub

## R CMD check results
There were no ERRORs or WARNINGs.
Expand Down
20 changes: 10 additions & 10 deletions docs/articles/intro_hydroscoper.html

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

2 changes: 1 addition & 1 deletion docs/articles/stations_with_data.html

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

11 changes: 3 additions & 8 deletions docs/index.html

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

11 changes: 10 additions & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
intro_hydroscoper: intro_hydroscoper.html
stations_with_data: stations_with_data.html
last_built: 2021-03-20T20:52Z
last_built: 2021-03-21T14:15Z

Loading

0 comments on commit a3d2db8

Please sign in to comment.