-
Notifications
You must be signed in to change notification settings - Fork 8
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
8fc3328
commit ee012f6
Showing
11 changed files
with
63 additions
and
46 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,3 +1,3 @@ | ||
Version: 0.6.0 | ||
Date: 2023-03-26 18:53:52 UTC | ||
SHA: 1eb54c938cf2dbe9fb2cdcde74bea728f5c693a7 | ||
Version: 0.6.1 | ||
Date: 2023-04-03 20:07:58 UTC | ||
SHA: 8fc33289ec5f70e3c6b80c21233a1eeaa25b827c |
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ install.packages("crosstable") | |
devtools::install_github("DanChaltiel/crosstable", build_vignettes=TRUE) | ||
|
||
# Install specific commit or tagged version (for reproducibility purpose) | ||
devtools::install_github("DanChaltiel/crosstable@51689eb", build_vignettes=TRUE) | ||
devtools::install_github("DanChaltiel/crosstable@8fc3328", build_vignettes=TRUE) | ||
devtools::install_github("DanChaltiel/[email protected]", build_vignettes=TRUE) | ||
``` | ||
|
||
|
@@ -92,8 +92,8 @@ to learn how). | |
Here is a more advanced example. | ||
|
||
> Dear crosstable, using the `mtcars2` dataset again, please describe | ||
> all columns whose name starts with “cy” and those whose name ends with | ||
> “at”, depending on the levels of both columns `am` and `vs`, without | ||
> all columns whose name starts with "cy" and those whose name ends with | ||
> "at", depending on the levels of both columns `am` and `vs`, without | ||
> considering labels, applying `mean()` and `quantile()` as summary | ||
> function, with `probs` 25% and 75% defined for this latter function, | ||
> and with 3 decimals for numeric variables: | ||
|
@@ -136,18 +136,18 @@ website](https://danchaltiel.github.io/crosstable/): | |
([link](https://danchaltiel.github.io/crosstable/articles/crosstable-selection.html)) | ||
- `vignette("crosstable-selection")` for more on variable selection | ||
([link](https://danchaltiel.github.io/crosstable/articles/crosstable-selection.html)), | ||
although you would better read | ||
although you should better read | ||
<https://tidyselect.r-lib.org/articles/syntax.html>. | ||
|
||
There are lots of other features you can learn about there, for instance | ||
(non-exhaustive list): | ||
|
||
- description of correlation, dates, and survival data | ||
([link](https://danchaltiel.github.io/crosstable/articles/crosstable.html#miscellaneous-1)) | ||
- variable selection with functions, e.g. `is.numeric` | ||
- variable selection with functions, e.g. `is.numeric` | ||
([link](https://danchaltiel.github.io/crosstable/articles/crosstable-selection.html#select-with-predicate-functions)) | ||
- formula interface, allowing to describe more mutated columns, | ||
e.g. `sqrt(mpg)` or `Surv(time, event)` | ||
e.g. `sqrt(mpg)` or `Surv(time, event)` | ||
([link](https://danchaltiel.github.io/crosstable/articles/crosstable-selection.html#select-with-a-formula)) | ||
- automatic computation of statistical tests | ||
([link](https://danchaltiel.github.io/crosstable/articles/crosstable.html#tests)) | ||
|
@@ -161,7 +161,7 @@ There are lots of other features you can learn about there, for instance | |
If you have a question about how to use `crosstable`, please ask on | ||
[StackOverflow](https://stackoverflow.com/) with the tag `crosstable`. | ||
You can `@DanChaltiel` in a comment if you are struggling to get | ||
answers. Don’t forget to add a minimal **repr**oducible **ex**ample to | ||
answers. Don't forget to add a minimal **repr**oducible **ex**ample to | ||
your question, ideally using the [reprex](https://reprex.tidyverse.org/) | ||
package. | ||
|
||
|
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 |
---|---|---|
|
@@ -20,4 +20,4 @@ Thank you very much. | |
|
||
## Comment | ||
|
||
* No comment | ||
* I removed one test on Mac as it seems to be an encoding problem |
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
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