Skip to content

Commit

Permalink
Merge pull request #137 from TidierOrg/add-tidierdb-and-tidierfiles
Browse files Browse the repository at this point in the history
Adds TidierDB and TidierFiles, bump version to 1.4
  • Loading branch information
kdpsingh committed Apr 20, 2024
2 parents 5d15c6b + 95c13e5 commit 46ebfe2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
10 changes: 7 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
name = "Tidier"
uuid = "f0413319-3358-4bb0-8e7c-0c83523a93bd"
authors = ["Karandeep Singh"]
version = "1.3.0"
version = "1.4.0"

[deps]
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TidierCats = "79ddc9fe-4dbf-4a56-a832-df41fb326d23"
TidierData = "fe2206b3-d496-4ee9-a338-6a095c4ece80"
TidierDates = "20186a3f-b5d3-468e-823e-77aae96fe2d8"
TidierDB = "86993f9b-bbba-4084-97c5-ee15961ad48b"
TidierFiles = "8ae5e7a9-bdd3-4c93-9cc3-9df4d5d947db"
TidierPlots = "337ecbd1-5042-4e2a-ae6f-ca776f97570a"
TidierStrings = "248e6834-d0f8-40ef-8fbb-8e711d883e9c"
TidierText = "8f0b679f-44a1-4a38-8011-253e3a78fd39"
TidierVest = "969b988e-7aed-4820-b60d-bdec252047c4"

[compat]
Reexport = "0.2, 1"
TidierData = "0.15, 1"
TidierPlots = "0.7, 1"
TidierCats = "0.1, 1"
TidierData = "0.15, 1"
TidierDates = "0.2, 1"
TidierDB = "0.1, 1"
TidierFiles = "0.1, 1"
TidierPlots = "0.7, 1"
TidierStrings = "0.2, 1"
TidierText = "0.1, 1"
TidierVest = "0.4, 1"
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,26 @@ TidierPlots.jl is a package dedicated to plotting, powered by Makie.jl. It focus

<br><br>

<a href="https://tidierorg.github.io/TidierDB.jl/latest/"><img src="https://github.com/TidierOrg/TidierDB.jl/raw/main/assets/logo.png" align="left" style="padding-right:10px;" width="150"></img></a>

## <a href="https://tidierorg.github.io/TidierDB.jl/latest/">TidierDB.jl</a>

TidierDB.jl is a package dedicated to data transformation on databases using syntax similar to TidierData. It focuses on functionality within the dbplyr R package.

[[GitHub]](https://github.com/TidierOrg/TidierDB.jl) | [[Documentation]](https://tidierorg.github.io/TidierDB.jl/latest/)

<br><br>

<a href="https://tidierorg.github.io/TidierFiles.jl/latest/"><img src="https://github.com/TidierOrg/TidierFiles.jl/raw/main/assets/logo.png" align="left" style="padding-right:10px;" width="150"></img></a>

## <a href="https://tidierorg.github.io/TidierFiles.jl/latest/">TidierFiles.jl</a>

TidierFiles.jl is a package dedicated to reading and writing tabular data. It focuses on functionality within the readr, haven, readxl, and writexl R packages.

[[GitHub]](https://github.com/TidierOrg/TidierFiles.jl) | [[Documentation]](https://tidierorg.github.io/TidierFiles.jl/latest/)

<br><br>

<a href="https://tidierorg.github.io/TidierCats.jl/dev/"><img src="https://raw.githubusercontent.com/TidierOrg/TidierCats.jl/main/docs/src/assets/TidierCats_logo.png" align="left" style="padding-right:10px;" width="150"></img></a>

## <a href="https://tidierorg.github.io/TidierCats.jl/dev/">TidierCats.jl</a>
Expand Down
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ features:
- icon: <img width="200" height="200" src="https://github.com/TidierOrg/TidierFiles.jl/raw/main/assets/logo.png" alt="tidierfiles"/>
title: TidierFiles.jl
details: "TidierFiles.jl leverages the CSV.jl, XLSX.jl, and ReadStatTables.jl packages to reimplement the R haven and readr packages."
<!-- link: https://tidierorg.github.io/TidierFiles.jl/dev/ -->
link: https://tidierorg.github.io/TidierFiles.jl/latest/
- icon: <img width="200" height="200" src="https://github.com/TidierOrg/TidierCats.jl/raw/main/docs/src/assets/TidierCats_logo.png" alt="tidiercats"/>
title: TidierCats.jl
Expand All @@ -54,11 +54,11 @@ features:
- icon: <img width="200" height="200" src="https://raw.githubusercontent.com/TidierOrg/TidierText.jl/main/docs/src/assets/TidierText_logo.png" alt="tidiertext"/>
title: TidierText.jl
details: "TidierText.jl is a 100% Julia implementation of the R tidytext package. The purpose of the package is to make it easy analyze text data using DataFrames."
<!-- link: https://tidierorg.github.io/TidierText.jl/dev/ -->
link: https://github.com/TidierOrg/TidierText.jl
- icon: <img width="200" height="200" src="https://github.com/TidierOrg/TidierVest.jl/raw/main/docs/src/assets/TidierVest_logo.png" alt="tidierstrings"/>
title: TidierVest.jl
details: "This library combines HTTP, Gumbo and Cascadia for a more simple way to scrape data"
<!-- link: https://tidierorg.github.io/TidierVest.jl/dev/ -->
link: https://github.com/TidierOrg/TidierVest.jl
---
```
4 changes: 4 additions & 0 deletions docs/src/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Tidier.jl updates

## v1.4.0 - 2024-04-19
- Add and re-export TidierDB.jl as DB
- Add and re-export TidierFiles.jl

## v1.3.0 - 2024-04-09
- Update minimum Julia required version to 1.9
- Base package version updates
Expand Down
7 changes: 7 additions & 0 deletions src/Tidier.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
module Tidier

export DB

using Reexport

@reexport using TidierData
@reexport using TidierPlots
@reexport using TidierCats
@reexport using TidierDates

@reexport import TidierDB
const DB = TidierDB

@reexport using TidierFiles
@reexport using TidierStrings
@reexport using TidierText
@reexport using TidierVest
Expand Down

2 comments on commit 46ebfe2

@kdpsingh
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/105273

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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:

git tag -a v1.4.0 -m "<description of version>" 46ebfe2db30cd5d7975adbb7fa65eb70d71cd6e9
git push origin v1.4.0

Please sign in to comment.