Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Nov 4, 2024
1 parent b80b020 commit 4303329
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^LICENSE\.md$
^README\.Rmd$
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
14 changes: 1 addition & 13 deletions R/climatic_missing.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@
#' @export
#'
#' @examples
#' # Example 1: Calculate missing data summary for all elements and stations
#' #summary_data <- climatic_missing(data = climatic_data, date = "Date")
#'
#' # Example 2: Calculate missing data summary for specific elements and stations
#' #summary_data <- climatic_missing(data = climatic_data, date = "Date", elements = c("Temperature", "Precipitation"), stations = c("Station1", "Station2"))
#'
#' # Example 3: Calculate missing data summary with custom start and end dates
#' #summary_data <- climatic_missing(data = climatic_data, date = "Date", start = FALSE, end = TRUE)
#'
#' # Example 4: Calculate missing data summary without including station information
#' #summary_data <- climatic_missing(data = climatic_data, date = "Date", stations = NULL)
#'
#'
#' # TODO
climatic_missing <- function(data, date, elements = ..., stations,
start = TRUE, end = FALSE){
if (missing(date)){
Expand Down
4 changes: 4 additions & 0 deletions instatClimatic.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
14 changes: 1 addition & 13 deletions man/climatic_missing.Rd

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

13 changes: 10 additions & 3 deletions man/instatClimatic-package.Rd

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

0 comments on commit 4303329

Please sign in to comment.