PullRequestReviewNotes.md

BCB420.2019.ESA

Notes on Pull Request Reviews

(Exploratory Systems Analysis Tools for BCB420-2019)

 

1 General points

#' @examples
#' \dontrun{
#'myHGNC <- fetchData("HGNCreference")                   # fetch and assign data
#' }
#' @return (numeric)  A vector of the next six 6-of-49 lottery numbers or NULL.

 

2 Specific issues

Issue: I am using this function or that data that was written by so-and-so ...

No need to mention a contributor's name separately since we are all collaborators in the same package. Authors can link to the specific function they are acknowledging instead. (e.g. For details see \code{\link{<fetchData>}). We can add some personalized attribution about ourselves into the Roxygen header of functions:

#' @author <author name>, \email{<name>@@<host.domain>}
#' @seealso \code{\link{<name-of-related-function>}}

We can also include function authors' names in the LICENSE file.

Issue: Missing @author in the Roxygen header.

Use:

#' @author <author name>, \email{<name>@@<host.domain>}

3 References and Further Reading

(None)  

4 Acknowledgements

(None)  



hyginn/BCB420.2019.ESA documentation built on May 29, 2019, 1:23 p.m.