Skip to content

Commit

Permalink
update to resolve warnings, errors, notes R CMD check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Maasch authored and Jacqueline Maasch committed Dec 25, 2019
1 parent 6d5f02b commit 937590b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/info.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#' @examples
#' duo_info_df <- sanzo.info2()
#' print(sanzo.info2())
#' knitr::kable(sanzo.info2())
#'
#' @export
#'
Expand Down Expand Up @@ -57,7 +56,6 @@ sanzo.info2 <- function() {
#' @examples
#' trio_info_df <- sanzo.info3()
#' print(sanzo.info3())
#' knitr::kable(sanzo.info3())
#'
#' @export
#'
Expand Down Expand Up @@ -106,7 +104,6 @@ sanzo.info3 <- function() {
#' @examples
#' quad_info_df <- sanzo.info4()
#' print(sanzo.info4())
#' knitr::kable(sanzo.info4())
#'
#' @export
#'
Expand Down Expand Up @@ -158,7 +155,6 @@ sanzo.info4 <- function() {
#' @examples
#' info_df <- sanzo.info.all()
#' print(sanzo.info.all())
#' knitr::kable(sanzo.info.all())
#'
#' @export
#'
Expand Down

0 comments on commit 937590b

Please sign in to comment.