Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgfalk committed Oct 20, 2023
1 parent 7dc9c87 commit ca4a99e
Show file tree
Hide file tree
Showing 220 changed files with 30,970 additions and 56 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^CODE_OF_CONDUCT\.md$
^tests/testthat/fixtures/big$
^CRAN-SUBMISSION$
^revdep
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# wikkitidy (development version)

* Live API calls removed from test suite on CRAN; these are still tested in the package's CI pipeline.
* Fixed failing test due to Wikimedia server error

# wikkitidy 0.1.10

* First release
* Documentation errors removed

# wikkitidy 0.1.9

* Release candidate
Expand Down
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,16 @@ Thus `wikkitidy`'s aim: to help you work out what Wikipedia is with minimal data

You can install wikkitidy from CRAN with:

```{r}
```
install.packages("wikkitidy")
```

You can install the development version from Github with:

```{r}
```
devtools::install_github("wikihistories/wikkitidy")
```


## Code of Conduct

Please note that the wikkitidy project is released with a [Contributor Code of Conduct](https://wikihistories.github.io/wikkitidy/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
46 changes: 2 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,53 +54,11 @@ minimal data wrangling and cleaning.

You can install wikkitidy from CRAN with:

``` r
install.packages("wikkitidy")
#> Installing package into '/private/var/folders/jl/2g6hjzg91d173qhthhcqh7xm0000gn/T/RtmpZ4tkqT/temp_libpath82f55be4dd64'
#> (as 'lib' is unspecified)
#> Warning: package 'wikkitidy' is not available for this version of R
#>
#> A version of this package for your version of R might be available elsewhere,
#> see the ideas at
#> https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
```
install.packages("wikkitidy")

You can install the development version from Github with:

``` r
devtools::install_github("wikihistories/wikkitidy")
#> Downloading GitHub repo wikihistories/wikkitidy@HEAD
#> withr (2.5.0 -> 2.5.1) [CRAN]
#> cpp11 (0.4.4 -> 0.4.6) [CRAN]
#> askpass (1.1 -> 1.2.0) [CRAN]
#> purrr (1.0.1 -> 1.0.2) [CRAN]
#> dplyr (1.1.2 -> 1.1.3) [CRAN]
#> openssl (2.0.6 -> 2.1.1) [CRAN]
#> curl (5.0.1 -> 5.1.0) [CRAN]
#> lubridate (1.9.2 -> 1.9.3) [CRAN]
#> Installing 8 packages: withr, cpp11, askpass, purrr, dplyr, openssl, curl, lubridate
#> Installing packages into '/private/var/folders/jl/2g6hjzg91d173qhthhcqh7xm0000gn/T/RtmpZ4tkqT/temp_libpath82f55be4dd64'
#> (as 'lib' is unspecified)
#>
#> There is a binary version available but the source version is later:
#> binary source needs_compilation
#> curl 5.0.2 5.1.0 TRUE
#>
#>
#> The downloaded binary packages are in
#> /var/folders/jl/2g6hjzg91d173qhthhcqh7xm0000gn/T//RtmpzymZQF/downloaded_packages
#> installing the source package 'curl'
#> ── R CMD build ─────────────────────────────────────────────────────────────────
#> * checking for file ‘/private/var/folders/jl/2g6hjzg91d173qhthhcqh7xm0000gn/T/RtmpzymZQF/remotes8bcdd5d9964/wikihistories-wikkitidy-d910a14/DESCRIPTION’ ... OK
#> * preparing ‘wikkitidy’:
#> * checking DESCRIPTION meta-information ... OK
#> * checking for LF line-endings in source and make files and shell scripts
#> * checking for empty or unneeded directories
#> * looking to see if a ‘data/datalist’ file should be added
#> * building ‘wikkitidy_0.1.8.9000.tar.gz’
#> Installing package into '/private/var/folders/jl/2g6hjzg91d173qhthhcqh7xm0000gn/T/RtmpZ4tkqT/temp_libpath82f55be4dd64'
#> (as 'lib' is unspecified)
```
devtools::install_github("wikihistories/wikkitidy")

## Code of Conduct

Expand Down
6 changes: 0 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

0 errors | 0 warnings | 0 notes

* This is a new release.

## URL check

* urlchecker reports the following as a 404: https://wikimedia.org/api/rest_v1/. I can assure you that this URL exists!

## 'MediaWiki' APIs

* MediaWiki supports a number of APIs for Wikipedia, which share a single portal for their documentation. Hence the reference to 'several APIs' in DESCRIPTION
27 changes: 27 additions & 0 deletions revdep/README.md
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

5 changes: 5 additions & 0 deletions revdep/checks.noindex/libraries.csv
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,*
7 changes: 7 additions & 0 deletions revdep/cran.md
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 added revdep/data.sqlite
Binary file not shown.
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
49 changes: 49 additions & 0 deletions revdep/library.noindex/wikkitidy/new/dplyr/DESCRIPTION
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
70 changes: 70 additions & 0 deletions revdep/library.noindex/wikkitidy/new/dplyr/INDEX
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
2 changes: 2 additions & 0 deletions revdep/library.noindex/wikkitidy/new/dplyr/LICENSE
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.
Loading

0 comments on commit ca4a99e

Please sign in to comment.