Skip to content

Commit

Permalink
Merge pull request #22 from aberHRML/devel
Browse files Browse the repository at this point in the history
Version 0.1.2
  • Loading branch information
wilsontom authored Mar 25, 2021
2 parents 322c356 + 993f99e commit 65125cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: metabolighteR
Type: Package
Title: Interface to the 'Metabolights' RESTful API
Version: 0.1.1
Date: 2020-12-11
Version: 0.1.2
Date: 2021-03-25
Authors@R: c(
person("Tom", "Wilson", , "[email protected]", c("aut", "cre"), comment = c(ORCID = '0000-0003-3112-4682')))
Description: Access to the 'Metabolights' RESTful API <https://www.ebi.ac.uk/metabolights/index>. Retrieve elements of publically available 'Metabolights' studies.
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# metabolighteR v0.1.2
* Fix R CMD check CRAN warnings in vignette

# metabolighteR v0.1.1

* Remove dependency of Personal API token for API methods where it can be omitted
Expand Down
Binary file removed inst/metabolighteR-manual.pdf
Binary file not shown.
Binary file added inst/metabolighteR_0.1.2.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/Introduction_to_metabolighteR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ A list of all available files can be generated using the `get_study_files` funct

```{r, file_list, echo=TRUE, eval=TRUE}
studyFileList <- get_study_files(studies[1])
studyFileList <- get_study_files('MTBLS264')
studyFileList
```
Expand Down

0 comments on commit 65125cd

Please sign in to comment.