Skip to content

Commit

Permalink
remove colon
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Jan 17, 2024
1 parent ec92233 commit 28c7db4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/mean_temperatures.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' Summary Temperature (Month or annually)
#' @description: Returns a summary data frame giving either the mean of the minimum and/or maximum temperatures each year from 1 Jan to 31 Dec, or by year and month.
#' @description Returns a summary data frame giving either the mean of the minimum and/or maximum temperatures each year from 1 Jan to 31 Dec, or by year and month.
#'
#' @param data The data.frame to calculate from.
#' @param date_time \code{\link[base]{Date}} The name of the date column in \code{data}.
Expand Down
2 changes: 1 addition & 1 deletion R/summary_temp.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' Summary Temperature (Month or annually)
#' @description: Returns a summary data frame giving either the mean, minimum, and/or maximum temperatures each year from 1 Jan to 31 Dec, or by year and month.
#' @description Returns a summary data frame giving either the mean, minimum, and/or maximum temperatures each year from 1 Jan to 31 Dec, or by year and month.
#'
#' @param data The data.frame to calculate from.
#' @param date_time \code{\link[base]{Date}} The name of the date column in \code{data}.
Expand Down
2 changes: 1 addition & 1 deletion man/mean_temperature.Rd

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

2 changes: 1 addition & 1 deletion man/summary_temperature.Rd

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

0 comments on commit 28c7db4

Please sign in to comment.