Skip to content

Commit

Permalink
man -> inst fix works in CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 8, 2024
1 parent e2eb81a commit 4a5ab41
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions R/centrality-description.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#'
#' @section Centrality measures:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/centrality_description.Rmd"}
#' ```{r child="inst/rmd-fragments/centrality_description.Rmd"}
#' ```
#'
#' @param x The grouping (or independent) variable in `data`.
Expand Down
6 changes: 3 additions & 3 deletions R/contingency-table.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#'
#' @section Contingency table analyses:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/contingency_table.Rmd"}
#' ```{r child="inst/rmd-fragments/contingency_table.Rmd"}
#' ```
#'
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```{r child="inst/rmd-fragments/return.Rmd"}
#' ```
#'
#' @param x The variable to use as the **rows** in the contingency table.
Expand Down
6 changes: 3 additions & 3 deletions R/corr-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#'
#' @section Correlation analyses:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/corr_test.Rmd"}
#' ```{r child="inst/rmd-fragments/corr_test.Rmd"}
#' ```
#'
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```{r child="inst/rmd-fragments/return.Rmd"}
#' ```
#'
#' @param x The column in `data` containing the explanatory variable to be
Expand Down
6 changes: 3 additions & 3 deletions R/meta-analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
#'
#' @section Random-effects meta-analysis:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/corr_test.Rmd"}
#' ```{r child="inst/rmd-fragments/corr_test.Rmd"}
#' ```
#'
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```{r child="inst/rmd-fragments/return.Rmd"}
#' ```
#'
#' @note
Expand Down
6 changes: 3 additions & 3 deletions R/one-sample-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
#'
#' @section One-sample tests:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/one_sample_test.Rmd"}
#' ```{r child="inst/rmd-fragments/one_sample_test.Rmd"}
#' ```
#'
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```{r child="inst/rmd-fragments/return.Rmd"}
#' ```
#'
#' @autoglobal
Expand Down
6 changes: 3 additions & 3 deletions R/oneway-anova.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#'
#' @section One-way ANOVA:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/oneway_anova.Rmd"}
#' ```{r child="inst/rmd-fragments/oneway_anova.Rmd"}
#' ```
#'
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```{r child="inst/rmd-fragments/return.Rmd"}
#' ```
#'
#' @inheritParams long_to_wide_converter
Expand Down
6 changes: 3 additions & 3 deletions R/pairwise-comparisons.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
#'
#' @section Pairwise comparison tests:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/pairwise_comparisons.Rmd"}
#' ```{r child="inst/rmd-fragments/pairwise_comparisons.Rmd"}
#' ```
#'
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```{r child="inst/rmd-fragments/return.Rmd"}
#' ```
#'
#' @references For more, see:
Expand Down
2 changes: 1 addition & 1 deletion R/statsExpressions-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#' @description
#'
#' ```{r child="man/rmd-fragments/statsExpressions-package.Rmd"}
#' ```{r child="inst/rmd-fragments/statsExpressions-package.Rmd"}
#'
#' ```
#'
Expand Down
6 changes: 3 additions & 3 deletions R/two-sample-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
#'
#' @section Two-sample tests:
#'
#' ```{r child="man/rmd-fragments/table_intro.Rmd"}
#' ```{r child="inst/rmd-fragments/table_intro.Rmd"}
#' ```
#'
#' ```{r child="man/rmd-fragments/two_sample_test.Rmd"}
#' ```{r child="inst/rmd-fragments/two_sample_test.Rmd"}
#' ```
#'
#' @returns
#'
#' ```{r child="man/rmd-fragments/return.Rmd"}
#' ```{r child="inst/rmd-fragments/return.Rmd"}
#' ```
#'
#' @autoglobal
Expand Down
18 changes: 9 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Status | Usage | Miscellaneous

# Introduction <img src="man/figures/logo.png" align="right" width="240" />

```{r, child = "man/rmd-fragments/statsExpressions-package.Rmd"}
```{r, child = "inst/rmd-fragments/statsExpressions-package.Rmd"}
```

# Installation
Expand Down Expand Up @@ -67,7 +67,7 @@ knitr::include_graphics("man/figures/card.png")

# Summary of functionality

```{r, child = "man/rmd-fragments/functionality.Rmd"}
```{r, child = "inst/rmd-fragments/functionality.Rmd"}
```

# Tidy dataframes from statistical analysis
Expand Down Expand Up @@ -412,37 +412,37 @@ more about how one-way (between-subjects) ANOVA, you can run

## `centrality_description`

```{r, child = "man/rmd-fragments/centrality_description.Rmd"}
```{r, child = "inst/rmd-fragments/centrality_description.Rmd"}
```

## `oneway_anova`

```{r, child = "man/rmd-fragments/oneway_anova.Rmd"}
```{r, child = "inst/rmd-fragments/oneway_anova.Rmd"}
```

## `two_sample_test`

```{r, child = "man/rmd-fragments/two_sample_test.Rmd"}
```{r, child = "inst/rmd-fragments/two_sample_test.Rmd"}
```

## `one_sample_test`

```{r, child = "man/rmd-fragments/one_sample_test.Rmd"}
```{r, child = "inst/rmd-fragments/one_sample_test.Rmd"}
```

## `corr_test`

```{r, child = "man/rmd-fragments/corr_test.Rmd"}
```{r, child = "inst/rmd-fragments/corr_test.Rmd"}
```

## `contingency_table`

```{r, child = "man/rmd-fragments/contingency_table.Rmd"}
```{r, child = "inst/rmd-fragments/contingency_table.Rmd"}
```

## `meta_analysis`

```{r, child = "man/rmd-fragments/meta_analysis.Rmd"}
```{r, child = "inst/rmd-fragments/meta_analysis.Rmd"}
```

# Usage in `{ggstatsplot}`
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions vignettes/web_only/stats_details.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Abbreviations used: CI = Confidence Interval

## Summary of functionality

```{r child="../../man/rmd-fragments/functionality.Rmd"}
```{r child="../../inst/rmd-fragments/functionality.Rmd"}
```

## Summary of tests and effect sizes
Expand All @@ -52,37 +52,37 @@ more about how one-way (between-subjects) ANOVA, you can run

### `centrality_description()`

```{r child="../../man/rmd-fragments/centrality_description.Rmd"}
```{r child="../../inst/rmd-fragments/centrality_description.Rmd"}
```

### `oneway_anova()`

```{r child="../../man/rmd-fragments/oneway_anova.Rmd"}
```{r child="../../inst/rmd-fragments/oneway_anova.Rmd"}
```

### `two_sample_test()`

```{r child="../../man/rmd-fragments/two_sample_test.Rmd"}
```{r child="../../inst/rmd-fragments/two_sample_test.Rmd"}
```

### `one_sample_test()`

```{r child="../../man/rmd-fragments/one_sample_test.Rmd"}
```{r child="../../inst/rmd-fragments/one_sample_test.Rmd"}
```

### `corr_test()`

```{r child="../../man/rmd-fragments/corr_test.Rmd"}
```{r child="../../inst/rmd-fragments/corr_test.Rmd"}
```

### `contingency_table()`

```{r child="../../man/rmd-fragments/contingency_table.Rmd"}
```{r child="../../inst/rmd-fragments/contingency_table.Rmd"}
```

### `meta_analysis()`

```{r child="../../man/rmd-fragments/meta_analysis.Rmd"}
```{r child="../../inst/rmd-fragments/meta_analysis.Rmd"}
```

## Effect size interpretation
Expand Down

0 comments on commit 4a5ab41

Please sign in to comment.