Skip to content

Commit 578c2e8

Browse files
committed
prep cran
1 parent 90a93f7 commit 578c2e8

8 files changed

Lines changed: 41 additions & 26 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Imports:
4040
Suggests:
4141
gsheet,
4242
cowplot,
43+
huito,
4344
knitr,
4445
rmarkdown,
4546
quarto

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ articles:
88
rticles: rticles.html
99
tarpuy: tarpuy.html
1010
yupana: yupana.html
11-
last_built: 2026-06-19T02:37Z
11+
last_built: 2026-06-22T02:56Z
1212
urls:
1313
reference: https://inkaverse.com/reference
1414
article: https://inkaverse.com/articles

docs/reference/design_augmented.html

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

docs/reference/design_augmented.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ design_augmented(
99
checks,
1010
entries,
1111
blocks = NULL,
12-
block_size = NULL,
12+
eu_block = NULL,
1313
random = TRUE,
1414
zigzag = FALSE,
1515
dim = NA,
@@ -32,11 +32,12 @@ design_augmented(
3232

3333
- blocks:
3434

35-
Number of blocks.
35+
Optional number of blocks. If `NULL`, it is calculated from `entries`,
36+
`checks` and `eu_block`.
3637

37-
- block_size:
38+
- eu_block:
3839

39-
Number of plots per block.
40+
Number of experimental units per block.
4041

4142
- random:
4243

@@ -48,7 +49,7 @@ design_augmented(
4849

4950
- dim:
5051

51-
Optional layout dimensions c(nrows,ncols).
52+
Optional layout dimensions c(nrows, ncols).
5253

5354
- serie:
5455

docs/reference/tarpuy_plex.html

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

docs/reference/tarpuy_plex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tarpuy_plex(
3434
seed = 0,
3535
qrcode = "{project}{plots}",
3636
aug_blocks = NA,
37-
aug_block_size = NA,
37+
aug_eu_block = NA,
3838
aug_random = TRUE
3939
)
4040
```
@@ -153,7 +153,7 @@ tarpuy_plex(
153153

154154
Number of blocks for augmented design.
155155

156-
- aug_block_size:
156+
- aug_eu_block:
157157

158158
Number of plots per block for augmented design.
159159

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

inst/tarpuy/ui.R

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,12 @@ navbarPage(
526526
padding: 12px;
527527
margin-bottom: 10px;
528528
box-shadow: 0 2px 6px rgba(0,0,0,0.04);
529+
530+
min-height: 100px;
531+
532+
display: flex;
533+
flex-direction: column;
534+
justify-content: center;
529535
}
530536
531537
.tarpuy-card-title {
@@ -554,13 +560,19 @@ navbarPage(
554560

555561
column(
556562
width = 8,
557-
h3(
558-
style = "margin-top:0px; margin-bottom:4px;",
559-
icon("seedling"),
560-
"PLEX – Experimental Plan"
561-
),
562-
tags$small(
563-
"Configure your experimental plan and generate all required sheets."
563+
564+
div(
565+
class = "tarpuy-card",
566+
567+
div(
568+
style = "font-size:22px; font-weight:600; line-height:1.15;margin-bottom:10px;",
569+
icon("seedling"),
570+
" Experimental Plan - PLEX"
571+
),
572+
573+
tags$small(
574+
"Configure your experimental plan and generate all required sheets."
575+
)
564576
)
565577
),
566578

@@ -777,7 +789,7 @@ navbarPage(
777789

778790
div(
779791
class = "tarpuy-card",
780-
div(class = "tarpuy-section-title", icon("chevron-down"), " Advanced Information (optional)"),
792+
div(class = "tarpuy-section-title", icon("circle-plus"), " Advanced Information (optional)"),
781793

782794
div(
783795
style = "
@@ -860,9 +872,9 @@ navbarPage(
860872
div(
861873
class = "tarpuy-card",
862874
div(
863-
style = "font-size:22px; font-weight:600; line-height:1.15;",
875+
style = "font-size:22px; font-weight:600; line-height:1.15;margin-bottom:10px;",
864876
icon("book"),
865-
" FIELDBOOK GENERATOR"
877+
" Fieldbook Generator"
866878
),
867879
tags$small("Generate and validate fieldbooks from the design sheet")
868880
),

0 commit comments

Comments
 (0)