Skip to content

Commit

Permalink
Update Description, readme and config
Browse files Browse the repository at this point in the history
  • Loading branch information
biodavidjm committed Sep 21, 2020
1 parent 9ae390e commit 23a1417
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ notes_developers.md
^pkgdown$
^docs/pkgdown\.yml$
^\.github$
^doc$
^Meta$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
# Mac OS X
*.DS_Store
.Rproj.user
doc
Meta
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: MotrpacBicQC
Type: Package
Title: QC/QA functions for the MoTrPAC community
Version: 0.2.2
Date: 2020-06-30
Version: 0.3.0
Date: 2020-09-21
Author: MoTrPAC Bioinformatics Center
Maintainer: David Jimenez-Morales <[email protected]>
Description: R Package for the analysis of MoTrPAC datasets.
Expand All @@ -23,13 +23,15 @@ Depends: R (>= 3.6.0)
Imports:
data.table,
dplyr,
forcats,
ggplot2,
grDevices,
inspectdf,
jsonlite,
knitr,
naniar,
purrr,
stats,
stringr,
tidyr,
utils
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ devtools::install_github("MoTrPAC/MotrpacBicQC", build_vignettes = TRUE)

# Usage

[Follow this link](https://motrpac.github.io/MotrpacBicQC/articles/metabolomics_qc.html) to learn how to test and use this package.
- Metabolomics: [follow this link](https://motrpac.github.io/MotrpacBicQC/articles/qc_metabolomics.html).
- Proteomics: [follow this link](https://motrpac.github.io/MotrpacBicQC/articles/qc_proteomics.html).

Alternatively, once the package is installed, run the following command to
access the same documentation:
Expand Down

0 comments on commit 23a1417

Please sign in to comment.