Skip to content

Commit

Permalink
Merge pull request #27 from jasenfinch/devel
Browse files Browse the repository at this point in the history
v0.9.1
  • Loading branch information
Jasen Finch authored Oct 20, 2021
2 parents 17f57d6 + 81fb720 commit 5c19510
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 58 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
#- {os: windows-latest, r: 'release'}
#- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
sudo apt-get install -y libopenbabel-dev libnetcdf-dev libglpk-dev texlive-base
sudo apt-get install -y libopenbabel-dev libnetcdf-dev libglpk-dev texlive-base libsodium-dev
- name: Install dependencies
run: |
Expand Down
38 changes: 20 additions & 18 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
Package: hrm
Title: Install, Load and Update R Packages for High Resolution Metabolomics Analyses
Version: 0.9.0
Version: 0.9.1
Authors@R: person("Jasen", "Finch", email = "[email protected]", role = c("aut", "cre"))
Description: Easily install, load and update R packages for high resolution metabolomics analyses.
URL: jasenfinch.github.io/hrm/
BugReports: https://github.com/jasenfinch/hrm/issues
Depends: R (>= 3.5.0)
Imports: dplyr,
magrittr,
purrr,
stringr,
tibble,
BiocManager,
remotes,
Imports: BiocManager,
cli,
composition,
construction,
crayon,
rstudioapi,
tidyverse,
dplyr,
grover,
magrittr,
metaboData,
construction,
composition,
riches,
metaboMisc,
metaboWorkflows
metaboWorkflows,
purrr,
remotes,
riches,
rstudioapi,
stringr,
tibble,
tidyverse
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: testthat,
covr
Remotes: jasenfinch/construction,
jasenfinch/composition,
jasenfinch/riches,
Remotes: jasenfinch/composition,
jasenfinch/construction,
jasenfinch/grover,
jasenfinch/metaboMisc,
jasenfinch/metaboWorkflows
jasenfinch/metaboWorkflows,
jasenfinch/riches
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ importFrom(crayon,col_nchar)
importFrom(crayon,green)
importFrom(crayon,white)
importFrom(dplyr,bind_rows)
importFrom(grover,readGrover)
importFrom(magrittr,"%>%")
importFrom(metaboData,availableDataSets)
importFrom(metaboMisc,preTreatModes)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# hrm 0.9.1

* Added the [`grover`](https://jasenfinch.github.io/grover) package.

# hrm 0.9.0

* Temporarily removed [`metaboReports`](https://github.com/jasenfinch/metaboReports) due to breaking changes in [`metaboWorkflows`](https://jasenfinch.github.io/metaboWorkflows/) v0.9.0.
Expand Down
1 change: 1 addition & 0 deletions R/hrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ globalVariables('.')
#' @importFrom metaboMisc preTreatModes
#' @importFrom metaboWorkflows defineWorkflow
#' @importFrom tidyverse tidyverse_packages
#' @importFrom grover readGrover

NULL
Binary file modified R/sysdata.rda
Binary file not shown.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Easily install, load and update an R package ecosystem for performing analyses o
`hrm` packages include:

* [metaboData](https://aberHRML.github.io/metaboData) - Example data sets for metabolomics analyses
* [grover](https://jasenfinch.github.io/grover) - Web API Framework for Mass Spectrometry Data Transfer
* [binneR](https://aberHRML.github.io/binneR) - Spectral Processing for High Resolution Flow Infusion Mass Spectrometry
* [metabolyseR](https://jasenfinch.github.io/metabolyseR) - A tool kit for pre-treatment, modelling, feature selection and correlation analyses of metabolomics data
* [profilePro](https://jasenfinch.github.io/profilePro) - Unified Input and Output for Processing of Metabolomic Profiling Experiments
Expand Down
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ analyses of high resolution metabolomics data.

- [metaboData](https://aberHRML.github.io/metaboData) - Example data
sets for metabolomics analyses
- [grover](https://jasenfinch.github.io/grover) - Web API Framework
for Mass Spectrometry Data Transfer
- [binneR](https://aberHRML.github.io/binneR) - Spectral Processing
for High Resolution Flow Infusion Mass Spectrometry
- [metabolyseR](https://jasenfinch.github.io/metabolyseR) - A tool kit
Expand Down Expand Up @@ -61,14 +63,14 @@ Loading the `hrm` packages will load the included R packages.
library(hrm)
#> Warning in .recacheSubclasses(def@className, def, env): undefined subclass
#> "numericVector" of class "Mnumeric"; definition not updated
#> ── Attaching packages ───────────────────────────────────────────── hrm 0.9.0 ──
#> ── Attaching packages ───────────────────────────────────────────── hrm 0.9.1 ──
#> ✓ chunky 0.1.0 ✓ projecttemplates 0.5.1
#> ✓ metaboData 0.6.2 ✓ binneR 2.6.0
#> ✓ metabolyseR 0.14.3 ✓ profilePro 0.7.0
#> ✓ mzAnnotation 1.7.5MFassign 0.7.10
#> ✓ construction 0.2.10 ✓ composition 0.1.4
#> ✓ riches 0.2.1metaboMisc 0.5.7
#> ✓ metaboWorkflows 0.9.0
#> ✓ metaboData 0.6.2 ✓ grover 1.0.7
#> ✓ binneR 2.6.0 ✓ metabolyseR 0.14.3
#> ✓ profilePro 0.7.0mzAnnotation 1.7.5
#> ✓ MFassign 0.7.10 ✓ construction 0.2.10
#> ✓ composition 0.1.4riches 0.2.1
#> ✓ metaboMisc 0.5.7 ✓ metaboWorkflows 0.9.0
#> ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ──
#> ✓ tibble 3.1.5 ✓ dplyr 1.0.7
#> ✓ tidyr 1.1.4 ✓ stringr 1.4.0
Expand Down Expand Up @@ -99,10 +101,10 @@ A vector of the current `hrm` packages can be found by:

``` r
hrmPackages()
#> [1] "chunky" "projecttemplates" "metaboData" "binneR"
#> [5] "metabolyseR" "profilePro" "mzAnnotation" "MFassign"
#> [9] "construction" "composition" "riches" "metaboMisc"
#> [13] "metaboWorkflows"
#> [1] "chunky" "projecttemplates" "metaboData" "grover"
#> [5] "binneR" "metabolyseR" "profilePro" "mzAnnotation"
#> [9] "MFassign" "construction" "composition" "riches"
#> [13] "metaboMisc" "metaboWorkflows"
```

`hrm` associated packages can be updated using:
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 2.11.4
pkgdown: 1.6.1
pkgdown_sha: ~
articles: {}
last_built: 2021-10-07T12:44Z
last_built: 2021-10-20T12:55Z
urls:
reference: https://jasenfinch.github.io/hrm//reference
article: https://jasenfinch.github.io/hrm//articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/hrmAttach.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/reference/hrmPackages.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/hrmUpdate.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-hrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ test_that('hrmAttach works',{
})

test_that('hrmPackages works',{
expect_length(hrmPackages(),13)
expect_length(hrmPackages(),14)
})

0 comments on commit 5c19510

Please sign in to comment.