Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
borishejblum committed Sep 6, 2023
1 parent b4807c4 commit 1c576a3
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 21 deletions.
14 changes: 4 additions & 10 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ knitr::opts_chunk$set(
)
```

# `citcdf`
# `citcdf` <a><img src='man/figures/logo.svg' align="right" height="139" /></a>

[![CRAN status](https://www.r-pkg.org/badges/version/ccdf)](https://CRAN.R-project.org/package=ccdf)
[![R-CMD-check](https://github.com/sistm/ccdf/workflows/R-CMD-check/badge.svg)](https://github.com/sistm/ccdf/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/citcdf)](https://CRAN.R-project.org/package=citcdf)
[![R-CMD-check](https://github.com/sistm/citcdf/workflows/R-CMD-check/badge.svg)](https://github.com/sistm/citcdf/actions)

## Overview

Expand All @@ -32,13 +32,7 @@ The approach implemented in this package is detailed in the following article:
## Installation


**`ccdf` is available from CRAN.**
```{r CRAN-install, eval=FALSE}
install.packages("citcdf")
```


**To install `ccdf`, you can download the development version on [GitHub](https://github.com/Mgauth/ccdf).**
**`citcdf` is available from [GitHub](https://github.com/sistm/citcdf):**
```{r GitHub-install, eval=FALSE}
#install.packages("devtools")
devtools::install_github("sistm/citcdf")
Expand Down
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

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

# `ccdf`
# `citcdf` <a><img src='man/figures/logo.svg' align="right" height="139" /></a>

[![CRAN
status](https://www.r-pkg.org/badges/version/ccdf)](https://CRAN.R-project.org/package=ccdf)
[![R-CMD-check](https://github.com/sistm/ccdf/workflows/R-CMD-check/badge.svg)](https://github.com/sistm/ccdf/actions)
status](https://www.r-pkg.org/badges/version/citcdf)](https://CRAN.R-project.org/package=citcdf)
[![R-CMD-check](https://github.com/sistm/citcdf/workflows/R-CMD-check/badge.svg)](https://github.com/sistm/citcdf/actions)

## Overview

Expand All @@ -26,14 +26,8 @@ article:
## Installation

**`ccdf` is available from CRAN.**

``` r
install.packages("citcdf")
```

**To install `ccdf`, you can download the development version on
[GitHub](https://github.com/Mgauth/ccdf).**
**`citcdf` is available from
[GitHub](https://github.com/sistm/citcdf):**

``` r
#install.packages("devtools")
Expand Down
114 changes: 114 additions & 0 deletions man/figures/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c576a3

Please sign in to comment.