Package: tbl2xts Version: 1.0.5 Date: 2023-08-30 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 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.2.1 Suggests: knitr, rmarkdown, ggplot2, PerformanceAnalytics NeedsCompilation: yes ByteCompile: yes VignetteBuilder: knitr Repository: https://nicktz.r-universe.dev Date/Publication: 2023-08-31 09:34:19 UTC RemoteUrl: https://github.com/nicktz/tbl2xts RemoteRef: HEAD RemoteSha: bc239968817c5a8f9d59cb346b04995f9812270d Packaged: 2026-06-24 13:10:50 UTC; root Author: Nico Katzke [aut, cre]