From c8c17c7c2d69f5dae0989e1517cd3a5f2d7cad85 Mon Sep 17 00:00:00 2001 From: AparicioJohan <44405276+AparicioJohan@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:54:34 -0500 Subject: [PATCH] docs: CRAN realese 1.0.0 --- .Rbuildignore | 5 + NEWS.md | 3 +- README.Rmd | 12 +- README.md | 15 +- _pkgdown.yml | 5 +- docs/404.html | 11 +- docs/CODE_OF_CONDUCT.html | 20 +- docs/LICENSE-text.html | 11 +- docs/LICENSE.html | 12 +- docs/articles/how-to-start.html | 26 +- docs/articles/index.html | 11 +- docs/authors.html | 11 +- docs/index.html | 319 ++++++++++++---------- docs/news/index.html | 98 +++++++ docs/pkgdown.yml | 4 +- docs/reference/check_connectivity.html | 11 +- docs/reference/check_design_met.html | 11 +- docs/reference/covcor_heat.html | 11 +- docs/reference/extract_vcov.html | 11 +- docs/reference/fa_summary.html | 11 +- docs/reference/gg_cor.html | 11 +- docs/reference/h_cullis.html | 11 +- docs/reference/heritability_fa.html | 11 +- docs/reference/index.html | 11 +- docs/reference/met_analysis.html | 11 +- docs/reference/parameters_gg.html | 11 +- docs/reference/pipe.html | 11 +- docs/reference/plot.checkAgri.html | 11 +- docs/reference/print.checkAgri.html | 11 +- docs/reference/print.metAgri.html | 11 +- docs/reference/print.smaAgri.html | 11 +- docs/reference/single_trial_analysis.html | 11 +- docs/reference/stability.html | 11 +- docs/search.json | 2 +- docs/sitemap.xml | 3 + 35 files changed, 546 insertions(+), 220 deletions(-) create mode 100644 docs/news/index.html diff --git a/.Rbuildignore b/.Rbuildignore index 4f24692..125a103 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,8 @@ ^cran-comments\.md$ ^CODE_OF_CONDUCT\.md$ ^CRAN-SUBMISSION$ +^NEWS\.Rmd$ +^NEWS\.md$ +^index\.md$ +^index\.Rmd$ +^cran-comments\.md$ \ No newline at end of file diff --git a/NEWS.md b/NEWS.md index 0964a89..a58f254 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,4 @@ -# agriutilities (development version) +# agriutilities 1.0.0.9000 # agriutilities 1.0.0 -* CRAN release. diff --git a/README.Rmd b/README.Rmd index 3359e61..7ccffa6 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,14 +32,22 @@ anyone who wants to save time and focus on interpreting their results. ## Installation +### From CRAN + +``` r +install.packages("agriutilities") +``` + +### From GitHub + You can install the development version of agriutilities from [GitHub](https://github.com/AparicioJohan/agriutilities) with: ``` r -# install.packages("devtools") -devtools::install_github("AparicioJohan/agriutilities") +remotes::install_github("AparicioJohan/agriutilities") ``` + ## Automatic Data Analysis Pipeline This is a basic example which shows you how to use some of the functions of the diff --git a/README.md b/README.md index 34d57c6..fcbe22f 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,19 @@ wants to save time and focus on interpreting their results. ## Installation +### From CRAN + +``` r +install.packages("agriutilities") +``` + +### From GitHub + You can install the development version of agriutilities from [GitHub](https://github.com/AparicioJohan/agriutilities) with: ``` r -# install.packages("devtools") -devtools::install_github("AparicioJohan/agriutilities") +remotes::install_github("AparicioJohan/agriutilities") ``` ## Automatic Data Analysis Pipeline @@ -80,8 +87,8 @@ multi-environmental trial models. ``` r met_results <- met_analysis(obj, progress = FALSE) -Online License checked out Mon Feb 13 09:09:21 2023 -Online License checked out Mon Feb 13 09:09:22 2023 +Online License checked out Thu Feb 16 11:50:00 2023 +Online License checked out Thu Feb 16 11:50:01 2023 ``` ### Inspect the Outputs diff --git a/_pkgdown.yml b/_pkgdown.yml index cb11ebe..f1aefa3 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -16,11 +16,14 @@ navbar: - icon: fa-code text: Reference href: reference/index.html - - icon: fa-newspaper + - icon: fa-book text: Articles menu: - text: How to Start href: articles/how-to-start.html + - icon: fa-newspaper + text: News + href: news/index.html right: - icon: fa-github text: Github diff --git a/docs/404.html b/docs/404.html index ae7f21d..9cccc25 100644 --- a/docs/404.html +++ b/docs/404.html @@ -31,7 +31,7 @@ agriutilities - 1.0.0 + 1.0.0.9000 + + + + + +
+
+
+ +
+

agriutilities 1.0.0.9000

+
+
+

agriutilities 1.0.0

CRAN release: 2023-02-16

+
+
+ + +
+ + + +
+ + + + + + + diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index d6d2bfd..6a8ec06 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,9 +1,9 @@ -pandoc: 2.14.0.3 +pandoc: 2.19.2 pkgdown: 2.0.6 pkgdown_sha: ~ articles: how-to-start: how-to-start.html -last_built: 2023-02-15T12:54Z +last_built: 2023-02-16T16:52Z urls: reference: https://apariciojohan.github.io/agriutilities/reference article: https://apariciojohan.github.io/agriutilities/articles diff --git a/docs/reference/check_connectivity.html b/docs/reference/check_connectivity.html index 9806cac..bb24143 100644 --- a/docs/reference/check_connectivity.html +++ b/docs/reference/check_connectivity.html @@ -10,7 +10,7 @@ agriutilities - 1.0.0 + 1.0.0.9000