Skip to content

Commit

Permalink
Merge pull request #129 from rsquaredacademy/develop
Browse files Browse the repository at this point in the history
Bump up dev version
  • Loading branch information
aravindhebbali authored Nov 8, 2024
2 parents dbf3ec6 + 67d0be7 commit aec4736
Show file tree
Hide file tree
Showing 169 changed files with 28,454 additions and 13,325 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: descriptr
Type: Package
Title: Generate Descriptive Statistics
Version: 0.6.0
Version: 0.6.0.9000
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: Generate descriptive statistics such as measures of location,
Expand Down
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# descriptr (development version)

# descriptr 0.6.0

## New Features

- `ds_summary_stats()` can handle both `data.frame` and numeric vector as input.

## BUg Fixes
## Bug Fixes

- Incorrect column name generates missing output ([#123](https://github.com/rsquaredacademy/descriptr/issues/123))
- Fix gglotp2 deprecated function warnings
- Fix ggplot2 deprecated function warnings

## Other Changes

- Incorrect package alias ([#122](https://github.com/rsquaredacademy/descriptr/issues/122))
- Migrate to testthat editioin 3 ([#124](https://github.com/rsquaredacademy/descriptr/issues/124))
- Migrate to testthat edition 3 ([#124](https://github.com/rsquaredacademy/descriptr/issues/124))
- Migrate to rhub v2 ([#125](https://github.com/rsquaredacademy/descriptr/issues/125))

# descriptr 0.5.2
Expand Down
17 changes: 17 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## TO DO

#### Handle numeric data

- ds_freq_table
- ds_tidy_stats
- ds_cross_table
- ds_twoway_table
- ds_plot_bar
- ds_plot_bar
- ds_plot_bar_grouped
- ds_plot_bar_stacked
- ds_plot_box_group
- ds_plot_box_single
- ds_plot_density
- ds_plot_histogram
- ds_plot_scatter
42 changes: 19 additions & 23 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
url: https://descriptr.rsquaredacademy.com
template:
bootstrap: 5

authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com

templates:
params:
bootswatch: cosmo
ganalytics: UA-57270671-33
docsearch:
api_key:
index_name: descriptr

bootswatch: cerulean

navbar:
title: "descriptr"
type: inverse
Expand All @@ -32,31 +30,29 @@ navbar:
href: reference/index.html
- text: "News"
href: news/index.html
- text: "Blog"
href: https://blog.rsquaredacademy.com
- text: "Online Courses"
href: https://rsquared-academy.thinkific.com/
right:
- icon: fa-github
href: https://github.com/rsquaredacademy/descriptr
- icon: fa-twitter
href: https://twitter.com/rsquaredacademy/
- icon: fa-youtube
href: https://www.youtube.com/user/rsquaredin



home:
links:
- text: Learn more
href: https://www.rsquaredacademy.com
- text: Read our blog
href: https://blog.rsquaredacademy.com
- text: Our other R packages
href: https://pkgs.rsquaredacademy.com


- text: Our R packages
href: https://pkgs.rsquaredacademy.com
- text: Read our blog
href: https://blog.rsquaredacademy.com
- text: Our ebooks
href: https://ebooks.rsquaredacademy.com
- text: Online courses
href: https://www.rsquaredacademy.com

reference:
- title: Shiny App
desc: >
Launches shiny app for interactive exploration of data sets.
contents:
- ds_launch_shiny_app

- title: Data Screening
desc: >
The `screener()` function will screen data frames and return details such
Expand Down
202 changes: 49 additions & 153 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aec4736

Please sign in to comment.