Skip to content

Commit a24eab5

Browse files
committed
Minor Updates related to ghpages
1 parent 3279c6d commit a24eab5

18 files changed

Lines changed: 364 additions & 508 deletions

.github/workflows/pkgdown.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
types: [published]
1010
workflow_dispatch:
1111

12-
name: pkgdown
12+
name: pkgdown.yaml
13+
14+
permissions: read-all
1315

1416
jobs:
1517
pkgdown:
@@ -22,7 +24,7 @@ jobs:
2224
permissions:
2325
contents: write
2426
steps:
25-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2628

2729
- uses: r-lib/actions/setup-pandoc@v2
2830

@@ -41,7 +43,7 @@ jobs:
4143

4244
- name: Deploy to GitHub pages 🚀
4345
if: github.event_name != 'pull_request'
44-
uses: JamesIves/github-pages-deploy-action@v4.4.1
46+
uses: JamesIves/github-pages-deploy-action@v4.5.0
4547
with:
4648
clean: false
4749
branch: gh-pages

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Description: The aim of most plant breeding programmes is simultaneous improveme
1212
License: GPL (>= 3)
1313
Encoding: UTF-8
1414
LazyData: true
15-
RoxygenNote: 7.2.3
15+
RoxygenNote: 7.3.2
1616
Depends:
1717
R (>= 2.10)
1818
Imports:
1919
utils
20-
URL: https://github.com/zankrut20/selection.index
20+
URL: https://github.com/zankrut20/selection.index, https://zankrut20.github.io/selection.index/
2121
BugReports: https://github.com/zankrut20/selection.index/issues
2222
Suggests:
2323
rmarkdown,

R/gen.advance.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ gen.advance<- function(phen_mat, gen_mat, weight_mat)
1616
g<- as.matrix(gen_mat)
1717
w<- as.matrix(weight_mat)
1818
bmat<- solve(phen_mat) %*% gen_mat %*% weight_mat
19-
GA<- 2.063 * t(bmat) %*% g %*% w / (t(bmat) %*% p %*% bmat)^0.5
19+
GA<- round((2.063 * t(bmat) %*% g %*% w / (t(bmat) %*% p %*% bmat)^0.5), 4)
2020
return(GA)
2121
}

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: ~
1+
url: https://zankrut20.github.io/selection.index/
22
template:
33
bootstrap: 5
44

docs/404.html

Lines changed: 28 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)