Skip to content

Commit

Permalink
prepare new submission to CRAN because vignette build failed because …
Browse files Browse the repository at this point in the history
…of HTTP 500 errors
  • Loading branch information
njahn82 committed Jan 8, 2017
1 parent f87aaf7 commit 64938ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: europepmc
Title: R Interface to the Europe PubMed Central RESTful Web Service
Version: 0.1.1.9000
Version: 0.1.2
Authors@R: c(
person("Najko", "Jahn", email = "najko.jahn@gmail.com",
role = c("aut", "cre", "cph")))
Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Expand Up @@ -244,8 +244,7 @@ epmc_db('12368864', db = 'embl')
## Get text-mined terms

Text-mined terms that can be accessed via Europe PMC are mapped against
controlled vocabularies such as [Gene
Ontology](http://www.ebi.ac.uk/QuickGO/).
controlled vocabularies like [Gene Ontology](http://www.geneontology.org/).

Before retrieving these terms, please check availability and vocabularies
first:
Expand Down
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -495,7 +495,7 @@ attr(my_data, "hit_count")
#> [1] 6933
```

You may also use `epmc_profile`to get a summary of hit counts.
You may also use `epmc_profile` to retrieve a summary of hit counts.


```r
Expand Down Expand Up @@ -709,7 +709,7 @@ epmc_refs('PMC3166943', data_src = 'pmc')
#> 18 <NA> <NA> <NA>
#> # ... with 13 more variables: title <chr>, authorString <chr>,
#> # journalAbbreviation <chr>, issue <chr>, pubYear <int>, volume <chr>,
#> # pageInfo <chr>, citedOrder <int>, match <chr>, issn <chr>, essn <chr>,
#> # pageInfo <chr>, citedOrder <int>, match <chr>, essn <chr>, issn <chr>,
#> # publicationTitle <chr>, externalLink <chr>
```

Expand Down Expand Up @@ -764,8 +764,7 @@ epmc_db('12368864', db = 'embl')
## Get text-mined terms

Text-mined terms that can be accessed via Europe PMC are mapped against
controlled vocabularies such as [Gene
Ontology](http://www.ebi.ac.uk/QuickGO/).
controlled vocabularies like [Gene Ontology](http://www.geneontology.org/).

Before retrieving these terms, please check availability and vocabularies
first:
Expand Down
3 changes: 1 addition & 2 deletions vignettes/introducing-europepmc.Rmd
Expand Up @@ -245,8 +245,7 @@ epmc_db('12368864', db = 'embl')
## Get text-mined terms

Text-mined terms that can be accessed via Europe PMC are mapped against
controlled vocabularies such as [Gene
Ontology](http://www.ebi.ac.uk/QuickGO/).
controlled vocabularies like [Gene Ontology](http://www.geneontology.org/).

Before retrieving these terms, please check availability and vocabularies
first:
Expand Down

0 comments on commit 64938ea

Please sign in to comment.