Skip to content

Commit 9d8f85f

Browse files
committed
update readme/news
1 parent c91c308 commit 9d8f85f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/Features.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
# out <- lintr::lint_dir()
4545
# if (0 < length(out)) stop("Linting failure") else print("Linting successful")
4646
# shell: Rscript {0}
47-
48-
- name: Build pkgdown
49-
run: make pkgdown
50-
shell: bash
5147

5248
- name: Coverage
5349
run: |
@@ -65,6 +61,10 @@ jobs:
6561
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
6662
shell: Rscript {0}
6763

64+
- name: Check if pkgdown site can be build
65+
run: make pkgdown
66+
shell: bash
67+
6868
- name: Upload check results
6969
if: failure()
7070
uses: actions/upload-artifact@main

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 1.1.7.9000
33
=========================
44

5-
* placeholder for next development-cycle
5+
* Upcoming R-version does not allow to apply attr() to primitives to assign values. Fix this by decorating primitives if they are used.
66

77
Version 1.1.7
88
=========================

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ using confidence levels 0.8, 0.9, 0.95 are applied. This is repeated
4747
summary_fun = list(mean = mean)
4848
)
4949
et
50-
#> # A tibble: 12 x 8
50+
#> # A tibble: 12 × 8
5151
#> fun rate n replications summary_fun proc conf.level coverage
5252
#> <chr> <dbl> <int> <int> <chr> <chr> <dbl> <dbl>
5353
#> 1 rexp 10 10 1 mean t.test 0.8 0.754
@@ -65,9 +65,9 @@ using confidence levels 0.8, 0.9, 0.95 are applied. This is repeated
6565
#> Number of data generating functions: 4
6666
#> Number of analyzing procedures: 3
6767
#> Number of replications: 1000
68-
#> Estimated replications per hour: 1214959
69-
#> Start of the simulation: 2021-09-05 06:54:43
70-
#> End of the simulation: 2021-09-05 06:54:46
68+
#> Estimated replications per hour: 1318457
69+
#> Start of the simulation: 2025-04-05 05:37:59.800157
70+
#> End of the simulation: 2025-04-05 05:38:02.530619
7171

7272
## Installation
7373

0 commit comments

Comments
 (0)