Skip to content

Commit d1bc9fe

Browse files
committed
* Added News md file to track releases (#1).
* Add plotly graphs (#3)
1 parent 467a9d9 commit d1bc9fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
pull_request:
1212
# Allow manual runs from the Actions tab
1313
workflow_dispatch:
14-
schedule:
15-
- cron: '*/10 * * * 4'
14+
# schedule:
15+
# - cron: '*/10 * * * 4'
1616

1717
jobs:
1818
CI-CD:

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: myfinalpkg
22
Title: IntroR4 example pkg
3-
Version: 1.0.0.9000
3+
Version: 1.1.0
44
Author: Guido Maggio
55
Maintainer: Guido Maggio <[email protected]>
66
Description: Example package for IntroR4 workshop.

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# myfinalpkg (development version)
1+
# myfinalpkg 1.1.0
22

33
* Added News md file to track releases (#1).
44
* Add plotly graphs (#3)

0 commit comments

Comments
 (0)