Skip to content

Commit 5300a5e

Browse files
committed
fix git conficts
1 parent 6fb48f5 commit 5300a5e

34 files changed

+10
-319
lines changed

DESCRIPTION

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,8 @@ License: MIT + file LICENSE
2525
Encoding: UTF-8
2626
LazyData: true
2727
RoxygenNote: 7.3.2
28-
<<<<<<< HEAD
29-
Imports: stringi (>= 1.5),
30-
stringr (>= 1.4),
31-
tibble(>= 3.1),
32-
pingr (>= 2.0),
33-
readr (>= 1.4),
34-
jsonlite (>= 1.7)
35-
Suggests:
36-
ggplot2 (>= 3.3),
37-
knitr (>= 1.31),
38-
rmarkdown (>= 2.7),
39-
httptest,
40-
testthat (>= 3.0)
41-
=======
4228
Imports: stringi (>= 1.8),
29+
pingr (>= 2.0),
4330
stringr (>= 1.5),
4431
tibble(>= 3.2),
4532
readr (>= 2.1),
@@ -48,6 +35,6 @@ Suggests:
4835
ggplot2 (>= 3.5),
4936
knitr (>= 1.45),
5037
rmarkdown (>= 2.25),
38+
httptest,
5139
testthat (>= 3.2)
52-
>>>>>>> 5f92c0e554c5e22aa235c2fc0bec391976bb65f4
5340
VignetteBuilder: knitr

R/enhydris_api.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ enhydris_get <- function(subdomain = c("kyy", "ypaat", "emy", "deh"),
8686
subdomain <- match.arg(subdomain)
8787

8888
# check if server is alive
89-
server_alive(subdomain)
89+
# server_alive(subdomain)
9090

9191
# create hydroscope url
9292
api <- enhydris_names(api_value)

R/utils.R

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ server_alive <- function(subdomain) {
1111
err_msg <- paste(
1212
"The server for that data source is probably down,",
1313
"get more info at [email protected] or try",
14-
"again later."
15-
)
16-
<<<<<<< HEAD
14+
"again later.")
15+
1716
tryCatch({
1817
if (all(is.na(pingr::ping_port(server_address(subdomain),
1918
port = 80L,
@@ -24,13 +23,11 @@ server_alive <- function(subdomain) {
2423
},
2524
error = function(e) {
2625
# The original error message is now the default stop message
27-
stop(err_msg, call. = FALSE)
28-
=======
26+
stop(err_msg, call. = FALSE)})
2927

3028
# test the http capabilities of the current R build
3129
if (!capabilities(what = "http/ftp")) {
3230
stop("The current R build has no http capabilities")
33-
>>>>>>> 5f92c0e554c5e22aa235c2fc0bec391976bb65f4
3431
}
3532

3633
# test connection by trying to read first line of url

README.Rmd

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@ online <- function(url = "kyy.hydroscope.gr") {
3232
chk_online <- online()
3333
3434
```
35-
<<<<<<< HEAD
36-
37-
[![Travis-CI Build Status](https://app.travis-ci.com/ropensci/hydroscoper.svg?branch=master)](https://app.travis-ci.com/ropensci/hydroscoper)
38-
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/hydroscoper?branch=master&svg=true)](https://ci.appveyor.com/project/ropensci/hydroscoper)
39-
[![codecov](https://app.codecov.io/gh/ropensci/hydroscoper/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/hydroscoper)
40-
=======
35+
4136
[![tic](https://github.com/ropensci/hydroscoper/workflows/tic/badge.svg?branch=master)](https://github.com/ropensci/hydroscoper/actions)
4237
[![codecov](https://codecov.io/github/ropensci/hydroscoper/branch/master/graphs/badge.svg)](https://app.codecov.io/gh/ropensci/hydroscoper)
43-
>>>>>>> 5f92c0e554c5e22aa235c2fc0bec391976bb65f4
4438
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.4-6666ff.svg)](https://cran.r-project.org/)
4539
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/hydroscoper)](https://cran.r-project.org/package=hydroscoper)
4640
[![packageversion](https://img.shields.io/badge/Package%20version-1.7.0-orange.svg?style=flat-square)](https://github.com/ropensci/hydroscoper)

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@ hydroscoper
33

44
<!-- README.md is generated from README.Rmd. Please edit that file -->
55

6-
<<<<<<< HEAD
7-
[![Travis-CI Build
8-
Status](https://app.travis-ci.com/ropensci/hydroscoper.svg?branch=master)](https://app.travis-ci.com/ropensci/hydroscoper)
9-
[![AppVeyor Build
10-
Status](https://ci.appveyor.com/api/projects/status/github/ropensci/hydroscoper?branch=master&svg=true)](https://ci.appveyor.com/project/ropensci/hydroscoper)
11-
[![codecov](https://app.codecov.io/gh/ropensci/hydroscoper/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/hydroscoper)
12-
=======
136
[![tic](https://github.com/ropensci/hydroscoper/workflows/tic/badge.svg?branch=master)](https://github.com/ropensci/hydroscoper/actions)
147
[![codecov](https://codecov.io/github/ropensci/hydroscoper/branch/master/graphs/badge.svg)](https://app.codecov.io/gh/ropensci/hydroscoper)
15-
>>>>>>> 5f92c0e554c5e22aa235c2fc0bec391976bb65f4
168
[![minimal R
179
version](https://img.shields.io/badge/R%3E%3D-3.4-6666ff.svg)](https://cran.r-project.org/)
1810
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/hydroscoper)](https://cran.r-project.org/package=hydroscoper)
@@ -83,23 +75,6 @@ library(ggplot2)
8375

8476
ts_raw <- get_data(subdomain = "kyy", time_id = 56)
8577
ts_raw
86-
<<<<<<< HEAD
87-
#> # A tibble: 147,519 × 3
88-
#> date value comment
89-
#> <dttm> <dbl> <chr>
90-
#> 1 1985-05-06 08:00:00 0 1
91-
#> 2 1985-05-06 08:30:00 0 1
92-
#> 3 1985-05-06 09:00:00 0 1
93-
#> 4 1985-05-06 09:30:00 0 1
94-
#> 5 1985-05-06 10:00:00 0 1
95-
#> 6 1985-05-06 10:30:00 0 1
96-
#> 7 1985-05-06 11:00:00 0 1
97-
#> 8 1985-05-06 11:30:00 0 1
98-
#> 9 1985-05-06 12:00:00 0 1
99-
#> 10 1985-05-06 12:30:00 0 1
100-
#> # ℹ 147,509 more rows
101-
=======
102-
>>>>>>> 5f92c0e554c5e22aa235c2fc0bec391976bb65f4
10378
```
10479

10580
Let’s create a plot:

docs/404.html

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONDUCT.html

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)