Skip to content

Commit

Permalink
- restricted the title to less than 65 chars.
Browse files Browse the repository at this point in the history
- single quoted software names in the Description.
- added java directory
  • Loading branch information
cpanse committed Nov 25, 2017
1 parent 521c711 commit 5d93233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
^.*\.Rproj$
^\.Rproj\.user$
^.*git.*
^java.*
^LICENSE
^.*vignettes/report.*$
^.*vignettes/.*.html$
Expand All @@ -17,3 +16,5 @@
^.*class$
^.*exec/.*$
^.*maven-.*$
^.*MassSpectrometryMeasurementSummary.java$
^.*MassSpectrometryMeasurementSerializer.java$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: deisotoper
Type: Package
Title: Implementation, Development, and Evaluation of Algorithms for the Detection and Extraction of Isotope Pattern of a Mass Spectrometric Measurement
Title: Detection of Isotope Pattern of a Mass Spectrometric Measurement
Version: 0.0.1
Authors@R: c(person("Christian", "Panse", email = "cp@fgcz.ethz.ch",
role = c("cre", "aut"), comment = c(ORCID = "0000-0003-1975-3064")),
Expand All @@ -23,7 +23,7 @@ Suggests: DiagrammeR,
rmarkdown
SystemRequirements: Java (>= 8.0), GNU make
Description: Provides a low-level interface for a deisotoper
container implemented in the Java programming language and
container implemented in the 'Java' programming language and
means of S3 helper functions for deisotoping,
plotting and debugging isotopes of mass spectrometric data.
We use this package mainly for prototyping, teaching and
Expand Down

0 comments on commit 5d93233

Please sign in to comment.