Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
jrosell committed Aug 2, 2024
1 parent 214a326 commit 26e525b
Showing 19 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ambhtmx
Title: ambhtmx
Version: 0.0.0.9001
Version: 0.0.0.9002
Authors@R:
person("Jordi", "Rosell", , "jroselln@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4349-1458"))
@@ -33,5 +33,5 @@ Imports:
stringr,
tibble,
zeallot
Remotes:
Remotes:
devOpifex/ambiorix
4 changes: 2 additions & 2 deletions R/dev.R
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ is_debug_enabled <- \() TRUE
#' @keywords internal
#' @noRd
rebuild_docs_and_check <- function() {
previous_version <- "0.0.0.9000"
previous_version <- "0.0.0.9002"
usethis::use_description(list(
"Title" = "ambhtmx",
"Description" = "Build a Full-stack R App with ambiorix and htmx.",
@@ -70,5 +70,5 @@ rebuild_docs_and_check <- function() {
devtools::document()
pkgdown::build_site()
devtools::check()
usethis::use_version(which = "dev", push = FALSE)
# usethis::use_version(which = "dev", push = FALSE)
}
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.html

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

6 changes: 3 additions & 3 deletions 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.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@ pandoc: 3.1.12.3
pkgdown: 2.0.9
pkgdown_sha: ~
articles: {}
last_built: 2024-08-02T11:48Z
last_built: 2024-08-02T12:03Z

2 changes: 1 addition & 1 deletion docs/reference/ambhtmx_app.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/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/reference/process_error_get.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/process_error_post.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/process_loggedin_middleware.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/process_loggedin_redirect.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/process_login_get.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/process_login_post.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/process_logout_get.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/render_page.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/render_plot.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/render_tags.html

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

0 comments on commit 26e525b

Please sign in to comment.