From 6115e9e643fb18514fde7937963bfdfec8488eeb Mon Sep 17 00:00:00 2001 From: edisz Date: Fri, 6 Mar 2015 12:14:52 +0100 Subject: [PATCH] fixed bug in examples --- R/cts.R | 2 -- README.Rmd | 3 +-- README.md | 3 +-- man/cts_convert.Rd | 2 -- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/R/cts.R b/R/cts.R index 5c58a9cb..171b59b4 100644 --- a/R/cts.R +++ b/R/cts.R @@ -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){ diff --git a/README.Rmd b/README.Rmd index 4dec376d..2de0fecc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. diff --git a/README.md b/README.md index ba48bda3..b5c27691 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/man/cts_convert.Rd b/man/cts_convert.Rd index c1ed59fe..84394a22 100644 --- a/man/cts_convert.Rd +++ b/man/cts_convert.Rd @@ -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{