-
Notifications
You must be signed in to change notification settings - Fork 190
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
fbf5fe6
commit 29ae88d
Showing
8 changed files
with
23 additions
and
174 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 |
---|---|---|
|
@@ -109,7 +109,7 @@ references: | |
abstract: 'datawizard: Easy Data Wrangling and Statistical Transformations' | ||
notes: Imports | ||
url: https://easystats.github.io/datawizard/ | ||
repository: https://CRAN.R-project.org/package=datawizard | ||
repository: https://easystats.r-universe.dev | ||
authors: | ||
- family-names: Patil | ||
given-names: Indrajeet | ||
|
@@ -447,8 +447,8 @@ references: | |
given-names: Indrajeet | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-1995-6531 | ||
year: '2023' | ||
version: '>= 1.5.2.9000' | ||
year: '2023' | ||
- type: software | ||
title: tidyr | ||
abstract: 'tidyr: Tidy Messy Data' | ||
|
@@ -696,7 +696,7 @@ references: | |
given-names: Hadley | ||
email: [email protected] | ||
year: '2023' | ||
version: '>= 3.1.10' | ||
version: '>= 3.2.0' | ||
- type: software | ||
title: tibble | ||
abstract: 'tibble: Simple Data Frames' | ||
|
@@ -748,7 +748,7 @@ references: | |
given-names: Jim | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: lionel@rstudio.com | ||
email: lionel@posit.co | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
|
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
140 changes: 0 additions & 140 deletions
140
tests/testthat/_snaps/ggcoefstats/nas-in-numeric-columns.svg
This file was deleted.
Oops, something went wrong.
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,13 @@ | ||
testthat::set_state_inspector(function() { | ||
list( | ||
attached = search(), | ||
connections = nrow(showConnections()), | ||
cwd = getwd(), | ||
envvars = Sys.getenv(), | ||
libpaths = .libPaths(), | ||
locale = Sys.getlocale(), | ||
options = .Options, | ||
packages = .packages(all.available = TRUE), | ||
NULL | ||
) | ||
}) |
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