diff --git a/inst/baseballstats/DESCRIPTION b/inst/baseballstats/DESCRIPTION index 57638582..85bc182a 100644 --- a/inst/baseballstats/DESCRIPTION +++ b/inst/baseballstats/DESCRIPTION @@ -17,4 +17,4 @@ Suggests: testthat License: file LICENSE LazyData: TRUE -RoxygenNote: 7.1.0 +RoxygenNote: 7.3.1 diff --git a/inst/baseballstats/man/at_bats.Rd b/inst/baseballstats/man/at_bats.Rd index d4b00430..cf4538e7 100644 --- a/inst/baseballstats/man/at_bats.Rd +++ b/inst/baseballstats/man/at_bats.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/some_functions.R +% Please edit documentation in R/batting_statistics.R \name{at_bats} \alias{at_bats} \title{At-bats} @@ -17,7 +17,10 @@ Given the outcomes of plate appearances, calculate player's \href{https://en.wikipedia.org/wiki/Baseball_statistics}{baseball statistics} } \seealso{ -Other Batting Statistics: \code{\link{batting_avg}}, - \code{\link{on_base_pct}}, \code{\link{ops}}, - \code{\link{slugging_avg}} +Other Batting Statistics: +\code{\link{batting_avg}()}, +\code{\link{on_base_pct}()}, +\code{\link{ops}}, +\code{\link{slugging_avg}()} } +\concept{Batting Statistics} diff --git a/inst/baseballstats/man/batting_avg.Rd b/inst/baseballstats/man/batting_avg.Rd index a5f03df2..5ca7031d 100644 --- a/inst/baseballstats/man/batting_avg.Rd +++ b/inst/baseballstats/man/batting_avg.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/some_functions.R +% Please edit documentation in R/batting_statistics.R \name{batting_avg} \alias{batting_avg} \title{Batting Average} @@ -17,7 +17,10 @@ Given the outcomes of plate appearances, calculate player's \href{https://en.wikipedia.org/wiki/Baseball_statistics}{baseball statistics} } \seealso{ -Other Batting Statistics: \code{\link{at_bats}}, - \code{\link{on_base_pct}}, \code{\link{ops}}, - \code{\link{slugging_avg}} +Other Batting Statistics: +\code{\link{at_bats}()}, +\code{\link{on_base_pct}()}, +\code{\link{ops}}, +\code{\link{slugging_avg}()} } +\concept{Batting Statistics} diff --git a/inst/baseballstats/man/on_base_pct.Rd b/inst/baseballstats/man/on_base_pct.Rd index 27db102f..b947ea74 100644 --- a/inst/baseballstats/man/on_base_pct.Rd +++ b/inst/baseballstats/man/on_base_pct.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/some_functions.R +% Please edit documentation in R/batting_statistics.R \name{on_base_pct} \alias{on_base_pct} \title{On Base Percentage} @@ -17,7 +17,10 @@ Given the outcomes of plat appearances, calculate player's \href{https://en.wikipedia.org/wiki/Baseball_statistics}{baseball statistics} } \seealso{ -Other Batting Statistics: \code{\link{at_bats}}, - \code{\link{batting_avg}}, \code{\link{ops}}, - \code{\link{slugging_avg}} +Other Batting Statistics: +\code{\link{at_bats}()}, +\code{\link{batting_avg}()}, +\code{\link{ops}}, +\code{\link{slugging_avg}()} } +\concept{Batting Statistics} diff --git a/inst/baseballstats/man/ops.Rd b/inst/baseballstats/man/ops.Rd index 375640d7..d556a769 100644 --- a/inst/baseballstats/man/ops.Rd +++ b/inst/baseballstats/man/ops.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/some_functions.R +% Please edit documentation in R/batting_statistics.R \name{ops} \alias{ops} \alias{OPS} @@ -18,7 +18,10 @@ Given the outcomes of plat appearances, calculate player's \href{https://en.wikipedia.org/wiki/Baseball_statistics}{baseball statistics} } \seealso{ -Other Batting Statistics: \code{\link{at_bats}}, - \code{\link{batting_avg}}, \code{\link{on_base_pct}}, - \code{\link{slugging_avg}} +Other Batting Statistics: +\code{\link{at_bats}()}, +\code{\link{batting_avg}()}, +\code{\link{on_base_pct}()}, +\code{\link{slugging_avg}()} } +\concept{Batting Statistics} diff --git a/inst/baseballstats/man/slugging_avg.Rd b/inst/baseballstats/man/slugging_avg.Rd index 9d675eed..9b6d6cb0 100644 --- a/inst/baseballstats/man/slugging_avg.Rd +++ b/inst/baseballstats/man/slugging_avg.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/some_functions.R +% Please edit documentation in R/batting_statistics.R \name{slugging_avg} \alias{slugging_avg} \title{Slugging average} @@ -17,7 +17,10 @@ Given the outcomes of plat appearances, calculate player's \href{https://en.wikipedia.org/wiki/Baseball_statistics}{baseball statistics} } \seealso{ -Other Batting Statistics: \code{\link{at_bats}}, - \code{\link{batting_avg}}, \code{\link{on_base_pct}}, - \code{\link{ops}} +Other Batting Statistics: +\code{\link{at_bats}()}, +\code{\link{batting_avg}()}, +\code{\link{on_base_pct}()}, +\code{\link{ops}} } +\concept{Batting Statistics} diff --git a/inst/milne/man/Five.Rd b/inst/milne/man/Five.Rd index 50e71d4d..11fe30db 100644 --- a/inst/milne/man/Five.Rd +++ b/inst/milne/man/Five.Rd @@ -10,7 +10,7 @@ Age Five Age Five } \section{Super classes}{ -\code{milne::One} -> \code{milne::Two} -> \code{milne::HardlyThree} -> \code{milne::NA} -> \code{Five} +\code{\link[milne:One]{milne::One}} -> \code{\link[milne:Two]{milne::Two}} -> \code{milne::HardlyThree} -> \code{milne::NA} -> \code{Five} } \section{Methods}{ \subsection{Public methods}{ diff --git a/inst/milne/man/Four.Rd b/inst/milne/man/Four.Rd index 0960b82e..7e1b8a7f 100644 --- a/inst/milne/man/Four.Rd +++ b/inst/milne/man/Four.Rd @@ -10,7 +10,7 @@ Age Four Age Four } \section{Super classes}{ -\code{milne::One} -> \code{milne::Two} -> \code{milne::HardlyThree} +\code{\link[milne:One]{milne::One}} -> \code{\link[milne:Two]{milne::Two}} -> \code{milne::HardlyThree} } \section{Methods}{ \subsection{Public methods}{ diff --git a/inst/milne/man/Six.Rd b/inst/milne/man/Six.Rd index 664c8518..7b2d4e2f 100644 --- a/inst/milne/man/Six.Rd +++ b/inst/milne/man/Six.Rd @@ -10,7 +10,7 @@ Age Six Age Six } \section{Super classes}{ -\code{milne::One} -> \code{milne::Two} -> \code{milne::HardlyThree} -> \code{milne::NA} -> \code{milne::Five} -> \code{Six} +\code{\link[milne:One]{milne::One}} -> \code{\link[milne:Two]{milne::Two}} -> \code{milne::HardlyThree} -> \code{milne::NA} -> \code{\link[milne:Five]{milne::Five}} -> \code{Six} } \section{Methods}{ \subsection{Public methods}{ diff --git a/inst/milne/man/Three.Rd b/inst/milne/man/Three.Rd index 08862ffc..05704c41 100644 --- a/inst/milne/man/Three.Rd +++ b/inst/milne/man/Three.Rd @@ -10,7 +10,7 @@ Age Three Age Three } \section{Super classes}{ -\code{milne::One} -> \code{milne::Two} -> \code{HardlyThree} +\code{\link[milne:One]{milne::One}} -> \code{\link[milne:Two]{milne::Two}} -> \code{HardlyThree} } \section{Methods}{ \subsection{Public methods}{ diff --git a/inst/milne/man/Two.Rd b/inst/milne/man/Two.Rd index f6200d25..57cfbd7c 100644 --- a/inst/milne/man/Two.Rd +++ b/inst/milne/man/Two.Rd @@ -10,7 +10,7 @@ Age Two Age Two } \section{Super class}{ -\code{milne::One} -> \code{Two} +\code{\link[milne:One]{milne::One}} -> \code{Two} } \section{Methods}{ \subsection{Public methods}{ diff --git a/inst/sartre/DESCRIPTION b/inst/sartre/DESCRIPTION index 6234b02c..4572efad 100644 --- a/inst/sartre/DESCRIPTION +++ b/inst/sartre/DESCRIPTION @@ -11,4 +11,4 @@ Maintainer: Brian Burns 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 diff --git a/inst/silverstein/DESCRIPTION b/inst/silverstein/DESCRIPTION index 1a3bb058..9d11e213 100644 --- a/inst/silverstein/DESCRIPTION +++ b/inst/silverstein/DESCRIPTION @@ -9,6 +9,6 @@ Imports: R6 License: file LICENSE LazyData: TRUE -RoxygenNote: 7.1.0 +RoxygenNote: 7.3.1 Suggests: testthat (>= 2.1.0) diff --git a/inst/silverstein/R/Carrots.R b/inst/silverstein/R/Carrots.R index a14210d2..8588647f 100644 --- a/inst/silverstein/R/Carrots.R +++ b/inst/silverstein/R/Carrots.R @@ -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 @@ -13,6 +10,8 @@ Carrots <- R6Class( cloneable = FALSE, public = list( + #' @description Initialize Carrots. + #' @return nothing initialize = function() { couplet_1() } diff --git a/inst/silverstein/man/Carrots.Rd b/inst/silverstein/man/Carrots.Rd index 9fecb3af..c0323218 100644 --- a/inst/silverstein/man/Carrots.Rd +++ b/inst/silverstein/man/Carrots.Rd @@ -2,40 +2,28 @@ % Please edit documentation in R/Carrots.R \name{Carrots} \alias{Carrots} -\title{Carrots} +\title{Carrots R6 Class Definitions for testing} \description{ -Carrots +Class in which every method has an equal number of package function references } \concept{Carrots} \section{Methods}{ \subsection{Public methods}{ \itemize{ -\item \href{#method-new}{\code{Carrots$new()}} -\item \href{#method-clone}{\code{Carrots$clone()}} +\item \href{#method-Carrots-new}{\code{Carrots$new()}} } } \if{html}{\out{
}} -\if{html}{\out{}} +\if{html}{\out{}} +\if{latex}{\out{\hypertarget{method-Carrots-new}{}}} \subsection{Method \code{new()}}{ +Initialize Carrots. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{Carrots$new()}\if{html}{\out{
}} } -} -\if{html}{\out{
}} -\if{html}{\out{}} -\subsection{Method \code{clone()}}{ -The objects of this class are cloneable with this method. -\subsection{Usage}{ -\if{html}{\out{
}}\preformatted{Carrots$clone(deep = FALSE)}\if{html}{\out{
}} -} - -\subsection{Arguments}{ -\if{html}{\out{
}} -\describe{ -\item{\code{deep}}{Whether to make a deep clone.} -} -\if{html}{\out{
}} +\subsection{Returns}{ +nothing } } }