Skip to content

Commit

Permalink
fixed bug in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardszoecs committed Mar 6, 2015
1 parent e69f8fa commit 6115e9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions R/cts.R
Expand Up @@ -56,8 +56,6 @@ cts_compinfo <- function(inchikey, verbose = FALSE, ...){
#' \donttest{
#' # might fail if API is not available
#' cts_convert('XEFQLINVKFYRCS-UHFFFAOYSA-N', 'inchikey', 'Chemical Name')
#' str(out)
#' out[1:5]
#' }
cts_convert <- function(query, from, to, first = FALSE, verbose = FALSE, ...){
if(length(from) > 1){
Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Expand Up @@ -9,8 +9,7 @@ knitr::opts_chunk$set(
comment = "#>"
)
```
[![Build Status](https://travis-ci.org/EDiLD/esmisc.png)](https://travis-ci.org/EDiLD/webchem)

[![Build Status](https://travis-ci.org/ropensci/webchem.png)](https://travis-ci.org/EDiLD/webchem)
`webchem` is a R package to retrieve chemical information from the web.
This package interacts with a suite of web APIs for chemical information.

Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -2,8 +2,7 @@ webchem
=============


[![Build Status](https://travis-ci.org/EDiLD/esmisc.png)](https://travis-ci.org/EDiLD/webchem)

[![Build Status](https://travis-ci.org/ropensci/webchem.png)](https://travis-ci.org/EDiLD/webchem)
`webchem` is a R package to retrieve chemical information from the web.
This package interacts with a suite of web APIs for chemical information.

Expand Down
2 changes: 0 additions & 2 deletions man/cts_convert.Rd
Expand Up @@ -30,8 +30,6 @@ Convert Ids using Chemical Translation Service (CTS), see \url{http://cts.fiehnl
\donttest{
# might fail if API is not available
cts_convert('XEFQLINVKFYRCS-UHFFFAOYSA-N', 'inchikey', 'Chemical Name')
str(out)
out[1:5]
}
}
\author{
Expand Down

0 comments on commit 6115e9e

Please sign in to comment.