-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Dumped repo strings exposed a few typos.
combinations
compatibility
dependencies
in between
overridden
reassigned
successful
$ grep -nr combinatinos tibble
tibble/tests/testthat/test-tibble.R:1:test_that("tibble returns correct number of rows with all combinatinos", {
$ grep -nr compatiblity tibble
tibble/vignettes/invariants.Rmd:357:For backward compatiblity, `x[, j, drop = TRUE]` performs column __extraction__, returning `x[j][[1]]` when `ncol(x[j])` is 1.
tibble/tests/testthat/vignettes/invariants.Rmd:358:For backward compatiblity, `x[, j, drop = TRUE]` performs column __extraction__, returning `x[j][[1]]` when `ncol(x[j])` is 1.
tibble/tests/testthat/_snaps/vignette-invariants/invariants.md:891:For backward compatiblity, `x[, j, drop = TRUE]` performs column __extraction__, returning `x[j][[1]]` when `ncol(x[j])` is 1.
$ grep -nr dependences tibble
tibble/.github/CONTRIBUTING.md:23:* Install all development dependences with `devtools::install_dev_deps()`, and then make sure the package passes R CMD check by running `devtools::check()`.
$ grep -nr inbetween tibble
tibble/tests/testthat/test-add.R:89:test_that("can add row inbetween", {
tibble/tests/testthat/test-add.R:282:test_that("can add column inbetween", {
$ grep -nr overriden tibble
tibble/NEWS.md:1033:- `as_tibble.data.frame()` preserves attributes, and uses `as_tibble.list()` to calling overriden methods which may lead to endless recursion.
$ grep -nr succesful tibble
tibble/.github/workflows/revdep.yaml:34: # FIXME: Avoid reissuing succesful jobs
$
cf: 612be65
reassigned
$ sed -n '13,15p' tibble/R/utils.R
# Work around bug in R 3.3.0
# Can be ressigned during loading (#544)
safe_match <- match
$
detection
$ sed 1q tibble/.gitpod.yml
# Generated by cynkrathis::use_gitpod(), do not edit by hand
$ grep -nr detaction tibble
tibble/.gitpod.yml:58: # changes detaction of include files -- sometimes it works, sometimes it doesn't,
$
Metadata
Metadata
Assignees
Labels
No labels