Skip to content

Commit

Permalink
Merge pull request #5 from OskarGauffin/dev
Browse files Browse the repository at this point in the history
version 0.0.3
  • Loading branch information
OskarGauffin authored Mar 1, 2024
2 parents c13af62 + 1b7930f commit 16aff56
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This is the first version of the package.
Fixing a minor bug discovered by the CRAN checks.

# version 0.0.3
Fixing a bug where the group_by-variable was hard-coded as "group". From now, any group_by column name should work. Removed the export tag from a few internal functions for a cleaner reference manual.
Fixing a bug related to the summary for grouping variables. Removed the export tag from a few internal functions for a cleaner reference manual, and added the pkgdown site.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ da()
summary(da1)
```

![Summary console output](vignettes/summary_console_printout.png)
![Screenshot of the summary print output.](vignettes/summary_console_printout.png)

To extract the results in a data frame, access "da_df" as a list object:

``` r

da_results <-
da1$da_df
```
![Print console output](vignettes/print_console_printout.png)
![Screenshot of the da_df data frame.](vignettes/print_console_printout.png)



4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## New version submission
## New version (0.0.3)

In this version I've fixed a bug related to the grouping.
In this version I've fixed a bug related to the grouping and improved documentation.

I've checked the package locally, and using the standard github CI-tools,
i.e. macos, windows, ubuntu. I also ran a devtools::rhub_check() to get a R-devel
Expand Down
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.
4 changes: 0 additions & 4 deletions tests/testthat/test-disprop_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ test_that("19. The IC values match manually calculated IC-values", {

all_the_same <- all(compare_pvda_to_manual$same)





expect_equal(all_the_same, TRUE)
})

Expand Down

0 comments on commit 16aff56

Please sign in to comment.