Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: simTool
Type: Package
Title: Conduct Simulation Studies with a Minimal Amount of Source Code
Version: 1.1.8.9000
Version: 1.1.9.9000
Authors@R: person("Marsel", "Scheer", role = c("aut", "cre"), email = "scheer@freescience.de")
Maintainer: Marsel Scheer <scheer@freescience.de>
Description: Tool for statistical simulations that have two components.
Expand Down Expand Up @@ -34,6 +34,6 @@ Suggests:
covr
License: GPL-3
VignetteBuilder: knitr
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
URL: https://marselscheer.github.io/simTool/
BugReports: https://github.com/MarselScheer/simTool/issues
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version 1.1.9.9000
=========================

* placeholder for next development-cycle

Version 1.1.8.9000
Version 1.1.9
=========================

* address deprecated .dots argument of group_by() due to upcoming dplyr version 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(


[![R build status](https://github.com/MarselScheer/simTool/workflows/R-CMD-check/badge.svg)](https://github.com/MarselScheer/simTool/actions)
[![codecov](https://codecov.io/gh/MarselScheer/simTool/branch/development/graph/badge.svg?token=aCoLwwqLrB)](https://codecov.io/gh/MarselScheer/simTool)
[![codecov](https://codecov.io/gh/MarselScheer/simTool/branch/development/graph/badge.svg?token=aCoLwwqLrB)](https://app.codecov.io/gh/MarselScheer/simTool/)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![R build
status](https://github.com/MarselScheer/simTool/workflows/R-CMD-check/badge.svg)](https://github.com/MarselScheer/simTool/actions)
[![codecov](https://codecov.io/gh/MarselScheer/simTool/branch/development/graph/badge.svg?token=aCoLwwqLrB)](https://codecov.io/gh/MarselScheer/simTool)
[![codecov](https://codecov.io/gh/MarselScheer/simTool/branch/development/graph/badge.svg?token=aCoLwwqLrB)](https://app.codecov.io/gh/MarselScheer/simTool/)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
Expand Down Expand Up @@ -64,9 +64,9 @@ using confidence levels 0.8, 0.9, 0.95 are applied. This is repeated
#> Number of data generating functions: 4
#> Number of analyzing procedures: 3
#> Number of replications: 1000
#> Estimated replications per hour: 1329200
#> Start of the simulation: 2025-04-10 18:09:19.481191
#> End of the simulation: 2025-04-10 18:09:22.189585
#> Estimated replications per hour: 1342837
#> Start of the simulation: 2026-01-24 11:03:38.998282
#> End of the simulation: 2026-01-24 11:03:41.679172

## Installation

Expand Down