-
Notifications
You must be signed in to change notification settings - Fork 2
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 #7 from TidierOrg/updated-docs-without-tilde
Removed tilde and updated dependencies
- Loading branch information
Showing
10 changed files
with
68 additions
and
72 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
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,7 @@ | ||
# TidierCats.jl updates | ||
|
||
## v0.1.1 - 2023-08-06 | ||
- Added the `TidierCats.jl` functions to the `TidierData.jl` list of `not_vectorized[]` functions, which means that the user does *not* need to explicitly prefix them with a `~` when used inside of a `@mutate()` within `TidierData.jl`. Thus, all the `~` prefixes have been removed from the examples. | ||
|
||
## v0.1.0 - Initial commit | ||
- Released to Julia general registry |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[deps] | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433" | ||
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
Tidier = "f0413319-3358-4bb0-8e7c-0c83523a93bd" | ||
TidierData = "fe2206b3-d496-4ee9-a338-6a095c4ece80" | ||
TidierCats = "79ddc9fe-4dbf-4a56-a832-df41fb326d23" | ||
|
||
[compat] | ||
TidierData = ">=0.9.2" |
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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<img src="assets/TidierCats\_logo.png" align="left" style="padding-right:10px"; width="150"></img> | ||
|
||
## TidierCats | ||
## TidierCats.jl | ||
|
||
The goal of this package is to bring the convenience and simple usability of Forcats in R to Julia. This package was designed to work with Tidier.jl, but can also work independently. | ||
The goal of this package is to bring the convenience and simple usability of `forcats` in R to Julia. This package was designed to work with `Tidier.jl` but can also work independently. | ||
|
||
This package re-exports `CategoricalArrays.jl`. | ||
|
||
This package includes: | ||
In addition, this package includes: | ||
|
||
- `cat_rev` | ||
- `cat_relevel` | ||
- `cat_infreq` | ||
- `cat_lump` | ||
- `cat_reorder` | ||
- `cat_collapse` | ||
- `cat_lump_min` | ||
- `cat_lump_prop` | ||
- `as_categorical` | ||
- `cat_rev()` | ||
- `cat_relevel()` | ||
- `cat_infreq()` | ||
- `cat_lump()` | ||
- `cat_reorder()` | ||
- `cat_collapse()` | ||
- `cat_lump_min()` | ||
- `cat_lump_prop()` | ||
- `as_categorical()` |
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,5 +1,6 @@ | ||
```@meta | ||
DocTestSetup= quote | ||
DocTestSetup = quote | ||
using TidierData | ||
using TidierCats | ||
end | ||
``` | ||
|
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
0405447
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
0405447
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/89173
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: