Skip to content

Commit 197b3f8

Browse files
author
Flavio Lozano Isla
committed
cran release
1 parent a194704 commit 197b3f8

7 files changed

Lines changed: 10 additions & 11019 deletions

File tree

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.6.3
2-
Date: 2023-10-27 04:12:06 UTC
3-
SHA: f277c06fbad0054e5bd2bfe05534d9373ac02dd8
1+
Version: 0.6.4
2+
Date: 2024-02-05 18:20:33 UTC
3+
SHA: a194704e9f0e120471c71f434d3d4c522e7a4805

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Description: The 'inti' package is part of the 'inkaverse' project for developin
1010
Learn more about the 'inkaverse' project at <https://inkaverse.com/>.
1111
Date: 2024-02-05
1212
Authors@R: c(
13-
person("Flavio", "Lozano-Isla", email = "flavjack@gmail.com", role = c("aut", "cre")
13+
person("Flavio", "Lozano-Isla", email = "flozanoisla@gmail.com", role = c("aut", "cre")
1414
, comment = c(ORCID = "0000-0002-0714-669X")),
1515
person("QuipoLab", role = c("ctb")),
1616
person("Inkaverse", role = c("cph"))

inst/tarpuy/ui.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -946,15 +946,15 @@ tabPanel("Mobile", icon = icon("plug-circle-check"),
946946

947947
),
948948

949-
nav_spacer(),
950-
nav_item(
949+
bslib::nav_spacer(),
950+
bslib::nav_item(
951951
tags$a(
952952
shiny::icon("heart"), "support",
953953
href = "https://github.com/sponsors/flavjack",
954954
target = "_blank"
955955
)),
956956

957-
nav_item(
957+
bslib::nav_item(
958958
tags$a(
959959
shiny::icon("github"), paste("Inti ", packageVersion('inti')),
960960
href = "https://github.com/sponsors/flavjack",

inst/tarpuy/www/custom.css

Lines changed: 0 additions & 25 deletions
This file was deleted.

inst/yupana/ui.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -924,15 +924,15 @@ tabPanel("Fieldbook", icon = icon("book"),
924924

925925
),
926926

927-
nav_spacer(),
928-
nav_item(
927+
bslib::nav_spacer(),
928+
bslib::nav_item(
929929
tags$a(
930930
shiny::icon("heart"), "support",
931931
href = "https://github.com/sponsors/flavjack",
932932
target = "_blank"
933933
)),
934934

935-
nav_item(
935+
bslib::nav_item(
936936
tags$a(
937937
shiny::icon("github"), paste("Inti ", packageVersion('inti')),
938938
href = "https://github.com/sponsors/flavjack",

0 commit comments

Comments
 (0)