Skip to content

Commit

Permalink
updt
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavjack committed Oct 21, 2024
1 parent 64f9c29 commit 966a34b
Show file tree
Hide file tree
Showing 57 changed files with 133 additions and 104 deletions.
2 changes: 1 addition & 1 deletion R/tarpuy_plex.R
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ budget <- tibble(
"Laboratory technicians", "Field workers", "Equipment transport",
"Personnel transport", "Sequencing", "Article publication",
"Electricity", "General services", "Administrative expenses"),
Quantity = NA,
Unit = c(NA, NA, NA, "kg", NA, NA, NA, NA, "months", "months", "day",
"trips", "trips", "samples", "articles", "months", NA, NA),
Quantity = NA,
`Unit Cost` = NA,
`Total Cost` = NA,
`Technical Specifications` = c("Variety, purity, germination (%)",
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/apps.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/extra/yupana-coding.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/heritability.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/policy.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions docs/articles/rticles.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/tarpuy.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/articles/yupana.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions docs/pkgdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,11 @@ async function searchFuse(query, callback) {
});
});
})(window.jQuery || window.$)

document.addEventListener('keydown', function(event) {
// Check if the pressed key is '/'
if (event.key === '/') {
event.preventDefault(); // Prevent any default action associated with the '/' key
document.getElementById('search-input').focus(); // Set focus to the search input
}
});
6 changes: 3 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandoc: 3.1.11
pkgdown: 2.1.0
pandoc: '3.2'
pkgdown: 2.1.1
pkgdown_sha: ~
articles:
apps: apps.html
Expand All @@ -9,7 +9,7 @@ articles:
tarpuy: tarpuy.html
extra/yupana-coding: extra/yupana-coding.html
yupana: yupana.html
last_built: 2024-09-05T03:43Z
last_built: 2024-10-21T20:09Z
urls:
reference: https://inkaverse.com/reference
article: https://inkaverse.com/articles
2 changes: 1 addition & 1 deletion docs/reference/H2cal.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/colortext.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/design_noreps.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/design_repblock.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/figure2qmd.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/figure2rmd.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/footnotes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 966a34b

Please sign in to comment.