Package: tbl2xts
Version: 1.0.4
Date: 2021-01-09
Type: Package
Title: Convert Tibbles or Data Frames to Xts Easily
Authors@R: person("Nico", "Katzke", role = c("aut", "cre"), email = "nfkatzke@gmail.com")
Description: Facilitate the movement between data frames to 'xts'. Particularly
    useful when moving from 'tidyverse' to the widely used 'xts' package, which is
    the input format of choice to various other packages. It also allows the user 
    to use a 'spread_by' argument for a character column 'xts' conversion.
Maintainer: Nico Katzke <nfkatzke@gmail.com>
BugReports: https://github.com/nicktz/tbl2xts/issues
URL: https://tbl2xts.nfkatzke.com
Depends: R (>= 3.3.1)
Imports: xts, zoo, dplyr (>= 0.8.0.0), tibble, rlang
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, ggplot2, PerformanceAnalytics
Repository: CRAN
NeedsCompilation: yes
ByteCompile: yes
VignetteBuilder: knitr
Packaged: 2021-01-12 09:30:16 UTC; E695461
Author: Nico Katzke [aut, cre]
Date/Publication: 2021-01-12 14:30:02 UTC
Built: R 4.3.0; ; 2023-04-12 19:27:42 UTC; unix
