Skip to content

Commit

Permalink
Setting a few new variables to NULL to satisfy R CMD CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrco committed Jan 24, 2017
1 parent 168761a commit 3c10b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/generateLOBdbase.R
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@ runSim = function(polarity, acylRanges, oxyRanges, adductHierarchies,

Species_class = NULL # to satisfy R CMD CHECK
Exact_mass = NULL # to satisfy R CMD CHECK
Adduct_hierarchy_lookup_class = NULL # to satisfy R CMD CHECK
DB_gen_type = NULL # to satisfy R CMD CHECK

these.base_elements =
subset(baseComponent.masses[i,],
Expand Down

0 comments on commit 3c10b4a

Please sign in to comment.