Skip to content

Commit

Permalink
prep for bioc submission
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsontom committed Nov 18, 2022
1 parent 3c0e1d9 commit 6959316
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Suggests:
tibble,
knitr,
rmarkdown,
tidyr
tidyr,
BiocStyle
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
biocViews:RepositoryData, Metabolomics, MassSpectrometryData
8 changes: 6 additions & 2 deletions vignettes/Introduction_to_metabolighteR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Introduction to metabolighteR"
author:
- name: Thomas Wilson
affiliation: Institute of Biological, Environmental & Rural Sciences (IBERS), Aberystwyth University, UK
affiliation: Department of Life Sciences, Aberystwyth University, UK
email: tpw2@aber.ac.uk
output: rmarkdown::html_vignette
output: BiocStyle::html_document
vignette: >
%\VignetteIndexEntry{Introduction_to_metabolighteR}
%\VignetteEngine{knitr::rmarkdown}
Expand Down Expand Up @@ -74,7 +74,11 @@ study_tech_filter <- study_tech %>% dplyr::filter(STUDY %in% studies[1:5])
StudyInfoTable <-
dplyr::left_join(study_titles, study_tech_filter, by = 'STUDY')
```



```{r}
StudyInfoTable
```
Expand Down

0 comments on commit 6959316

Please sign in to comment.