Skip to content

Commit 0cd3271

Browse files
Merge pull request #20 from mihaiconstantin/update-github-workflow
Update GitHub workflow to enable manual trigger
2 parents 32d5b42 + 5a07373 commit 0cd3271

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/R-CMD-check.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
# Trigger manually via the GitHub UI.
13+
workflow_dispatch:
1214

1315
# Jobs to run.
1416
jobs:

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: powerly
22
Title: Sample Size Analysis for Psychological Networks and More
3-
Version: 1.8.0
3+
Version: 1.8.1
44
Authors@R:
55
person(given = "Mihai",
66
family = "Constantin",
@@ -36,7 +36,7 @@ Imports:
3636
Encoding: UTF-8
3737
LazyData: true
3838
Roxygen: list(markdown = TRUE)
39-
RoxygenNote: 7.1.2
39+
RoxygenNote: 7.2.0
4040
Collate:
4141
'Backend.R'
4242
'Basis.R'

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format
33
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
44
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [1.8.1] - 2022-07-14
7+
### Changed
8+
- Add option to run GitHub workflow manually.
9+
610
## [1.8.0] - 2022-05-02
711
### Added
812
- Add more arguments for generating partial correlation matrices (i.e., in line

0 commit comments

Comments
 (0)