mirror of
https://github.com/msberends/AMR.git
synced 2025-04-16 16:30:37 +02:00
Travis checks
This commit is contained in:
parent
324d8b955e
commit
533342583a
@ -70,7 +70,7 @@ With the `MDRO` function (abbreviation of Multi Drug Resistant Organisms), you c
|
||||
This package [is published on CRAN](http://cran.r-project.org/package=AMR), the official R network.
|
||||
|
||||
### Install from CRAN
|
||||
[](http://cran.r-project.org/package=AMR) [](http://cran.r-project.org/package=AMR)
|
||||
[](http://cran.r-project.org/package=AMR) [](http://cran.r-project.org/package=AMR)
|
||||
|
||||
(Note: Downloads measured only by [cran.rstudio.com](https://cran.rstudio.com/package=AMR), this excludes e.g. the official [cran.r-project.org](https://cran.r-project.org/package=AMR))
|
||||
|
||||
@ -84,14 +84,11 @@ This package [is published on CRAN](http://cran.r-project.org/package=AMR), the
|
||||
### Install from GitHub
|
||||
[](https://travis-ci.org/msberends/AMR)
|
||||
[](https://ci.appveyor.com/project/msberends/AMR)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
[](https://codecov.io/gh/msberends/AMR)
|
||||
|
||||
```r
|
||||
install.packages("devtools")
|
||||
devtools::install_github("msberends/AMR")
|
||||
```
|
||||
```r install.packages("devtools")
|
||||
devtools::install_github("msberends/AMR") ```
|
||||
|
||||
## How to use it?
|
||||
```r
|
||||
|
@ -1,6 +1,8 @@
|
||||
context("atc.R")
|
||||
|
||||
test_that("atc_property works", {
|
||||
skip() # relies on internet connection of server, don't test
|
||||
|
||||
skip_if(Sys.info()['sysname'] == "Windows") # security error on AppVeyor
|
||||
|
||||
if (!is.null(curl::nslookup("www.whocc.no", error = FALSE))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user