-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dc9c87
commit ca4a99e
Showing
220 changed files
with
30,970 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
^CODE_OF_CONDUCT\.md$ | ||
^tests/testthat/fixtures/big$ | ||
^CRAN-SUBMISSION$ | ||
^revdep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:------------------------------------------| | ||
|version |R version 4.2.3 (2023-03-15) | | ||
|os |macOS Ventura 13.5.2 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |Australia/Sydney | | ||
|date |2023-10-20 | | ||
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) | | ||
|pandoc |3.1.6 @ /opt/homebrew/bin/ (via rmarkdown) | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:---------|:------|:-----------|:--| | ||
|wikkitidy |0.1.10 |0.1.10.9000 |* | | ||
|dplyr |NA |1.1.3 |* | | ||
|lubridate |NA |1.9.3 |* | | ||
|purrr |NA |1.0.2 |* | | ||
|
||
# Revdeps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package,old,new,delta | ||
wikkitidy,0.1.10,0.1.10.9000,* | ||
dplyr,NA,1.1.3,* | ||
lubridate,NA,1.9.3,* | ||
purrr,NA,1.0.2,* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Type: Package | ||
Package: dplyr | ||
Title: A Grammar of Data Manipulation | ||
Version: 1.1.3 | ||
Authors@R: c( | ||
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-4757-117X")), | ||
person("Romain", "François", role = "aut", | ||
comment = c(ORCID = "0000-0002-2444-4226")), | ||
person("Lionel", "Henry", role = "aut"), | ||
person("Kirill", "Müller", role = "aut", | ||
comment = c(ORCID = "0000-0002-1416-3412")), | ||
person("Davis", "Vaughan", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-4777-038X")), | ||
person("Posit Software, PBC", role = c("cph", "fnd")) | ||
) | ||
Description: A fast, consistent tool for working with data frame like | ||
objects, both in memory and out of memory. | ||
License: MIT + file LICENSE | ||
URL: https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr | ||
BugReports: https://github.com/tidyverse/dplyr/issues | ||
Depends: R (>= 3.5.0) | ||
Imports: cli (>= 3.4.0), generics, glue (>= 1.3.2), lifecycle (>= | ||
1.0.3), magrittr (>= 1.5), methods, pillar (>= 1.9.0), R6, | ||
rlang (>= 1.1.0), tibble (>= 3.2.0), tidyselect (>= 1.2.0), | ||
utils, vctrs (>= 0.6.0) | ||
Suggests: bench, broom, callr, covr, DBI, dbplyr (>= 2.2.1), ggplot2, | ||
knitr, Lahman, lobstr, microbenchmark, nycflights13, purrr, | ||
rmarkdown, RMySQL, RPostgreSQL, RSQLite, stringi (>= 1.7.6), | ||
testthat (>= 3.1.5), tidyr (>= 1.3.0), withr | ||
VignetteBuilder: knitr | ||
Config/Needs/website: tidyverse, shiny, pkgdown, tidyverse/tidytemplate | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
NeedsCompilation: yes | ||
Packaged: 2023-08-25 22:28:32 UTC; hadleywickham | ||
Author: Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), | ||
Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), | ||
Lionel Henry [aut], | ||
Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), | ||
Davis Vaughan [aut] (<https://orcid.org/0000-0003-4777-038X>), | ||
Posit Software, PBC [cph, fnd] | ||
Maintainer: Hadley Wickham <[email protected]> | ||
Repository: CRAN | ||
Date/Publication: 2023-09-03 16:20:02 UTC | ||
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-09-04 11:37:46 UTC; unix | ||
Archs: dplyr.so.dSYM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
across Apply a function (or functions) across multiple | ||
columns | ||
all_vars Apply predicate to all variables | ||
arrange Order rows using column values | ||
auto_copy Copy tables to same source, if necessary | ||
band_members Band membership | ||
between Detect where values fall in a specified range | ||
bind_cols Bind multiple data frames by column | ||
bind_rows Bind multiple data frames by row | ||
c_across Combine values from multiple columns | ||
case_match A general vectorised 'switch()' | ||
case_when A general vectorised if-else | ||
coalesce Find the first non-missing element | ||
compute Force computation of a database query | ||
consecutive_id Generate a unique identifier for consecutive | ||
combinations | ||
context Information about the "current" group or | ||
variable | ||
copy_to Copy a local data frame to a remote src | ||
count Count the observations in each group | ||
cross_join Cross join | ||
cumall Cumulativate versions of any, all, and mean | ||
desc Descending order | ||
distinct Keep distinct/unique rows | ||
dplyr_by Per-operation grouping with '.by'/'by' | ||
explain Explain details of a tbl | ||
filter Keep rows that match a condition | ||
filter-joins Filtering joins | ||
glimpse Get a glimpse of your data | ||
group_by Group by one or more variables | ||
group_cols Select grouping variables | ||
group_map Apply a function to each group | ||
group_trim Trim grouping structure | ||
ident Flag a character vector as SQL identifiers | ||
if_else Vectorised if-else | ||
join_by Join specifications | ||
lead-lag Compute lagged or leading values | ||
mutate Create, modify, and delete columns | ||
mutate-joins Mutating joins | ||
n_distinct Count unique combinations | ||
na_if Convert values to 'NA' | ||
near Compare two numeric vectors | ||
nest_join Nest join | ||
nth Extract the first, last, or nth value from a | ||
vector | ||
ntile Bucket a numeric vector into 'n' groups | ||
order_by A helper function for ordering window function | ||
output | ||
percent_rank Proportional ranking functions | ||
pick Select a subset of columns | ||
pull Extract a single column | ||
recode Recode values | ||
reframe Transform each group to an arbitrary number of | ||
rows | ||
relocate Change column order | ||
rename Rename columns | ||
row_number Integer ranking functions | ||
rows Manipulate individual rows | ||
rowwise Group input by rows | ||
scoped Operate on a selection of variables | ||
select Keep or drop columns using their names and | ||
types | ||
setops Set operations | ||
slice Subset rows using their positions | ||
sql SQL escaping. | ||
starwars Starwars characters | ||
storms Storm tracks data | ||
summarise Summarise each group down to one row | ||
tbl Create a table from a data source | ||
vars Select variables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
YEAR: 2023 | ||
COPYRIGHT HOLDER: dplyr authors |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.