Skip to content

Commit

Permalink
prepare to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Lozano Isla committed May 16, 2024
1 parent e62b78a commit 6ec0471
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: The 'inti' package is part of the 'inkaverse' project for developin
experiments and data collection (tarpuy()), data analysis and graphics (yupana())
, and technical writing.
Learn more about the 'inkaverse' project at <https://inkaverse.com/>.
Date: 2024-05-15
Date: 2024-05-16
Authors@R: c(
person("Flavio", "Lozano-Isla", email = "flozanoisla@gmail.com", role = c("aut", "cre")
, comment = c(ORCID = "0000-0002-0714-669X")),
Expand Down
12 changes: 6 additions & 6 deletions inst/tarpuy/www/msgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ message(
head
, "\n"
, colortext("- ")
, colortext("If is the first time running the app consider install the dependencies:")
, "\n\n"
, colortext("> ")
, colortext("inti::tarpuy(dependencies = TRUE)", "green")
, colortext("More info: ")
, colortext("\n\n")
, colortext("> https://inkaverse.com/", "blue")
, "\n\n"
, colortext("- ")
, colortext("More info: ")
, colortext("https://inkaverse.com/articles/apps", "blue")
, colortext("Citation: ")
, colortext("\n\n")
, colortext("> https://inkaverse.com/authors.html#citation", "green")
, "\n"
, end
)
Expand Down
12 changes: 6 additions & 6 deletions inst/yupana/www/msgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ message(
head
, "\n"
, colortext("- ")
, colortext("If is the first time running the app consider install the dependencies:")
, "\n\n"
, colortext("> ")
, colortext("inti::yupana(dependencies = TRUE)", "green")
, colortext("More info: ")
, colortext("\n\n")
, colortext("> https://inkaverse.com/", "blue")
, "\n\n"
, colortext("- ")
, colortext("More info: ")
, colortext("https://inkaverse.com/articles/apps", "blue")
, colortext("Citation: ")
, colortext("\n\n")
, colortext("> https://inkaverse.com/authors.html#citation", "green")
, "\n"
, end
)
Expand Down

0 comments on commit 6ec0471

Please sign in to comment.