Skip to content

Commit aec4736

Browse files
Merge pull request #129 from rsquaredacademy/develop
Bump up dev version
2 parents dbf3ec6 + 67d0be7 commit aec4736

File tree

169 files changed

+28454
-13325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+28454
-13325
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: descriptr
22
Type: Package
33
Title: Generate Descriptive Statistics
4-
Version: 0.6.0
4+
Version: 0.6.0.9000
55
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0001-9220-9669"))
77
Description: Generate descriptive statistics such as measures of location,

NEWS.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1+
# descriptr (development version)
2+
13
# descriptr 0.6.0
24

35
## New Features
46

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

7-
## BUg Fixes
9+
## Bug Fixes
810

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

1214
## Other Changes
1315

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

1820
# descriptr 0.5.2

TODO.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## TO DO
2+
3+
#### Handle numeric data
4+
5+
- ds_freq_table
6+
- ds_tidy_stats
7+
- ds_cross_table
8+
- ds_twoway_table
9+
- ds_plot_bar
10+
- ds_plot_bar
11+
- ds_plot_bar_grouped
12+
- ds_plot_bar_stacked
13+
- ds_plot_box_group
14+
- ds_plot_box_single
15+
- ds_plot_density
16+
- ds_plot_histogram
17+
- ds_plot_scatter

_pkgdown.yml

+19-23
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
url: https://descriptr.rsquaredacademy.com
2+
template:
3+
bootstrap: 5
24

35
authors:
46
Aravind Hebbali:
57
href: https://www.aravindhebbali.com
68

79
templates:
810
params:
9-
bootswatch: cosmo
10-
ganalytics: UA-57270671-33
11-
docsearch:
12-
api_key:
13-
index_name: descriptr
14-
11+
bootswatch: cerulean
12+
1513
navbar:
1614
title: "descriptr"
1715
type: inverse
@@ -32,31 +30,29 @@ navbar:
3230
href: reference/index.html
3331
- text: "News"
3432
href: news/index.html
35-
- text: "Blog"
36-
href: https://blog.rsquaredacademy.com
37-
- text: "Online Courses"
38-
href: https://rsquared-academy.thinkific.com/
3933
right:
4034
- icon: fa-github
4135
href: https://github.com/rsquaredacademy/descriptr
42-
- icon: fa-twitter
43-
href: https://twitter.com/rsquaredacademy/
44-
- icon: fa-youtube
45-
href: https://www.youtube.com/user/rsquaredin
46-
36+
4737

4838
home:
4939
links:
50-
- text: Learn more
51-
href: https://www.rsquaredacademy.com
52-
- text: Read our blog
53-
href: https://blog.rsquaredacademy.com
54-
- text: Our other R packages
55-
href: https://pkgs.rsquaredacademy.com
56-
57-
40+
- text: Our R packages
41+
href: https://pkgs.rsquaredacademy.com
42+
- text: Read our blog
43+
href: https://blog.rsquaredacademy.com
44+
- text: Our ebooks
45+
href: https://ebooks.rsquaredacademy.com
46+
- text: Online courses
47+
href: https://www.rsquaredacademy.com
5848

5949
reference:
50+
- title: Shiny App
51+
desc: >
52+
Launches shiny app for interactive exploration of data sets.
53+
contents:
54+
- ds_launch_shiny_app
55+
6056
- title: Data Screening
6157
desc: >
6258
The `screener()` function will screen data frames and return details such

docs/404.html

+49-153
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)