Skip to content

Commit

Permalink
Merge pull request #42 from annasmyk/develop
Browse files Browse the repository at this point in the history
descp file and readme update "rjdverse"
  • Loading branch information
annasmyk authored May 5, 2024
2 parents 56d1edb + 9e70627 commit f6211e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rjd3toolkit
Type: Package
Title: Toolkit Functions Around 'JDemetra+ 3.0'
Title: Utility Functions around 'JDemetra+ 3.0'
Version: 3.2.3
Authors@R: c(
person("Jean", "Palate", role = c("aut"),
Expand All @@ -26,14 +26,14 @@ Imports:
methods
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/rjdemetra/rjd3toolkit, https://rjdemetra.github.io/rjd3toolkit/
URL: https://github.com/rjdverse/rjd3toolkit, https://rjdverse.github.io/rjd3toolkit/
LazyData: TRUE
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/rjdemetra/rjd3toolkit/issues
BugReports: https://github.com/rjdverse/rjd3toolkit/issues
Encoding: UTF-8
Collate:
'utils.R'
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ knitr::opts_chunk$set(
# rjd3toolkit

<!-- badges: start -->
[![R-CMD-check](https://github.com/rjdemetra/rjd3toolkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rjdemetra/rjd3toolkit/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/rjdverse/rjd3toolkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rjdverse/rjd3toolkit/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->


Utility package in JDemetra+ 3.x R ecosystem. Contains utility functions used in other `rjd3` packages and has to be systematically installed before using any other rjd3 package.
Utility package in JDemetra+ 3.x R ecosystem. Contains functions used in other `rjd3` packages and has to be systematically installed before using any other rjd3 package.

## Main Functions

Expand All @@ -45,14 +45,14 @@ To get the current stable version (from the latest release):

```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3toolkit@*release")
remotes::install_github("rjdverse/rjd3toolkit@*release")
```

To get the current development version from GitHub:

```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3toolkit")
remotes::install_github("rjdverse/rjd3toolkit")
```


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/rjdemetra/rjd3toolkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rjdemetra/rjd3toolkit/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/rjdverse/rjd3toolkit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rjdverse/rjd3toolkit/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Utility package in JDemetra+ 3.x R ecosystem. Contains utility functions
used in other `rjd3` packages and has to be systematically installed
before using any other rjd3 package.
Utility package in JDemetra+ 3.x R ecosystem. Contains functions used in
other `rjd3` packages and has to be systematically installed before
using any other rjd3 package.

## Main Functions

Expand All @@ -36,14 +36,14 @@ To get the current stable version (from the latest release):

``` r
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3toolkit@*release")
remotes::install_github("rjdverse/rjd3toolkit@*release")
```

To get the current development version from GitHub:

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

## Package Maintenance and contributing
Expand Down

0 comments on commit f6211e8

Please sign in to comment.