Skip to content

Commit

Permalink
doc: specify min version of r - fix #34
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Feb 9, 2024
1 parent 68de9ad commit 515c6b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Depends:
R (>= 4.0)
R (>= 4.1.0)
Imports:
dplyr,
jsonlite,
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Then you can attach the package `forcis`:
library("forcis")
```

**N.B.** The `forcis` package requires at least the version of **4.1.0 of R**. Please update R if you are using an older version.


## Get started
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Then you can attach the package `forcis`:
library("forcis")
```

**N.B.** The `forcis` package requires at least the version of **4.1.0
of R**. Please update R if you are using an older version.

## Get started

For an overview of the main features of `forcis`, please read the [Get
Expand Down

0 comments on commit 515c6b3

Please sign in to comment.