diff --git a/R/cut-variable-dates.R b/R/cut-variable-dates.R index 8851a94..9e2d238 100644 --- a/R/cut-variable-dates.R +++ b/R/cut-variable-dates.R @@ -83,7 +83,7 @@ library(shiny) # structure(match(splitter, names(labs)), levels = labs, class = "factor") # } -#' Title +#' Extended cutting function #' #' @param x an object inheriting from class "hms" #' @param ... passed on diff --git a/README.md b/README.md index 17e36f8..ff2392a 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This package is the backbone of the free and open browser based data exploration This package and the ***freesearcheR***-tool is part of a large project to democratize health data analysis and removing barriers for clinicians to engage in health research. -As of 2024-12-19 the ***freesearcheR***-tool is online and accessible here: [link to shinyapps.io free hosting](https://agdamsbo.shinyapps.io/freesearcheR/). All feedback is welcome and can be shared as a GitHub issue. +the ***freesearcheR***-tool is online and accessible here: [link to the app freely hosted on shinyapps.io](https://agdamsbo.shinyapps.io/freesearcheR/). All feedback is welcome and can be shared as a GitHub issue. -Initiatives for to start funding to continue development of the tool and surrounding initiatives will start soon. +Initiatives for funding continued development of the tool and surrounding initiatives is ongoing. ## Roadmap @@ -29,13 +29,13 @@ Initiatives for to start funding to continue development of the tool and surroun - More detailed variable browser - - [ ] Add histograms for data distribution + - [x] Add histograms for data distribution. 2025-01-16 - - [ ] Option to edit labels + - [x] Option to edit labels. 2025-01-16 - [ ] Plot regression analyses results -- [ ] Export modified data +- [x] Export modified data. 2025-01-16 - [ ] Include reproducible code for all steps @@ -58,7 +58,6 @@ data(mtcars) shiny_freesearcheR() ``` - ## Code of Conduct Please note that the freesearcheR project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. diff --git a/man/cut.Rd b/man/cut.Rd index 32b4af2..3a316c3 100644 --- a/man/cut.Rd +++ b/man/cut.Rd @@ -5,7 +5,7 @@ \alias{cut.POSIXt} \alias{cut.POSIXct} \alias{cut.Date} -\title{Title} +\title{Extended cutting function} \usage{ \method{cut}{hms}(x, breaks, ...) @@ -38,7 +38,7 @@ factor } \description{ -Title +Extended cutting function } \examples{ readr::parse_time(c("01:00:20", "03:00:20", "01:20:20", "08:20:20", "21:20:20", "03:02:20")) |> cut(2)