Skip to content

Commit

Permalink
fix CRAN check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 5, 2024
1 parent 9303a19 commit b3b4f64
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 48 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ citation("statsExpressions")
To cite package 'statsExpressions' in publications use:

Patil, I., (2021). statsExpressions: R Package for Tidy Dataframes
and Expressions with Statistical Details. Journal of Open Source
Software, 6(61), 3236, https://doi.org/10.21105/joss.03236
and Expressions with Statistical Details. *Journal of Open Source
Software*, *6*(61), 3236, https://doi.org/10.21105/joss.03236

A BibTeX entry for LaTeX users is

Expand Down
2 changes: 1 addition & 1 deletion man-roxygen/citation.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#'
#' @section Citation:
#' ```{r citation, echo=FALSE, results='asis'}
#' print(citation("statsExpressions"), style = "text")
#' print(citation("statsExpressions"), style = "textVersion")
#' ```
#'
5 changes: 1 addition & 4 deletions man/add_expression_col.Rd

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

5 changes: 1 addition & 4 deletions man/centrality_description.Rd

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

5 changes: 1 addition & 4 deletions man/corr_test.Rd

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

5 changes: 1 addition & 4 deletions man/long_to_wide_converter.Rd

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

5 changes: 1 addition & 4 deletions man/meta_analysis.Rd

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

5 changes: 1 addition & 4 deletions man/one_sample_test.Rd

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

5 changes: 1 addition & 4 deletions man/oneway_anova.Rd

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

5 changes: 1 addition & 4 deletions man/pairwise_comparisons.Rd

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

5 changes: 1 addition & 4 deletions man/tidy_model_expressions.Rd

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

5 changes: 1 addition & 4 deletions man/tidy_model_parameters.Rd

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

5 changes: 1 addition & 4 deletions man/two_sample_test.Rd

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

2 changes: 1 addition & 1 deletion vignettes/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ @Manual{Heck2019
title = {metaBMA: Bayesian Model Averaging for Random and Fixed Effects Meta-Analysis},
author = {{Heck} and D. W. and {Gronau} and Q. F. and & Wagenmakers and {E.-J.}},
year = {2019},
url = {https://CRAN.R-project.org/package=metaBMA },
url = {https://CRAN.R-project.org/package=metaBMA},
}


Expand Down

0 comments on commit b3b4f64

Please sign in to comment.