We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467a9d9 commit d1bc9feCopy full SHA for d1bc9fe
.github/workflows/workflow.yml
@@ -11,8 +11,8 @@ on:
11
pull_request:
12
# Allow manual runs from the Actions tab
13
workflow_dispatch:
14
- schedule:
15
- - cron: '*/10 * * * 4'
+ # schedule:
+ # - cron: '*/10 * * * 4'
16
17
jobs:
18
CI-CD:
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: myfinalpkg
2
Title: IntroR4 example pkg
3
-Version: 1.0.0.9000
+Version: 1.1.0
4
Author: Guido Maggio
5
Maintainer: Guido Maggio <[email protected]>
6
Description: Example package for IntroR4 workshop.
NEWS.md
@@ -1,4 +1,4 @@
-# myfinalpkg (development version)
+# myfinalpkg 1.1.0
* Added News md file to track releases (#1).
* Add plotly graphs (#3)
0 commit comments