Skip to content

Commit

Permalink
Merge pull request #21 from TanguyBarthelemy/develop
Browse files Browse the repository at this point in the history
Update rjdemetra --> rjdverse
  • Loading branch information
clemasso authored May 13, 2024
2 parents b9b7683 + 2b96a4d commit ffeccdd
Show file tree
Hide file tree
Showing 6 changed files with 643 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

[Unreleased]: https://github.com/rjdemetra/rjd3stl/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/rjdverse/rjd3stl/compare/v2.0.0...HEAD

## [2.0.0] - 2023-12-12

[2.0.0]: https://github.com/rjdemetra/rjd3stl/releases/tag/v2.0.0
[2.0.0]: https://github.com/rjdverse/rjd3stl/releases/tag/v2.0.0
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' @import rjd3toolkit

.onLoad <- function(libname, pkgname) {
if (! requireNamespace("rjd3highfreq", quietly=TRUE)) stop("Loading rjd3 libraries failed")
if (!requireNamespace("rjd3highfreq", quietly = TRUE)) stop("Loading rjd3 libraries failed")

result <- rJava::.jpackage(pkgname, lib.loc=libname)
if (!result) stop("Loading java packages failed")
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ R interface giving access to STL (Loess based time series decomposition) as impl

## Installation

Running rjd3 packages requires **Java 17 or higher**. How to set up such a configuration in R is explained [here](https://jdemetra-new-documentation.netlify.app/#Rconfig)
Running rjd3 packages requires **Java 17 or higher**. How to set up such a configuration in R is explained [here](https://jdemetra-new-documentation.netlify.app/#Rconfig)

To get the current stable version (from the latest release):

Expand All @@ -51,4 +51,4 @@ pull requests should include **updated tests** and **updated documentation**. If

## Licensing

The code of this project is licensed under the [European Union Public Licence (EUPL)](https://joinup.ec.europa.eu/page/eupl-text-11-12).
The code of this project is licensed under the [European Union Public Licence (EUPL)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12).
Loading

0 comments on commit ffeccdd

Please sign in to comment.