Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

descp file and readme update: "rjdverse" #19

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rjd3sts
Type: Package
Title: State Space Framework and Structural Time Series with 'JDemetra+ 3.0'
Title: State Space Framework and Structural Time Series with 'JDemetra+ 3.x'
Version: 2.1.1
Authors@R: c(
person("Jean", "Palate", role = c("aut", "cre"),
Expand All @@ -15,13 +15,13 @@ Imports:
rjd3toolkit (>= 3.2.2),
methods
Remotes:
github::rjdemetra/rjd3toolkit
github::rjdverse/rjd3toolkit
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/rjdemetra/rjd3sts, https://rjdemetra.github.io/rjd3sts
URL: https://github.com/rjdverse/rjd3sts, https://rjdverse.github.io/rjd3sts
LazyData: TRUE
RoxygenNote: 7.3.1
BugReports: https://github.com/rjdemetra/rjd3sts
BugReports: https://github.com/rjdverse/rjd3sts
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Collate:
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ To get the current stable version (from the latest release):

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

To get the current development version from GitHub:

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


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ To get the current stable version (from the latest release):

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

To get the current development version from GitHub:

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

## Package Maintenance and contributing
Expand Down
Loading