From 28c7db415d539eeb01329f14d7694dcb411b253d Mon Sep 17 00:00:00 2001 From: lilyclements Date: Wed, 17 Jan 2024 22:57:29 +0000 Subject: [PATCH] remove colon --- R/mean_temperatures.R | 2 +- R/summary_temp.R | 2 +- man/mean_temperature.Rd | 2 +- man/summary_temperature.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/mean_temperatures.R b/R/mean_temperatures.R index cb0c66c..2ab8bad 100644 --- a/R/mean_temperatures.R +++ b/R/mean_temperatures.R @@ -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}. diff --git a/R/summary_temp.R b/R/summary_temp.R index 7768224..2f58373 100644 --- a/R/summary_temp.R +++ b/R/summary_temp.R @@ -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}. diff --git a/man/mean_temperature.Rd b/man/mean_temperature.Rd index cddd301..781889c 100644 --- a/man/mean_temperature.Rd +++ b/man/mean_temperature.Rd @@ -54,7 +54,7 @@ mean_temperature( A data.frame with mean summaries for each year or year and month for the minimum daily temperature and/or the maximum daily temperature. } \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. +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. } \examples{ #daily_niger_1 <- daily_niger \%>\% filter(year < 1950) diff --git a/man/summary_temperature.Rd b/man/summary_temperature.Rd index c25c026..2961949 100644 --- a/man/summary_temperature.Rd +++ b/man/summary_temperature.Rd @@ -54,7 +54,7 @@ summary_temperature( A data.frame with mean summaries for each year or year and month for the minimum daily temperature and/or the maximum daily temperature. } \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. +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. } \examples{ #daily_niger_1 <- daily_niger \%>\% filter(year < 1950)