From c8b03d082e192ed77e9fb6d18dee4e0f890df28f Mon Sep 17 00:00:00 2001 From: Philippe Grosjean Date: Thu, 2 May 2024 11:00:11 +0200 Subject: [PATCH] Corrected README file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad1c355..e234db9 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@ Inference Tools for SciViews::R ## Installation -{explorelit} is not available from CRAN yet. You should install it from the [SciViews R-Universe](https://sciviews.r-universe.dev). {chart} is an alternate formula interface to {ggplot2}. {tabularise} produces publication-ready (rich-formatted) tabular output. The {equatags} and {equatiomatic} packages are optional, but they are useful to display equations, both inline in R Markdown/Quarto documents and in {tabularise} tables. {data.io} is useful too because it manages labels and units that {chart} uses. To install these six packages and their dependencies, run the following command in R: +{inferit} is not available from CRAN yet. You should install it from the [SciViews R-Universe](https://sciviews.r-universe.dev). You would also need the following packages: {chart} as an alternate formula interface to {ggplot2}, {tabularise} to produce publication-ready (rich-formatted) tabular output, {equatags} and {equatiomatic} packages are optional additions to tabularise to display equations and {data.io} is useful too because it manages labels and units that {chart} and {tabularise} use. To install these six packages and their dependencies, run the following command in R: ``` r -install.packages(c('modelit', 'chart', 'tabularise', 'equatags', 'equatiomatic', 'data.io'), +install.packages(c('inferit', 'chart', 'tabularise', 'equatags', 'equatiomatic', 'data.io'), repos = c('https://sciviews.r-universe.dev', 'https://cloud.r-project.org')) ``` -You can also install the latest development version of {exploreit}. Make sure you have the {remotes} R package installed: +You can also install the latest development version of {inferit}. Make sure you have the {remotes} R package installed: ``` r # install.packages("remotes") -remotes::install_github("SciViews/exploreit") +remotes::install_github("SciViews/inferit") ``` ## Usage