Skip to content

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Nov 4, 2024
1 parent 0724059 commit f21060b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# IDEMSstandAloneFunctionsR
# IDEMSinstatExtras

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
Expand All @@ -23,30 +23,30 @@ This is an R package containing assorted functions which are created for [R-Inst

## Installation

You can install the development version of standAloneFunctionsR from [GitHub](https://github.com/) with:
You can install the development version of instatExtras from [GitHub](https://github.com/) with:

``` r
# Install devtools package if not already installed
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}

# Install standAloneFunctionsR
devtools::install_github("IDEMSInternational/standAloneFunctionsR")
# Install instatExtras
devtools::install_github("IDEMSInternational/instatExtras")
```

## Usage
Once installed, you can load the package and start using its functions.

``` r
# Load the standAloneFunctionsR package
library(standAloneFunctionsR)
# Load the instatExtras package
library(instatExtras)
```

For detailed documentation on individual functions and their usage, please refer to the function documentation within R.

## Contribution
Contributions to standAloneFunctionsR are welcome! If you find any issues or have suggestions for improvements, please open an issue on the GitHub repository.
Contributions to `instatExtras` are welcome! If you find any issues or have suggestions for improvements, please open an issue on the GitHub repository.

## Acknowledgments
This package was developed as part of the R-Instat project. We acknowledge the contributions of all developers and contributors to the project.
This package was developed as part of the [R-Instat](https://r-instat.org/) project. We acknowledge the contributions of all developers and contributors to the project.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# IDEMSstandAloneFunctionsR
# IDEMSinstatExtras

<!-- badges: start -->

Expand All @@ -16,7 +16,7 @@ for various tasks within the R programming environment.

## Installation

You can install the development version of standAloneFunctionsR from
You can install the development version of instatExtras from
[GitHub](https://github.com/) with:

``` r
Expand All @@ -25,30 +25,30 @@ if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}

# Install standAloneFunctionsR
devtools::install_github("IDEMSInternational/standAloneFunctionsR")
# Install instatExtras
devtools::install_github("IDEMSInternational/instatExtras")
```

## Usage

Once installed, you can load the package and start using its functions.

``` r
# Load the standAloneFunctionsR package
library(standAloneFunctionsR)
# Load the instatExtras package
library(instatExtras)
```

For detailed documentation on individual functions and their usage,
please refer to the function documentation within R.

## Contribution

Contributions to standAloneFunctionsR are welcome! If you find any
issues or have suggestions for improvements, please open an issue on the
GitHub repository.
Contributions to `instatExtras` are welcome! If you find any issues or
have suggestions for improvements, please open an issue on the GitHub
repository.

## Acknowledgments

This package was developed as part of the R-Instat project. We
acknowledge the contributions of all developers and contributors to the
project.
This package was developed as part of the
[R-Instat](https://r-instat.org/) project. We acknowledge the
contributions of all developers and contributors to the project.

0 comments on commit f21060b

Please sign in to comment.