Skip to content

Commit

Permalink
fix date for cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonStanley committed Sep 4, 2023
1 parent f2fe5ce commit 12da995
Show file tree
Hide file tree
Showing 28 changed files with 212 additions and 209 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ README.Rmd
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: furniture
Type: Package
Title: Furniture for Quantitative Scientists
Version: 1.9.13
Date: 2022-04-14
Version: 1.9.14
Date: 2023-09-01
Authors@R: c(person("Tyson S.", "Barrett",
role=c("aut","cre"),
email = "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 1.9.12
# Version 1.9.14

- Updated maintainer email address and update package site.
- Fixed documentation issue resulting from a breaking change in `roxygen2`.

# Version 1.9.10

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ devtools::load_all()



# furniture: `v1.9.13` <img src="man/figures/furniture_hex_v2_full.png" align="right" width="40%" height="40%" />
# furniture: `v1.9.14` <img src="man/figures/furniture_hex_v2_full.png" align="right" width="40%" height="40%" />

The furniture R package contains functions to help with data cleaning/tidying (e.g., `washer()`, `rowmeans()`, `rowsums()`), exploratory data analysis and reporting (e.g., `table1()`, `tableC()`, `tableF()`). It currently contains eight main functions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Badge](https://www.r-pkg.org/badges/version/furniture)](https://cran.r-project.o
[![R-CMD-check](https://github.com/TysonStanley/furniture/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/TysonStanley/furniture/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

# furniture: `v1.9.13` <img src="man/figures/furniture_hex_v2_full.png" align="right" width="40%" height="40%" />
# furniture: `v1.9.14` <img src="man/figures/furniture_hex_v2_full.png" align="right" width="40%" height="40%" />

The furniture R package contains functions to help with data
cleaning/tidying (e.g., `washer()`, `rowmeans()`, `rowsums()`),
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

318 changes: 159 additions & 159 deletions docs/articles/Furniture.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/articles/Table1.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

5 changes: 3 additions & 2 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
Furniture: Furniture.html
Table1: Table1.html
last_built: 2023-09-02T20:08Z
last_built: 2023-09-04T20:31Z

2 changes: 1 addition & 1 deletion docs/reference/furniture.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/long.html

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

2 changes: 1 addition & 1 deletion docs/reference/nhanes_2010.html

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

2 changes: 1 addition & 1 deletion docs/reference/rowmeans.html

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

2 changes: 1 addition & 1 deletion docs/reference/rowmeans.n.html

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

2 changes: 1 addition & 1 deletion docs/reference/rowsums.html

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

2 changes: 1 addition & 1 deletion docs/reference/rowsums.n.html

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

Loading

0 comments on commit 12da995

Please sign in to comment.