Skip to content

Commit

Permalink
update test packge docs to align with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed May 3, 2024
1 parent b0e0475 commit 685f3cc
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 52 deletions.
2 changes: 1 addition & 1 deletion inst/baseballstats/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Suggests:
testthat
License: file LICENSE
LazyData: TRUE
RoxygenNote: 7.1.0
RoxygenNote: 7.3.1
11 changes: 7 additions & 4 deletions inst/baseballstats/man/at_bats.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions inst/baseballstats/man/batting_avg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions inst/baseballstats/man/on_base_pct.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions inst/baseballstats/man/ops.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions inst/baseballstats/man/slugging_avg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/milne/man/Five.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/milne/man/Four.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/milne/man/Six.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/milne/man/Three.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/milne/man/Two.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/sartre/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Maintainer: Brian Burns <brian.burns.opensource@gmail.com>
Description: This package is used to test the functions in `pkgnet`. It's a "nothing" network. Get it?
License: file LICENSE
LazyData: TRUE
RoxygenNote: 7.1.0
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion inst/silverstein/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Imports:
R6
License: file LICENSE
LazyData: TRUE
RoxygenNote: 7.1.0
RoxygenNote: 7.3.1
Suggests:
testthat (>= 2.1.0)
7 changes: 3 additions & 4 deletions inst/silverstein/R/Carrots.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# R6 Class Definitions for testing

#' @title Carrots
#' @name Carrots
#' Carrots R6 Class Definitions for testing
#' @family Carrots
#' @description Class in which every method has an equal number of package function references
#' @importFrom R6 R6Class
Expand All @@ -13,6 +10,8 @@ Carrots <- R6Class(
cloneable = FALSE,

public = list(
#' @description Initialize Carrots.
#' @return nothing
initialize = function() {
couplet_1()
}
Expand Down
28 changes: 8 additions & 20 deletions inst/silverstein/man/Carrots.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 685f3cc

Please sign in to comment.