Skip to content

Commit

Permalink
Merge pull request #152 from AQLT/develop
Browse files Browse the repository at this point in the history
r-universe info
  • Loading branch information
AQLT authored Oct 9, 2024
2 parents 9b1a379 + 5606991 commit ad984ae
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
18 changes: 15 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ options(enable_print_style = FALSE)
# RJDemetra <img src="man/figures/logo.png" align="right" alt="" />

[![R-CMD-check](https://github.com/rjdverse/rjdemetra/workflows/R-CMD-check/badge.svg)](https://github.com/rjdverse/rjdemetra/actions)
[![R universe version](https://rjdverse.r-universe.dev/badges/RJDemetra)](https://rjdverse.r-universe.dev/RJDemetra)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/RJDemetra)](https://cran.r-project.org/package=RJDemetra)
[![CRAN last release](https://www.r-pkg.org/badges/last-release/RJDemetra)](https://cran.r-project.org/package=RJDemetra)
[![CRAN monthly downloads](https://cranlogs.r-pkg.org/badges/RJDemetra?color=lightgrey)](https://cran.r-project.org/package=RJDemetra)
Expand All @@ -40,10 +41,21 @@ RJDemetra relies on the [rJava](https://CRAN.R-project.org/package=rJava) packag
```{r, eval = FALSE}
# Install release version from CRAN
install.packages("RJDemetra")
```

To install the developpment version:

- From [r-universe](https://rjdverse.r-universe.dev/RJDemetra):

```{r, echo = TRUE, eval = FALSE}
install.packages("RJDemetra", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
```

- From GitHub:

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rjdverse/rjdemetra")
```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdverse/rjdemetra")
```

If you have troubles with the installation, check the [installation manual](https://github.com/rjdverse/rjdemetra/wiki/Installation-manual).
Expand Down
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# RJDemetra <img src="man/figures/logo.png" align="right" alt="" />

[![R-CMD-check](https://github.com/rjdverse/rjdemetra/workflows/R-CMD-check/badge.svg)](https://github.com/rjdverse/rjdemetra/actions)
[![R universe
version](https://rjdverse.r-universe.dev/badges/RJDemetra)](https://rjdverse.r-universe.dev/RJDemetra)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/RJDemetra)](https://cran.r-project.org/package=RJDemetra)
[![CRAN last
release](https://www.r-pkg.org/badges/last-release/RJDemetra)](https://cran.r-project.org/package=RJDemetra)
Expand Down Expand Up @@ -42,10 +44,21 @@ version 8 or higher is required.
``` r
# Install release version from CRAN
install.packages("RJDemetra")
```

To install the developpment version:

- From [r-universe](https://rjdverse.r-universe.dev/RJDemetra):

``` r
install.packages("RJDemetra", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
```

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rjdverse/rjdemetra")
- From GitHub:

``` r
# install.packages("remotes")
remotes::install_github("rjdverse/rjdemetra")
```

If you have troubles with the installation, check the [installation
Expand Down
Binary file not shown.

0 comments on commit ad984ae

Please sign in to comment.