bheavner / minidtools

A R package for working with BDDS minids
Other
1 stars 0 forks source link

address documentation warnings #16

Closed bheavner closed 6 years ago

bheavner commented 6 years ago

warnings like this:

Documented arguments not in \usage in documentation object 'identifier<-':
  ‘value’
Assignments in \usage in documentation object 'identifier<-':
  identifier(x) <- "identifier string"

It looks like adding things like this:

#' @param x minid object

in allGenerics.R and minid-setter-methods.R is related.

Once I figure that out, can fix travis yml to treat warnings as errors again.