Skip to content

Commit

Permalink
change rjdemetra3 --> rjd3workspace and rjdemetra --> rjdverse
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyBarthelemy committed May 6, 2024
1 parent 0eda9ea commit 225b426
Show file tree
Hide file tree
Showing 6 changed files with 784 additions and 11 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Imports:
checkmate,
methods
Remotes:
github::rjdemetra/rjd3toolkit,
github::rjdemetra/rjd3sts
github::rjdverse/rjd3toolkit,
github::rjdverse/rjd3sts
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/rjdemetra/rjd3highfreq, https://rjdemetra.github.io/rjd3highfreq/
URL: https://github.com/rjdverse/rjd3highfreq, https://rjdverse.github.io/rjd3highfreq/
LazyData: TRUE
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.3.1
BugReports: https://github.com/rjdemetra/rjd3highfreq/issues
BugReports: https://github.com/rjdverse/rjd3highfreq/issues
Encoding: UTF-8
Collate:
'utils.R'
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.0] - 2023-12-12


[Unreleased]: https://github.com/rjdemetra/rjd3highfreq/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/rjdemetra/rjd3highfreq/releases/tag/v2.0.0
[Unreleased]: https://github.com/rjdverse/rjd3highfreq/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/rjdverse/rjd3highfreq/releases/tag/v2.0.0
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can install the development version of **rjd3highfreq** from [GitHub](https:
```{r, eval = FALSE}
# Install development version from GitHub
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3highfreq")
remotes::install_github("rjdverse/rjd3highfreq")
```


Expand Down Expand Up @@ -177,7 +177,7 @@ plot(amb.multi, main = "2012",
```


With the package [**rjd3x11plus**](https://github.com/rjdemetra/rjd3x11plus), you can perform an X-11 like decomposition with any (non integer) periodicity.
With the package [**rjd3x11plus**](https://github.com/rjdverse/rjd3x11plus), you can perform an X-11 like decomposition with any (non integer) periodicity.


## Package Maintenance and contributing
Expand Down
Loading

0 comments on commit 225b426

Please sign in to comment.