File tree 3 files changed +62
-29
lines changed
3 files changed +62
-29
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ format :
3
+ gfm :
4
+ default-image-extension : " .png"
5
+ always_allow_html : true
6
+ execute :
7
+ cache : true
8
+ freeze : auto
9
+ dir : .meta/CHANGELOG
10
+ knitr :
11
+ opts_chunk :
12
+ collapse : true
13
+ comment : " #>"
14
+ dpi : 1280
15
+ fig.height : 6
16
+ out.width : 100%
17
+ ---
18
+ ``` {r install_version (0.3-4)}
19
+ #| echo: false
20
+ #| include: false
21
+ pak::pak(pkg = "serkor1/SLmetrics@v0.3-4", ask = FALSE)
22
+ ```
23
+
24
+ # :bookmark : Version 0.3-4
25
+
26
+ ## :sparkles : Improvements
27
+
28
+ ### :rocket : New features
29
+
30
+ ## :bug : Bug-fixes
31
+
32
+ ## :boom : Breaking changes
Original file line number Diff line number Diff line change @@ -48,38 +48,39 @@ function template() {
48
48
local file=$1
49
49
local version=$2
50
50
51
- cat << EOF > "${file} "
52
- ---
53
- format:
54
- gfm:
55
- default-image-extension: ".png"
56
- always_allow_html: true
57
- execute:
58
- cache: true
59
- freeze: auto
60
- dir: .meta/CHANGELOG
61
- knitr:
62
- opts_chunk:
63
- collapse: true
64
- comment: "#>"
65
- dpi: 1280
66
- fig.height: 6
67
- out.width: 100%
68
- ---
69
- \`\`\` {r install_version ($version )}
70
- #| echo: false
71
- #| include: false
72
- pak::pak(pkg = "serkor1/SLmetrics@v$version ", ask = FALSE)
73
- \`\`\`
74
- # :bookmark: Version $version
51
+ cat << -EOF > "${file} "
52
+ ---
53
+ format:
54
+ gfm:
55
+ default-image-extension: ".png"
56
+ always_allow_html: true
57
+ execute:
58
+ cache: true
59
+ freeze: auto
60
+ dir: .meta/CHANGELOG
61
+ knitr:
62
+ opts_chunk:
63
+ collapse: true
64
+ comment: "#>"
65
+ dpi: 1280
66
+ fig.height: 6
67
+ out.width: 100%
68
+ ---
69
+ \`\`\` {r install_version ($version )}
70
+ #| echo: false
71
+ #| include: false
72
+ pak::pak(pkg = "serkor1/SLmetrics@v$version ", ask = FALSE)
73
+ \`\`\`
75
74
76
- ## :sparkles: Improvements
75
+ # :bookmark: Version $version
77
76
78
- ### :rocket: New features
77
+ ## :sparkles: Improvements
79
78
80
- ## :bug: Bug-fixes
79
+ ### :rocket: New features
81
80
82
- ## :boom: Breaking changes
81
+ ## :bug: Bug-fixes
82
+
83
+ ## :boom: Breaking changes
83
84
EOF
84
85
}
85
86
Original file line number Diff line number Diff line change 1
1
Package: SLmetrics
2
2
Title: Machine Learning Performance Evaluation on Steroids
3
- Version: 0.3-3
3
+ Version: 0.3-4
4
4
Authors@R: c(
5
5
person(
6
6
given = "Serkan",
You can’t perform that action at this time.
0 commit comments