Other packages > Find by keyword >

parttime  

Partial Datetime Handling
View on CRAN: Click here


Download and install parttime package within the R console
Install from CRAN:
install.packages("parttime")

Install from Github:
library("remotes")
install_github("cran/parttime")

Install by package version:
library("remotes")
install_version("parttime", "0.1.2")



Attach the package and use:
library("parttime")
Maintained by
Doug Kelkhoff
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-11-04
Latest Update: 2024-01-24
Description:
Datetimes and timestamps are invariably an imprecise notation, with any partial representation implying some amount of uncertainty. To handle this, 'parttime' provides classes for embedding partial missingness as a central part of its datetime classes. This central feature allows for more ergonomic use of datetimes for challenging datetime computation, including calculations of overlapping date ranges, imputations, and more thoughtful handling of ambiguity that arises from uncertain time zones. This package was developed first and foremost with pharmaceutical applications in mind, but aims to be agnostic to application to accommodate general use cases just as conveniently.
How to cite:
Doug Kelkhoff (2022). parttime: Partial Datetime Handling. R package version 0.1.2, https://cran.r-project.org/web/packages/parttime. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.1.0 (2022-11-04 11:00), 0.1.1 (2023-03-08 23:00)
Other packages that cited parttime R package
View parttime citation profile
Other R packages that parttime depends, imports, suggests or enhances
Complete documentation for parttime
Functions, R codes and Examples using the parttime R package
Some associated functions: Ops.partial_time . Ops.timespan . as.interval-partial_time-method . as.interval-timespan-method . as.parttime . as.timespan . c.partial_time . definitely . definitely.partial_time_logical . dim.partial_time . dot-i . end . eq_parttimes . extract . format.partial_time . format.pillar_shaft_partial_time . format_field_matrix . has_partial . has_partial_date . has_partial_time . impute_time . includes . includes.partial_time . includes.partial_time.partial_time . is.na.partial_time . is.na.timespan . is.timespan . is_parttime . is_timespan . max.partial_time . min.partial_time . neq_parttimes . normalize_month_day . obj_print_data.partial_time . obj_print_footer.partial_time . obj_print_header.partial_time . parse_failure_message . parse_iso8601_helpers . parse_iso8601_matrix . parse_parttime . parttime . parttime_access_and_assign . parttime_extract . parttime_logical . pillar_shaft.partial_time . plus-partial_time-Period-method . pmax . pmax.partial_time . pmin . pmin.partial_time . possibly . possibly.partial_time_logical . propagate_na . re_cdisc_datetime . re_iso8601 . reflow_fields . register_unknown_s3_generics . sample_date_string_styles . sample_partial_styles . start . timespan . to_gmt . trim . type_sum.partial_time . vec_cast.logical.partial_time . vec_cast.partial_time.character . vec_cast.partial_time.default . vec_cast.partial_time.matrix . vec_cast.partial_time . vec_cast.timespan.character . vec_cast.timespan.default . vec_cast.timespan.double . vec_cast.timespan.numeric . vec_cast.timespan . vec_cast.timespan.partial_time . vec_ptype_abbr.partial_time . vec_ptype_full.partial_time . 
Some associated R codes: class_partial_difftime.R . class_partial_difftime_print.R . class_partial_time.R . class_partial_time_c.R . class_partial_time_coercion.R . class_partial_time_compat_lubridate.R . class_partial_time_compat_pillar.R . class_partial_time_compat_vctrs.R . class_partial_time_dim.R . class_partial_time_extract.R . class_partial_time_format.R . class_partial_time_is.R . class_partial_time_logical.R . class_partial_time_min_max.R . class_partial_time_ops.R . class_partial_time_ops_inline.R . class_partial_time_rep.R . class_partial_time_uncert_resolvers.R . class_partial_time_utils.R . class_timespan.R . class_timespan_coercion.R . class_timespan_compat_lubridate.R . class_timespan_compat_pillar.R . class_timespan_compat_stats.R . class_timespan_compat_vctrs.R . class_timespan_format.R . class_timespan_is.R . class_timespan_utils.R . has_partial.R . impute.R . includes.R . normalize_month_day.R . parse_cdisc.R . parse_iso8601.R . parse_to_parttime_matrix.R . propegate_na.R . reflow_fields.R . to_gmt.R . trim.R . utils.R . zzz.R .  Full parttime package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA