Skip to content

Commit 5806c55

Browse files
authored
Release 1.15 (#1337)
* [misc] bump version * [doc] update date/datetime conversion once again
1 parent 31a7c4f commit 5806c55

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: openxlsx2
33
Title: Read, Write and Edit 'xlsx' Files
4-
Version: 1.14.0.9000
4+
Version: 1.15
55
Language: en-US
66
Authors@R: c(
77
person("Jordan Mark", "Barbone", email = "jmbarbone@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9788-3628")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# openxlsx2 (development version)
1+
# openxlsx2 1.15
22

33
## Maintenance
44

R/read.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ convert_df <- function(z, types, date_conv, datetime_conv, hms_conv, as_characte
8383
#' with the timezone set to "UTC".
8484
#' If automatic date detection and conversion are enabled but the conversion
8585
#' is unsuccessful (for instance, in a column containing a mix of data types
86-
#' like strings, numbers, and dates), the dates will be displayed as a Unix
87-
#' timestamp. These can be transformed using the [as.POSIXct()] function.
86+
#' like strings, numbers, and dates) dates might be displayed as a Unix
87+
#' timestamp. Usually they are converted to character for character columns.
8888
#' If date detection is disabled, dates will show up as a spreadsheet date
8989
#' format. To convert these, you can use the functions [convert_date()],
90-
#' [convert_datetime()], or [convert_hms()].
90+
#' [convert_datetime()], or [convert_hms()]. If types are specified, date
91+
#' detection is disabled.
9192
#'
9293
#' @seealso [wb_get_named_regions()]
9394
#'

man/wb_to_df.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)