-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: ymd
Title: Parse 'YMD' Format Number or String to Date
Version: 0.1.3
Authors@R: c(
person("Xianying", "Tan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6072-3521")),
person("Hiroaki", "Yutani", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-3385-7233", "configure, configure.win, tools/configure.R")),
person(given = "The authors of the dependency Rust crates",
role = c("ctb"),
comment = "see inst/AUTHORS file for details")
)
Maintainer: Xianying Tan <[email protected]>
Description: Convert 'YMD' format number or string to Date efficiently, using Rust's
standard library. It also provides helper functions to handle Date, e.g., quick
finding the beginning or end of the given period, adding months to Date, etc.
License: MIT + file LICENSE
URL: https://shrektan.github.io/ymd/, https://github.com/shrektan/ymd
BugReports: https://github.com/shrektan/ymd/issues
SystemRequirements: Cargo (Rust's package manager), rustc, xz
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Biarch: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/rextendr/version: 0.3.1