Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
^\.travis\.yml$
^LICENSE\.md$
620 changes: 310 additions & 310 deletions .github/workflows/check-bioc.yml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.RData
.Rbuildignore
.Rhistory
.Rproj.user
*.Rproj
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: RMassBank
Title: Workflow to process tandem MS files and build MassBank records
Version: 3.15.3
Version: 3.22.2
Authors@R: c(
person("RMassBank at Eawag", , , "massbank@eawag.ch", role = "cre"),
person("Michael A.", "Stravs", , "michael.stravs@eawag.ch", role = "aut",
Expand All @@ -27,7 +27,8 @@ Description: Workflow to process tandem MS files and build MassBank
of compound information from Internet databases, and export to
MassBank records.
License: Artistic-2.0
Depends:
Depends:
R (>= 4.1.0),
Rcpp
Imports:
assertthat,
Expand All @@ -51,6 +52,7 @@ Imports:
readr,
rjson,
S4Vectors,
stringr,
tibble,
tidyselect,
webchem,
Expand All @@ -71,7 +73,7 @@ VignetteBuilder:
biocViews: ImmunoOncology, Bioinformatics, MassSpectrometry, Metabolomics,
Software
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.3
SystemRequirements: OpenBabel
Collate:
'alternateAnalyze.R'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ import(rcdk)
import(readJDX)
import(readr)
import(rjson)
import(stringr)
import(tibble)
import(yaml)
importFrom(Biobase,"classVersion<-")
Expand Down
Loading
Loading