|
1 | 1 | Package: tibble |
2 | 2 | Title: Simple Data Frames |
3 | 3 | Version: 3.3.0.9000 |
4 | | -Authors@R: |
5 | | - c(person(given = "Kirill", |
6 | | - family = "M\u00fcller", |
7 | | - role = c("aut", "cre"), |
8 | | - |
9 | | - comment = c(ORCID = "0000-0002-1416-3412")), |
10 | | - person(given = "Hadley", |
11 | | - family = "Wickham", |
12 | | - role = "aut", |
13 | | - |
14 | | - person(given = "Romain", |
15 | | - family = "Francois", |
16 | | - role = "ctb", |
17 | | - |
18 | | - person(given = "Jennifer", |
19 | | - family = "Bryan", |
20 | | - role = "ctb", |
21 | | - |
22 | | - person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))) |
23 | | -Description: Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional |
24 | | - data frame. |
| 4 | +Authors@R: c( |
| 5 | + person("Kirill", "Müller", , " [email protected]", role = c("aut", "cre"), |
| 6 | + comment = c(ORCID = "0000-0002-1416-3412")), |
| 7 | + person("Hadley", "Wickham", , " [email protected]", role = "aut"), |
| 8 | + person("Romain", "Francois", , " [email protected]", role = "ctb"), |
| 9 | + person("Jennifer", "Bryan", , " [email protected]", role = "ctb"), |
| 10 | + person("Posit Software, PBC", role = c("cph", "fnd"), |
| 11 | + comment = c(ROR = "03wc8by49")) |
| 12 | + ) |
| 13 | +Description: Provides a 'tbl_df' class (the 'tibble') with stricter |
| 14 | + checking and better formatting than the traditional data frame. |
25 | 15 | License: MIT + file LICENSE |
26 | | -URL: https://tibble.tidyverse.org/, |
27 | | - https://github.com/tidyverse/tibble |
| 16 | +URL: https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble |
28 | 17 | BugReports: https://github.com/tidyverse/tibble/issues |
29 | 18 | Depends: |
30 | 19 | R (>= 3.4.0) |
@@ -64,14 +53,14 @@ Suggests: |
64 | 53 | withr |
65 | 54 | VignetteBuilder: |
66 | 55 | knitr |
67 | | -Encoding: UTF-8 |
68 | | -Roxygen: list(markdown = TRUE) |
69 | | -RoxygenNote: 7.3.2.9000 |
70 | | -Config/testthat/edition: 3 |
71 | | -Config/testthat/parallel: true |
72 | | -Config/testthat/start-first: vignette-formats, as_tibble, add, invariants |
| 56 | +Config/autostyle/rmd: false |
73 | 57 | Config/autostyle/scope: line_breaks |
74 | 58 | Config/autostyle/strict: true |
75 | | -Config/autostyle/rmd: false |
76 | 59 | Config/Needs/website: tidyverse/tidytemplate |
| 60 | +Config/testthat/edition: 3 |
| 61 | +Config/testthat/parallel: true |
| 62 | +Config/testthat/start-first: vignette-formats, as_tibble, add, invariants |
77 | 63 | Config/usethis/last-upkeep: 2025-06-07 |
| 64 | +Encoding: UTF-8 |
| 65 | +Roxygen: list(markdown = TRUE) |
| 66 | +RoxygenNote: 7.3.2.9000 |
0 commit comments