Skip to content

Commit

Permalink
fix warning in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
santikka committed Nov 28, 2023
1 parent 83e85ba commit 91c994a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ knitr::opts_chunk$set(
[![CRAN version](http://www.r-pkg.org/badges/version/cfid)]( https://CRAN.R-project.org/package=cfid)
<!-- badges::end -->

```{r, echo = FALSE}
library(cfid)
```{r, echo = FALSE, warning=FALSE}
library("cfid")
```

## Overview
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ coverage](https://codecov.io/gh/santikka/cfid/branch/main/graph/badge.svg)](http
version](http://www.r-pkg.org/badges/version/cfid)](https://CRAN.R-project.org/package=cfid)
<!-- badges::end -->

#> Warning: package 'cfid' was built under R version 4.3.2

## Overview

This package facilitates the identification of counterfactual queries in
Expand Down

0 comments on commit 91c994a

Please sign in to comment.