Skip to content

Commit

Permalink
Bioconductor finalization (#26)
Browse files Browse the repository at this point in the history
* up

* up

* Up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* Bugfixes

* up

* up

* Vignettes use preloaded data

* Update vignettes

* up

* Add genomes

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up
  • Loading branch information
TuomasBorman authored Feb 12, 2024
1 parent 41d312d commit 62aa4cd
Show file tree
Hide file tree
Showing 29 changed files with 381 additions and 420 deletions.
287 changes: 0 additions & 287 deletions .github/workflows/check-bioc-devel.yml

This file was deleted.

58 changes: 58 additions & 0 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: rworkflows
'on':
push:
branches:
- master
- main
- devel
- RELEASE_**
pull_request:
branches:
- master
- main
- devel
- RELEASE_**
jobs:
rworkflows:
permissions:
contents: write
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
container: ${{ matrix.config.cont }}
strategy:
fail-fast: ${{ false }}
matrix:
config:
- os: ubuntu-latest
bioc: devel
r: auto
cont: bioconductor/bioconductor_docker:devel
rspm: https://packagemanager.rstudio.com/cran/__linux__/latest/release
- os: macOS-latest
bioc: devel
r: auto
cont: ~
rspm: ~
- os: windows-latest
bioc: devel
r: auto
cont: ~
rspm: ~
steps:
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ false }}
run_rcmdcheck: ${{ true }}
as_cran: ${{ false }}
run_vignettes: ${{ true }}
has_testthat: ${{ true }}
run_covr: ${{ true }}
run_pkgdown: ${{ true }}
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ false }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
runner_os: ${{ runner.os }}
cache_version: cache-v1
enable_act: ${{ false }}
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MGnifyR
Type: Package
Version: 0.99.17
Version: 0.99.18
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand All @@ -20,10 +20,10 @@ biocViews: PackageTypeData, ExperimentData, MicrobiomeData, SequencingData
License: Artistic-2.0 | file LICENSE
Encoding: UTF-8
Depends:
R(>= 4.3),
R(>= 4.4.0),
mia,
MultiAssayExperiment,
TreeSummarizedExperiment (>= 1.99.3),
TreeSummarizedExperiment,
SummarizedExperiment,
biomformat,
BiocGenerics
Expand Down Expand Up @@ -57,12 +57,12 @@ BugReports: https://github.com/EBI-Metagenomics/MGnifyR/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.0
Collate:
'MGnifyR.R'
'MgnifyClient.R'
'utils.R'
'allGenerics.R'
'allClasses.R'
'allAccessors.R'
'MgnifyClient.R'
'AllGenerics.R'
'AllClasses.R'
'AllAccessors.R'
'MGnifyR.R'
'deprecate.R'
'doQuery.R'
'getData.R'
Expand Down
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Version: 0.99.18
Date: 2024-02-12
+ Last modifications for Biocondutor submission

Changes in version 0.99.17
+ Added getData function for fetching raw data from the database

Changes in version 0.99.0
Version 0.99.0
+ Support for TreeSummarizedExperiment and MultiAssayExperiment
+ Submitted to Bioconductor
Loading

0 comments on commit 62aa4cd

Please sign in to comment.