From 6ec047163e9fd32aed8426f7fc57b11623383173 Mon Sep 17 00:00:00 2001 From: Flavio Lozano Isla Date: Thu, 16 May 2024 00:23:35 -0500 Subject: [PATCH] prepare to cran --- DESCRIPTION | 2 +- inst/tarpuy/www/msgs.R | 12 ++++++------ inst/yupana/www/msgs.R | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 73523c45..c0ac88be 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 . -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")), diff --git a/inst/tarpuy/www/msgs.R b/inst/tarpuy/www/msgs.R index b5ccaf62..b49461d9 100644 --- a/inst/tarpuy/www/msgs.R +++ b/inst/tarpuy/www/msgs.R @@ -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 ) diff --git a/inst/yupana/www/msgs.R b/inst/yupana/www/msgs.R index 949c7ad9..b10b45ec 100644 --- a/inst/yupana/www/msgs.R +++ b/inst/yupana/www/msgs.R @@ -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 )