-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #602 from ropensci/develop
Develop to master
- Loading branch information
Showing
20 changed files
with
230 additions
and
108 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: skimr | ||
Title: Compact and Flexible Summaries of Data | ||
Version: 2.1.1 | ||
Version: 2.1.2 | ||
Authors@R: | ||
c(person(given = "Elin", | ||
family = "Waring", | ||
|
@@ -83,8 +83,16 @@ Authors@R: | |
person(given = "Daniel", | ||
family = "Possenriede", | ||
role = "ctb", | ||
email = "[email protected]")) | ||
Description: A simple to use summary function that can be used with pipes | ||
email = "[email protected]"), | ||
person(given = "David", | ||
family = "Zimmermann", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "Kyle", | ||
family = "Butts", | ||
role ="ctb", | ||
email = "")) | ||
Description: A simple to use summary function that can be used [email protected] pipes | ||
and displays nicely in the console. The default summary statistics may | ||
be modified by the user as can the default formatting. Support for | ||
data frames and vectors is included, and users can implement their own | ||
|
@@ -117,6 +125,7 @@ Imports: | |
Suggests: | ||
covr, | ||
extrafont, | ||
lubridate, | ||
rmarkdown, | ||
sf, | ||
testthat (>= 2.0.0) | ||
|
@@ -125,7 +134,7 @@ VignetteBuilder: | |
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.1 | ||
Collate: | ||
'deprecated.R' | ||
'dplyr.R' | ||
|
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 |
---|---|---|
|
@@ -5,19 +5,18 @@ | |
], | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "skimr", | ||
"description": "A simple to use summary function that can be used\n with pipes and displays nicely in the console. The default summary\n statistics may be modified by the user as can the default formatting.\n Support for data frames and vectors is included, and users can\n implement their own skim methods for specific object types as\n described in a vignette. Default summaries include support for inline\n spark graphs. Instructions for managing these on specific operating\n systems are given in the \"Using skimr\" vignette and the README.", | ||
"description": "A simple to use summary function that can be used [email protected] pipes\n and displays nicely in the console. The default summary statistics may\n be modified by the user as can the default formatting. Support for\n data frames and vectors is included, and users can implement their own\n skim methods for specific object types as described in a vignette.\n Default summaries include support for inline spark graphs.\n Instructions for managing these on specific operating systems are\n given in the \"Using skimr\" vignette and the README.", | ||
"name": "skimr: Compact and Flexible Summaries of Data", | ||
"codeRepository": "https://github.com/ropensci/skimr", | ||
"issueTracker": "https://github.com/ropensci/skimr/issues", | ||
"license": "https://spdx.org/licenses/GPL-3.0", | ||
"version": "2.1", | ||
"version": "2.1.2", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"version": "3.6.1", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 3.6.1 (2019-07-05)", | ||
"runtimePlatform": "R version 4.0.1 (2020-06-06)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
|
@@ -145,6 +144,17 @@ | |
"givenName": "Daniel", | ||
"familyName": "Possenriede", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "David", | ||
"familyName": "Zimmermann", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Kyle", | ||
"familyName": "Butts" | ||
} | ||
], | ||
"copyrightHolder": [ | ||
|
@@ -186,6 +196,18 @@ | |
}, | ||
"sameAs": "https://CRAN.R-project.org/package=extrafont" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "lubridate", | ||
"name": "lubridate", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=lubridate" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "rmarkdown", | ||
|
@@ -415,15 +437,12 @@ | |
], | ||
"releaseNotes": "https://github.com/ropensci/skimr/blob/master/NEWS.md", | ||
"readme": "https://github.com/ropensci/skimr/blob/master/README.md", | ||
"fileSize": "1028.792KB", | ||
"contIntegration": [ | ||
"https://travis-ci.org/ropenscilabs/skimr", | ||
"https://codecov.io/gh/ropenscilabs/skimr" | ||
], | ||
"fileSize": "364473.922KB", | ||
"contIntegration": ["https://travis-ci.org/ropensci/skimr", "https://ci.appveyor.com/project/michaelquinn32/skimr", "https://codecov.io/gh/ropensci/skimr"], | ||
"review": { | ||
"@type": "Review", | ||
"url": "https://github.com/ropensci/onboarding/issues/175", | ||
"provider": "http://ropensci.org" | ||
"url": "https://github.com/ropensci/software-review/issues/175", | ||
"provider": "https://ropensci.org" | ||
}, | ||
"keywords": [ | ||
"unconf17", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
| | | | ||
|:------------------------|:----| | ||
|Name |iris | | ||
|Number of rows |150 | | ||
|Number of columns |5 | | ||
|_______________________ | | | ||
|Column type frequency: | | | ||
|factor |1 | | ||
|numeric |4 | | ||
|________________________ | | | ||
|Group variables |None | | ||
|
||
|
||
**Variable type: factor** | ||
|
||
|skim_variable | n_missing| complete_rate|ordered | n_unique|top_counts | | ||
|:-------------|---------:|-------------:|:-------|--------:|:-------------------------| | ||
|Species | 0| 1|FALSE | 3|set: 50, ver: 50, vir: 50 | | ||
|
||
|
||
**Variable type: numeric** | ||
|
||
|skim_variable | n_missing| complete_rate| mean| sd| p0| p25| p50| p75| p100|hist | | ||
|:-------------|---------:|-------------:|----:|----:|---:|---:|----:|---:|----:|:-----| | ||
|Sepal.Length | 0| 1| 5.84| 0.83| 4.3| 5.1| 5.80| 6.4| 7.9|▆▇▇▅▂ | | ||
|Sepal.Width | 0| 1| 3.06| 0.44| 2.0| 2.8| 3.00| 3.3| 4.4|▁▆▇▂▁ | | ||
|Petal.Length | 0| 1| 3.76| 1.77| 1.0| 1.6| 4.35| 5.1| 6.9|▇▁▆▇▂ | | ||
|Petal.Width | 0| 1| 1.20| 0.76| 0.1| 0.3| 1.30| 1.8| 2.5|▇▁▇▅▃ | | ||
|
||
|
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,12 @@ | ||
|
||
| | | | ||
|:------------------------|:----| | ||
|Name |iris | | ||
|Number of rows |150 | | ||
|Number of columns |5 | | ||
|_______________________ | | | ||
|Column type frequency: | | | ||
|factor |1 | | ||
|numeric |4 | | ||
|________________________ | | | ||
|Group variables |None | |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Table: Data summary | ||
|
||
| | | | ||
|:------------------------|:----| | ||
|Name |iris | | ||
|
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
|
||
Table: Data summary | ||
|
||
| | | | ||
|:------------------------|:----| | ||
|Name |iris | | ||
|
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
Oops, something went wrong.