Function to filter issues with (or without) comments.
with_comments(x, ...)
# S3 method for class 'IssuesTB'
with_comments(x, negate = FALSE, ...)An object IssuesTB with issues that satisfy the condition.
issues_selector <- init_selector(
source = "Local",
file = file.path(
system.file("data_issues", package = "IssueTrackeR"),
"list_issues.yaml"
)
)
all_issues <- get_issues(selector = issues_selector)
#> The issues will be read from /home/runner/work/_temp/Library/IssueTrackeR/data_issues/list_issues.yaml.
with_comments(all_issues)
#> There are 193 issues.
#>
#>
#> ── Issue jdemetra/jdplus-main#1058 ──
#>
#> Title: Friedman Test function calls QS Test in SeasonalityTests
#> Text:
#> https://github.com/jdemetra/jdplus-main/blob/c91573b85827831899e58ee1c89a6a1cb8760a7e/jdplus-main-base/jdplus-sa-base-parent/jdplus-sa-base-api/src/main/java/jdplus/sa/base/api/diagnostics/SeasonalityTests.java#L58-L60
#>
#> Hi, I just noticed that in this file the friedmanTest function actually calls the QS test. I'm assum
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#1039 ──
#>
#> Title: Older WS are read not correctly
#> Text:
#> I created a WS with the version **3.7.1** with 1 SA-Processing with 1 SA-Item with:
#>
#> - the series AirPassengers ([air.csv](https://github.com/user-attachments/files/30928390/air.csv))
#> - the specification:
#> - X13 RSA3
#> - 1 outliers (AO in 1956-08-01) in the estimation spec
#> - a basic span (series span) from 1949-01-0
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#1028 ──
#>
#> Title: Lack of documentation regarding assignment of roots in SEATS
#> Text:
#> Hello,
#> I was working with a jsai item with an ARIMA model with regular order (3,1,0). The three regular autorregressive roots are one real (negative) and two complex. According to the SEATS documentation, the complex roots go to the seasonal or the transitory component, but JDemetra+ is allocating them in the trend com
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#1023 ──
#>
#> Title: OpenSSF badge
#> Text:
#> I recently discovered the OpenSSF badge.
#>
#> I was wondering if it applied to JDemetra+. It’s a badge that recognises packages that follow open-source best practice.
#>
#> The link is https://www.bestpractices.dev/
#>
#> ── Issue jdemetra/jdplus-main#987 ──
#>
#> Title: The variable `regression.td-ftest` is missing in JD+ output
#> Text:
#> I generate a `demetra_m` output using the graphical interface (version 3.7.1) and I notice that the `td-ftest` column (`regression.td-ftest` item) is completely empty.
#> Is this a connection error between the input and output?
#> However, in version 2 (I tested version 2.2.6), for the same specifications and the same series
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#961 ──
#>
#> Title: Calendario - JDemetra V3
#> Text:
#> Buenos días.
#> En la versión 3 de JJDemetra+ intento cargar el calendario para Argentina creado por mi, pero no lo reconoce la aplicación. El calendario se encuentra en formato cfgx y podía agregarlo en las versiones 2.0. De no agregar en las versiones 3, ¿cuál sería la forma para agregar los calendarios particulares po
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#924 ──
#>
#> Title: Feature request to edit the values of user-defined variables (regressors) in the
#> Text:
#> A nice feature in the JD+ GUI would be the ability to edit the values of user-defined variables (UDVs) in situ, rather than having to reimport CSV or other files containing the edited UDV values.
#>
#> Our set-up means it is somewhat tedious to update UDVs. Sometimes, we just want to quickly see what a series would look lik
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#916 ──
#>
#> Title: Add basic Maven archetype module
#> Text:
#> Add basic Maven archetype module to ease the creation of plugins.
#>
#> The creation of plugins outside the main repository implies to deal with a lot of tedious work.
#> The basic skeleton of a JD+ project is quite complex and most people just copy-paste an old one.
#>
#> It would be better to have a template directly linked to th
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#912 ──
#>
#> Title: Add JDemetra+ to the EU Open Source Solutions Catalogue
#> Text:
#> > The EU Open Source Software Solutions Catalogue (EU OSS Catalogue) has been created by the FOSSEPS Preparatory initiative, [Free and Open Source Software for European Public Services](https://interoperable-europe.ec.europa.eu/collection/fosseps), which aims to promote cooperation at European Union level by giving vis
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#897 ──
#>
#> Title: Can release notes be more detailed in future?
#> Text:
#> Would it be possible for future release notes to be more detailed? It would be great to have a better idea of what changes to expect.
#>
#> I just opened three issues with questions about changes in the 3.6.0 release https://github.com/jdemetra/jdplus-main/issues/894 https://github.com/jdemetra/jdplus-main/issues/895 https
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#896 ──
#>
#> Title: 3.6.0 changes- different automatically detected outliers?
#> Text:
#> Hi, I noticed that the estimated values for most coefficients are slightly different in 3.6.0 to what they were in 3.5.1. The difference tends to be several decimal places in, but in one case I noticed that different outliers were automatically detected.
#>
#> ### Questions
#> Would the slightly different estimated coefficient
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#895 ──
#>
#> Title: 3.6.0 changes- applied UDV that doesn't match existing UDV is allowed?
#> Text:
#> Hi, I've noticed a difference between 3.5.1 and 3.6.0 in the way cruncher processes certain workspaces. See my questions at the bottom.
#>
#> ### Scenario
#> A series that has a user-defined variable called X applied, but there is no UDV called X in the workspace. E.g. The id/name for user1 in SAProcessing.xml does not match a
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#894 ──
#>
#> Title: 3.6.0 changes- cruncher not automatically switching the transform function?
#> Text:
#> Hi, I've noticed a difference between 3.5.1 and 3.6.0 in the way cruncher processes certain workspaces. See my questions at the bottom
#>
#> ### Scenario
#> A series with a log transform and multiplicative decomposition mode which has a 0 or negative value in the original data (or something else that makes a log transform inva
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#882 ──
#>
#> Title: Outliers reappear when refreshing (and not saving)
#> Text:
#> ### Situation
#>
#> Some AO disappeared reappeared when refreshing with Arima parameters.
#>
#> ### Steps to reproduce
#>
#> 1) Create a new WS
#> 2) Create a SA-Processing
#> 3) Add SA-items
#> 4) Add AO in the last year for a SA-Item
#> 5) Save the WS
#> 6) Refresh in `Last outliers` the SA-Processing
#> 7) Observe that the AO has disappeared from p
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#881 ──
#>
#> Title: Reappearance of a deleted SA-Item
#> Text:
#> I thought I already open an issue about this subject but I can't find any trace of it in older issues...
#>
#> ### Situation
#>
#> Some SA-Items that have been deleted reappear when I add other series.
#>
#> ### Steps to reproduce
#>
#> 1) Create a new WS
#> 2) Create a SA-Processing
#> 3) Add SA-items
#> 4) Remove one of the SA-Items
#> 5) Add a new
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#880 ──
#>
#> Title: cruncher capabilities
#> Text:
#> Related to #867
#>
#> At the moment, in my mind, the cuncher does 3 things:
#>
#> - updating the raw data (linked via the ts metadata)
#> - refreshing the model (so the estimation policy) according to the chosen refresh policy
#> - producing outputs (demetra_m and series)
#>
#> But is it possible to choose to run **only one or two** of the
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#878 ──
#>
#> Title: How is computed the Non parametric (Kruskal-Wallis) test?
#> Text:
#> The function `rjd3toolkit::seasonality_kruskalwallis()` compute the Kruskal-Wallis test. But how is it implemented in x13 call?
#>
#> Here is a small example. I get two different result if I want to compute it directly from the raw data and get it from the user defined variables:
#>
#> ``` r
#> library("rjd3x13")
#> #>
#> #> Attaching p
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#874 ──
#>
#> Title: `decomposition.d9-msr-table` produces too many lines in demetra_m
#> Text:
#> As in #873, I try this time to extract the `decomposition.d9-msr-table` (with same method as in #873 and same ws). My code is the following:
#>
#> ``` r
#> library("rjwsacruncher")
#>
#> options(
#> cruncher_bin_directory = "~/../Software/jdemetra-related/jwsacruncher-3.6.0/bin/",
#> is_cruncher_v3 = TRUE
#> )
#>
#> cruncher_and_param(
#>
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#873 ──
#>
#> Title: `decomposition.d9-msr` = `[D@15cafec7`
#> Text:
#> I try to retrieve the item `decomposition.d9-msr` with the cruncher. I'm using the package {rjwsacruncher} and the [tmp.zip](https://github.com/user-attachments/files/24886125/tmp.zip) workspace.
#>
#> Here is my example:
#>
#> ``` r
#> library("rjwsacruncher")
#>
#> options(
#> cruncher_bin_directory = "~/../Software/jdemetra-related/
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#872 ──
#>
#> Title: Missing parameters
#> Text:
#> Hello,
#>
#> I am using JDemetra+ 3.6.0 with jwsacruncher 3.6.0, and I noticed that the CSV matrix output (demetra_m) in JD3 is missing some parameters and diagnostics that were present in the CSV matrix output in JD2 versions.
#> With JD3, the demetra_m is only partially filled, several parameters and diagnostics visible in t
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#867 ──
#>
#> Title: Refresh a model without refreshing the data
#> Text:
#> Currently, to call a refresh policy (in the GUI or the cruncher), the ts metadata of a SA-Item have to be filled and accurate.
#>
#> But is there a way to refresh a model (with any refresh policy) but without refreshing the data (so just applying the domain and estimation spec with the current data in the SA-Processing or p
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#865 ──
#>
#> Title: `(frozen)` in SAI names
#> Text:
#> I just created a new WS with csv and Excel files.
#> When I try to read it from R, I get `(frozen)` in the name of the SA-Items:
#>
#> https://github.com/user-attachments/assets/28fffeb1-b58c-42d5-8219-c440d30248d9
#>
#> Here is the R code:
#>
#> ``` r
#> library("rjd3workspace")
#>
#> jws <- jws_open("~/tmp.xml")
#> jsap <- jws_sap(jws, 1L)
#> sap_
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#863 ──
#>
#> Title: Migrate to Java 25
#> Text:
#> The current Java version used by JD+ is Java 17.
#> A new Java LTS has been released and brings significant improvements in performance, language and libraries.
#>
#> JD+ mostly works on Java 25 but there are a few issues.
#>
#> Related issue: #160
#>
#> ── Issue jdemetra/jdplus-main#859 ──
#>
#> Title: Cannot add a SA-Item with same name
#> Text:
#> I try to add a second SA-Item from the same file.
#> In the first case,
#>
#> - I create an SA-Processing
#> - I first add my SA-Item (here the RF1011 series) and a second series
#> - I try to add the series a second time, but it fails (even if I close and re-open the SA-Processing)
#> - I delete the SA-Item RF1011 and **I try to add
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#858 ──
#>
#> Title: Error when put TC outliers outside of estimation span
#> Text:
#> When I change both the estimation span (model span) and set a TC outlier outside this span, I get an error :
#>
#> `No information for this item`
#>
#> In the GUI:
#>
#> https://github.com/user-attachments/assets/22b15752-c566-4d38-a7cf-a066525a160d
#>
#>
#> And here is a small reproducible example with R packages {rjd3toolkit} and {rjd3x13
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#856 ──
#>
#> Title: `No information for this item`
#> Text:
#> I get `No information for this item` for a few of my series.
#>
#> I managed to reproduce the bug:
#>
#> 1) Create a new SA-Item with specification RSA3
#> 2) Then change the `Series span` to `From` with the date beginning the series
#>
#> Surprisingly, the bug no longer appears when the series span is changed several times.
#>
#> Here is an
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#854 ──
#>
#> Title: What is `activeSpecification` ?
#> Text:
#> We can extract an `activeSpecification` from an SA-Item. Does it correspond to the `estimationSpec` or the `pointSpec`?
#>
#> Should we rename it to `estimationSpec` or rename `estimationSpec` to `activeSpecification` (linked to #643)?
#> If not, what are the differences?
#>
#> Thank you
#>
#> ── Issue jdemetra/jdplus-main#844 ──
#>
#> Title: Charts are slow when displaying lots of observations
#> Text:
#> High frequencies provide a lot of observations.
#> More than 600000 observations seems to be problematic in charts.
#> (see `sdmx-dl:/STATCAN_HFED/CCEI%2CDF_HFED_AB%2C1.0/H.CA_AB.CA_BC.NSI`).
#>
#>
#> ── Issue jdemetra/jdplus-main#840 ──
#>
#> Title: White on white headers
#> Text:
#> In grid mode, headers turn white on white as you move the mouse over them.
#>
#> https://github.com/user-attachments/assets/b6787118-3f06-4dcf-94bc-42fe4607fb4f
#>
#> ── Issue jdemetra/jdplus-main#827 ──
#>
#> Title: build process not including all v2 jar files
#> Text:
#> Dear jdemetra team,
#> As jar file (demetra-tstoolkit-2.2.3 ) user available in v2, I would like a build process for the version 3 of the same file, or build instructions if we have to build it ourselves.
#> Thank you
#>
#> ── Issue jdemetra/jdplus-main#825 ──
#>
#> Title: Improve data collector to include any multiple of ChronoUnit
#> Text:
#> Current data collector can guess the following [TsUnit](jdplus-main-base/jdplus-toolkit-base-parent/jdplus-toolkit-base-api/src/main/java/jdplus/toolkit/base/api/timeseries/TsUnit.java) from a list of date-value pairs:
#>
#> ```java
#> YEAR(TsUnit.P1Y, o -> o, 2),
#> HALF_YEAR(TsUnit.P6M, o -> o, 6),
#> QUADRI_MONTH(TsUnit.P4M, o ->
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#821 ──
#>
#> Title: Accepting new providers
#> Text:
#> With the emergence of new file formats, would it be costly to add new providers?
#>
#> At Insee, we're thinking in particular of the parquet format (which is not currently a priority for time series data, but could become one in the future).
#>
#> ── Issue jdemetra/jdplus-main#820 ──
#>
#> Title: Problem with creating csv and csv matrix output
#> Text:
#> When outputting the results of seasonal adjustment in csv and csv matrix format, the output fails with error `java.nio.charset.UnmappableCharacterException: Input Length = 1` (more details below). The problem was first seen on version 3.5.1 and is still seen in the newest version 3.6.0 using a computer running Windows
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#802 ──
#>
#> Title: User is not warned when overwriting an existing workspace
#> Text:
#> If a user saves a workspace via the JDemetra+ GUI with the same name as an existing workspace, then they are not warned about this. Ideally, the user is provided a warning that the workspace filename they have chosen is the same as an existing one in the directory where they have chosen to save their workspace.
#>
#> ── Issue jdemetra/jdplus-main#789 ──
#>
#> Title: Create td regressors based on custom groups
#> Text:
#> It would be great to be able to customize the calendar regressor sets by adding a national calendar and choosing our day groups by hands (in the GUI or in R).
#>
#> By the way, what is the intention of the `TDuser` option in the GUI?
#>
#> <img width="535" height="705" alt="Image" src="https://github.com/user-attachments/assets/
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#788 ──
#>
#> Title: New TradingDays default groups
#> Text:
#> There are currently 7 different trading day configurations in JDemetra+ (GUI and R packages):
#>
#> - `TD_NONE`
#> - `TD2` : mon-fri + sat-sun
#> - `TD2C` : mon-sat + sun
#> - `TD3` : mon-fri + sat + sun
#> - `TD3C` : mon-thu + fri-sat + sun
#> - `TD4` : mon-thu + fri + sat + sun
#> - `TD7` : all different days
#>
#> At Insee, we are using the `T
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#776 ──
#>
#> Title: 'Copy spec to workspace' option missing for multiprocessing
#> Text:
#> In JDemetra+ 2, you can right click a series in a multiprocessing/SAProcessing window, and go to 'Edit' -> 'Copy Spec. to workspace' to directly copy the active specification to a new custom specification in the workspace. Currently, this feature only seems to be present for regular documents in JD3, not for multi-docu
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#775 ──
#>
#> Title: The function `split into yearly component` doesn't work in snapshot version
#> Text:
#> When I try to split into yearly component a quaterly or monthly series, nothing happens and I get the error:
#>
#> ```
#> A java.lang.NullPointerException exception has occurred.
#>
#> However, the system should continue working without further problems.
#>
#> Click Show Details for the stack trace.
#> ```
#>
#>
#>
#> <details>
#> <summary>Full lo
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#773 ──
#>
#> Title: Long-term mean with recurring `single_day`?
#> Text:
#> Recently, we encountered a situation where a regular public holiday (which occurs every year but is a moving holiday) was not included in the default list in JDemetra+ (see #766).
#>
#> So we manually added the corresponding days for several years using `single_day`.
#>
#> In such a case (with `single_day` instead of `special_d
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#771 ──
#>
#> Title: Missing residual trading days test for quarterly series
#> Text:
#> On some quarterly series (sufficiently long), the **residual trading days test** is not displayed. This is reminiscent of issue #315.
#>
#> It would be really nice to have a warning or message somewhere to indicate the reason for this absence, as I cannot explain it.
#>
#> Here is the screenshot for the quarterly series:
#>
#> <img w
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#770 ──
#>
#> Title: Launch two instances of JDemetra+ at the same time
#> Text:
#> This is a question that comes up very often in training. I know that there is already a [tool](https://github.com/nbbrd/beanzooka) for running different versions of JDemetra+ (and comparing how they work) in parallel.
#>
#> But I don't know if this tool is designed for any beginner or infrequent user of JDemetra+.
#>
#> Also, is
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#766 ──
#>
#> Title: Islamic calendar
#> Text:
#> Currently, in the list of special days presented in JDemetra+ for the trading days correction, there are no day referring to the [Islamic holidays](https://en.wikipedia.org/wiki/Islamic_holidays).
#>
#> Would it be expensive to implement them and offer them in JDemetra+?
#>
#> Thank you.
#>
#> ── Issue jdemetra/jdplus-main#764 ──
#>
#> Title: How to know the date format to apply?
#> Text:
#> Hi,
#>
#> For a series, the date format was `day/month/year`.
#> In the GUI, we therefore import it in the format `dd/MM/yyyy`.
#>
#> But for other formats, we rely on the JDemetra+ display without further indication.
#>
#> However, this display can be confusing when the value is the same for different formats.
#>
#> For example, for the ye
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#761 ──
#>
#> Title: Reloading an xlsx files in Providers create new SA-Item
#> Text:
#> We observe what appears to be a bug.
#>
#> ### Description
#>
#> When reloading a data file in the Providers tab, new series are added to the open SA-Processing.
#>
#> ### Procedure
#>
#> 1) Open JDemetra+ v3.5.1
#> 2) Create a new WS
#> 3) Create a new SAP
#> 4) Add data from Providers to SAP
#> 5) Add new points to data file
#> 6) Re-add the data file
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#758 ──
#>
#> Title: Unify period display in GUI (2)
#> Text:
#> Issue #489 is unresolved.
#> The problem remains in version 3.5.1.
#>
#> Also, the SI ratio display is still different and appears with Q1, Q2, Q3, Q4 :
#>
#> <img width="605" height="255" alt="Image" src="https://github.com/user-attachments/assets/49948a60-a027-4bed-8947-9e9eedc49537" />
#>
#> ── Issue jdemetra/jdplus-main#756 ──
#>
#> Title: Error in preadjustment series
#> Text:
#> We got an error when trying to display the preadjutment series for RF1011:
#>
#> <img width="1101" height="630" alt="Image" src="https://github.com/user-attachments/assets/97b0f236-3644-4d42-8a6b-9ed919b6c341" />
#>
#> The series are [here](https://github.com/rjdverse/rjd3workspace/raw/refs/heads/develop/inst/data/IPI_nace4.xlsx
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#754 ──
#>
#> Title: Computation of stock td regressors
#> Text:
#> The `stock_td` function generate the stock trading days regressor.
#>
#> From the documentation, the regressors can take the values :
#>
#> - 1 if the w<sup>th</sup> of the month is this day of the week
#> - -1 if the wth of the month is a sunday
#> - 0 otherwise
#>
#> Also if we provide w > 31, then the last day of the month (28<sup>th<
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#751 ──
#>
#> Title: Structure of a WS
#> Text:
#> Hello,
#>
#> I'm opening an issue but it's more of **a discussion**.
#>
#> First of all, the WS structure contains:
#>
#> - data (calendar, regressors and data),
#> - statistical models (specifications)
#> - and outputs.
#>
#> In the context of moving to a cloud-native solution and changing JD+ to a web API, would it make sense to review th
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#733 ──
#>
#> Title: Changing the `domainSpec` doesn't refresh the model
#> Text:
#> ### Intro
#>
#> In the latest v3.5.1, there is a *breaking change* with v3.5.0 regarding the specification handling.
#>
#> ### Step to reproduce
#>
#> 1) Open JDemetra+ v3.5.1
#> 2) Create a new WS
#> 3) Add a series (with for example RSA3 specification)
#> 4) Change the `domainSpec` (**Right click** > **Edit** > **Reference specification** >
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#695 ──
#>
#> Title: Infinity result for diagnostics.fcast-outsample-variance causes remainder of dem
#> Text:
#> I've found a bug with the cruncher.
#>
#> Here's the output I saw at the end of my run:
#> - At the end of the output printed out by cruncher was this: (note the 'failed' line)
#> ```
#> Flushing bundle...
#> Generate Output
#> Csv matrix
#> failed: Input length = 1
#> csv
#> generated
#> Saving new processing...
#> ```
#> - output series were produced a
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#690 ──
#>
#> Title: Change of reference specification in SAProcessing is not working
#> Text:
#> I changed the reference specification from RSAfull to x11 and then the specification wasn't changed:
#>
#> <img width="991" height="603" alt="Image" src="https://github.com/user-attachments/assets/719f1e55-d3f6-4c3e-9d54-6ac304e7a84e" />
#>
#> ── Issue jdemetra/jdplus-main#689 ──
#>
#> Title: Drag and Drop a timeseries from the results to the SA-Processing doubles the ser
#> Text:
#> 1. Step run a seasonal Adjustment
#>
#> <img width="1028" height="703" alt="Image" src="https://github.com/user-attachments/assets/259b11fd-dece-4ac6-b37b-b2a4a7335d6c" />
#>
#> 2. Drag and Drop a series
#>
#> <img width="988" height="364" alt="Image" src="https://github.com/user-attachments/assets/f21f58fe-90d7-44b0-98f0-91c20e3cb1b
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#688 ──
#>
#> Title: Pure X11 in UI is not working
#> Text:
#> I selected spec x11, added a timeseries and received
#>
#> <img width="998" height="567" alt="Image" src="https://github.com/user-attachments/assets/763aea56-593c-4b2e-8c6f-83e77ba9753e" />
#>
#>
#> java.lang.NullPointerException: Cannot invoke "jdplus.toolkit.base.core.regsarima.regular.RegSarimaModel.getDescription()" because t
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#664 ──
#>
#> Title: Combined seasonality tests on sa not appearing
#> Text:
#> Hi,
#>
#> When I set my (monthly) series and model span to only the last 36, 37 or 38 periods, the 'Combined seasonality tests on sa' and 'Combined seasonality tests on sa (last years)' don't appear in the Main results part of the GUI:
#>
#> Main results with longer series and model spans:
#>  *`(frozen)`*?
#> - is it possible to change this item?
#>
#>
#> ── Issue jdemetra/jdplus-main#653 ──
#>
#> Title: Excel SA-Item names contain `\n` to separate sheet series
#> Text:
#> When we create a new SA-Item from an Excel file, the name of the series is automatically `sheet name\nseries name`.
#>
#> On the GUI, it appears with an arrow ▶:
#>
#> 
#>
#> But on the XML file:
#>
#> .
#>
#> ```log
#> Error: Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.7.0:deploy (injected-nexus-deploy) on project jdplus-main-bom: Failed to deploy artifacts: Could not transfer artifact eu.europa.ec.joi
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#640 ──
#>
#> Title: Role of the metadata in the WS structure
#> Text:
#> Currently in a SA-Processing there are SA-Item and each SA-Item can contain a `<item name="metadata">` section with (currently only) the `<item name="comment">` item.
#> I understand that the role of this section is to add information that are not related to the adjustment but we want to keep.
#>
#> But could we include in thi
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#639 ──
#>
#> Title: Modifying the `estimationSpec` with a newly created WS affects the `domainSpec`
#> Text:
#> I'm working with the GUI v3.5.0 (latest release).
#> Perhaps some of the comments no longer apply, in which case I'd be happy to test the latest snapshot to confirm or inform my outcome.
#>
#> I have the impression that with a new WS (i.e., current spec = New in the GUI), when you modify the `estimationSpec` (**Specification**
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#638 ──
#>
#> Title: Policy concurrent erase the `estimationSpec`
#> Text:
#> I'm working with the GUI v3.5.0 (latest release).
#> Perhaps some of the comments no longer apply, in which case I'd be happy to test the latest snapshot to confirm or inform my outcome.
#>
#> The reproductible steps:
#>
#> - I work with a *random* WS
#> - One of my SA-Item has a `domainSpec` with 2 AO
#> - I remove one of the 2 AO in th
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#637 ──
#>
#> Title: Saving or not the WS erase the `domainSpec`
#> Text:
#> I'm working with the GUI v3.5.0 (latest release).
#> Perhaps some of the comments no longer apply, in which case I'd be happy to test the latest snapshot to confirm or inform my outcome.
#>
#> ### Saving erases the `domainSpec`
#>
#> Here are my reproductible steps:
#>
#> 1) I'm working with a *random* WS
#> 2) I modify the `domainSpec` of
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#636 ──
#>
#> Title: Error with `mvn clean install -DskipTests`
#> Text:
#> I try to build the jdplus_main project with `mvn clean install -DskipTests`, but I get an error:
#>
#> ```
#> [INFO] ------------------------------------------------------------------------
#> [INFO] BUILD FAILURE
#> [INFO] ------------------------------------------------------------------------
#> [INFO] Total time: 07:58 min
#> [INFO]
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#625 ──
#>
#> Title: Assigning user-defined variables (regressors) to regression effect components re
#> Text:
#> We do not seem to fully understand the different components that user-defined variables (regressors) can be assigned to as per the options shown in the image below:
#>
#> 
#>
#> Could we please request a table listing:
#> - what is meant by eac
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#624 ──
#>
#> Title: Unable to remove "Single date" holidays from Calendar
#> Text:
#> I've recently noticed that once added "single date" holidays (those that happened once in a timeframe and didn't reoccur) cannot be removed from Calendar. "-" button just make selection jump on the next specified holiday, but the items that needs to be removed stays even after I press "OK" to finish editing.
#>
#> ── Issue jdemetra/jdplus-main#617 ──
#>
#> Title: Cannot use keyboard shortcut to paste series into an empty grid container
#> Text:
#> In JD+ v3.4.0, I can copy a series and paste it into a chart container using the `Ctrl` + `V` keyboard shortcut. This works whether the chart container is empty, or whether it contains series already.
#>
#> For grid containers however, the keyboard shortcut does not seem to work unless the user activates an existing column
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#612 ──
#>
#> Title: Error in `basic check: definition` with userdefined variables
#> Text:
#> In the latest version (3.5.0) of the GUI, adding User-defined variables and especially affecting the type of regressor causes an error in the `basic checks: definition`
#>
#> This concerns the following areas: **Undefined**, **Series** and **Seasonnaly adjusted**. The other fields are not generating errors.
#>
#> Here is a scree
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#611 ──
#>
#> Title: How to set priorities in v3?
#> Text:
#> In version 2, it is possible to set priority to SA-Processing:
#>
#> 
#>
#> In version 3, the functionnality exists because it is available in R ({rjd3workspace}):
#>
#> https://github.com/rjdverse/rjd3workspace/blob/2cdd6a191788e4cfd658e627fe0f2
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#610 ──
#>
#> Title: Mode is 'Multiplicative' when transform function is 'None'
#> Text:
#> My additive series has regarima.transform.function = 'None', but x11.mode is 'Multiplicative':
#> 
#>
#> This is the same series with regarima.transform.function = 'Log', and x11.mode is also 'Multiplicative':
#> ':
#>
#> 
#>
#> I can no longer right
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#604 ──
#>
#> Title: cannot load csv files in via GUI
#> Text:
#> I have these two files which are identical apart from the format in which they are saved:
#>
#> [Test regressors from NGD.xlsx](https://github.com/user-attachments/files/19861056/Test.regressors.from.NGD.xlsx)
#> [Test regressors from NGD.csv](https://github.com/user-attachments/files/19861049/Test.regressors.from.NGD.csv)
#>
#> In
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#602 ──
#>
#> Title: Cannot save workspace changes
#> Text:
#> There appears to be a bug affecting `v3.4.0` and `v3.5.0` regarding the saving of workspace changes after saving it for the first time.
#>
#> It seems no changes made via the Specifications panel are being saved when selecting **File | Save Workspace** from the menu bar in the JD+ GUI.
#>
#> Scenario: 1
#>
#> 1. Create a new multi-d
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#601 ──
#>
#> Title: What does 'Show all' do in right-click context menu of charts?
#> Text:
#> When I right-click on a chart and select 'Show all', it doesn't seem to do anything:
#>
#> 
#>
#> I tried highlighting and unhighlighting various series, and showing and hiding the legend and title, but 'Show all' doesn't seem to do anything
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#597 ──
#>
#> Title: Renaming series in SAProcessing file doesn't work
#> Text:
#> When I rename a series in a multi-document using the right click menu and clicking Rename..., it doesn't rename the series in all parts of the SAProcessing XML file.
#>
#> Here I have renamed the series from "Data1 Turnover ; Total (State) ; Total (Industry) ; (frozen)" to "Total turnover". It has successfully updated the s
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#592 ──
#>
#> Title: Opened workspace is empty
#> Text:
#> I am trying to open the following workspace in the JD+ GUI:
#> 
#>
#> When I open it, it appears empty. It should have an SAProcessing file and 3 variables, but it has none. It also should be called 'multiplevars' but it is called 'Workspa
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#586 ──
#>
#> Title: Stability of canonical decomposition when AR roots are at seasonal frequencies
#> Text:
#> Consider the case of a $(3,1,0)(0,1,1)_{12}$ ARIMA model where we fix the $\phi_1$ and $\phi_2$ coefficients to $0$. In this case, the AR polynomial has two roots with argument $\frac{2\pi}{3}$, hence at exact seasonal frequencies. If we then put the seasonal tolerance (epsphi) to $0$, the canonical decomposition somet
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#585 ──
#>
#> Title: Differences in estimation of stochastic components between TRAMO-SEATS and ucari
#> Text:
#> I'm not sure if this is the appropriate place for this issue, but I'm putting it here since it seems to do with the internal workings of the TRAMO-SEATS implementation and the ucarima model estimation.
#>
#> Consider the following R code:
#> ```
#> ts <- rjd3toolkit::ABS[[1]]
#> spec <- rjd3tramoseats::tramoseats_spec()
#> res <- rjd3t
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#584 ──
#>
#> Title: Unit root limit doesn't work in TRAMO-SEATS
#> Text:
#> It seems that the unit root limit in TRAMO-SEATS (which changes an AR root to a difference if the root is bigger than the limit) doesn't work, neither in the graphical interface nor in the rjdverse packages. For instance, the following code reproduces the issue using the R packages:
#>
#> ```
#> # Data generation
#> set.seed(42)
#>
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#572 ──
#>
#> Title: Cannot rename user-defined variables (regressors) successfully
#> Text:
#> Consider creating a Variables document with a regressor called 'x_1':
#>
#> 
#>
#> Now consider a series in a multi-document and applying the above regressor to it:
#>
#> .
#>
#> Did I miss something (maybe with another name)?
#>
#> ── Issue jdemetra/jdplus-main#567 ──
#>
#> Title: Error message for annual totals
#> Text:
#> When the difference between the annual totals of the sa series and of the raw series was too high, an error message was displayed. As that's not an actual error, that message should be change to "severe" ("error" should be reserved for bugs or numerical problems).
#>
#> ── Issue jdemetra/jdplus-main#565 ──
#>
#> Title: JDemetra+ 3.4.0 - restoring specifications
#> Text:
#> When specifications are restored, pre-specificied outliers of a DIFFERENT time series (the last one with pre-specified outliers) are also imposed.
#>
#> ── Issue jdemetra/jdplus-main#564 ──
#>
#> Title: Missing item in dictionaries
#> Text:
#> I don't find some items in the dictionaries:
#>
#> - in [RegressionDictionaries](https://github.com/jdemetra/jdplus-main/blob/develop/jdplus-main-base/jdplus-toolkit-base-parent/jdplus-toolkit-base-api/src/main/java/jdplus/toolkit/base/api/dictionaries/RegressionDictionaries.java):
#> - `regression.description`
#> - `regressi
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#562 ──
#>
#> Title: Model changed by Seats - output
#> Text:
#> JDemetra 3.4.0 - When the TRAMO model is not decomposed, the representation (P,D,Q)(BP,BD,BQ)s of the Seats model is not available.
#>
#> ── Issue jdemetra/jdplus-main#561 ──
#>
#> Title: Automatic detection of outliers
#> Text:
#> JDemetra 3.4.0 - Automatic detection of outliers does not run when a seasonal outlier is manually imposed.
#>
#> ── Issue jdemetra/jdplus-main#557 ──
#>
#> Title: Documentation for number pattern
#> Text:
#> Could it be possible to add some documentation to choose the **locale** corresponding to a `number pattern`:
#>
#> 
#>
#> Maybe a link or a small comment?
#>
#> ── Issue jdemetra/jdplus-main#556 ──
#>
#> Title: Add option to retrieve desktop application version in headless environment
#> Text:
#> Add option to retrieve desktop application version in headless environment.
#>
#> Something like:
#> ```shell
#> $ nbdemetra64.exe --nogui --nosplash --version
#>
#> JDemetra+ 3.4.0
#> JVM: 21.0.1 (GraalVM Community OpenJDK 64-Bit Server VM 21.0.1+12-jvmci-23.1-b19)
#> OS: Windows 11 10.0 amd64
#> ```
#>
#> ── Issue jdemetra/jdplus-main#551 ──
#>
#> Title: Desktop application startup fails on JDK 21 and NetBeans Platform 25
#> Text:
#> Desktop application startup fails on JDK 21 and NetBeans Platform 25:
#> ```shell
#> java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
#> at java.base/java.lang.System.setSecurityManager(System.java:429)
#> at org.netbeans.TopSecurityManager.install(
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#550 ──
#>
#> Title: Split into yearly components feature is missing in 3.4.0
#> Text:
#> Hello! Have updated recently to 3.4.0 version and noticed that splitting chart graphs into yearly view isn't availiable anymore. Don't know if it's a bug or intended depreciation, but this feature was super useful for visual analysis of seasonal patterns and outliers identification...
#>
#> ── Issue jdemetra/jdplus-main#541 ──
#>
#> Title: Missing `Independance` and `Normality` in `demetra_m`
#> Text:
#> Comparing the list of elements for the output of the csv matrix, `Independence` and `Normality` (*REGARIMA residuals*) are missing in version 3.
#>
#> These statistics were important. Is it possible to reintegrate them into the `demetra_m` matrix?
#>
#> ── Issue jdemetra/jdplus-main#535 ──
#>
#> Title: Unknown 'DEBUG' context menu option for Check Last Batch
#> Text:
#> Is there a reason why there is a 'DEBUG' option in the context menu when right-clicking on a series in the Check Last Batch panel?
#>
#> 
#>
#> Did this menu option accidentally get introduced in debugging and fixing: https://github.com/jdem
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#534 ──
#>
#> Title: Checking for invalid series in workspace files
#> Text:
#> When the JD+ GUI indicates that a series has a 'Status' of 'Invalid', how is this recorded in the underlying XML workspace file?
#>
#> 
#>
#> Is the 'Quality' tag changed to 'Undefined'? Is such a change sufficient, or is there some other in
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#532 ──
#>
#> Title: Unnecessary row displayed in Grid of time series
#> Text:
#> The following series has been imported from an Excel spreadsheet via the Providers panel. The series spans April 1982 to December 1985. However, when viewing the series in a Grid by double clicking on it, a row for 1986 is unnecessarily shown:
#>
#> 
#>
#> Here is the full message:
#>
#> ```
#> java.lang.ArrayIndexOutOfBoundsException: Index 262 out of bounds for length 155
#> at jdplus.toolkit.base.api.data.Dou
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#523 ──
#>
#> Title: Add Copy Path/Reference context menu item to the Providers tab
#> Text:
#> The SDMX plugin uses a Copy Path/Reference context menu item to allow the user to quickly copy and paste relevant data IDs such as source, flow, and key. It is also used to create a command line with the appropriate parameters, allowing for some automation.
#>
#>  charts
#> Text:
#> When using the JDemetra+ GUI (version 3.3.0) the most recent 11 months are missing from the Seasonal-Irregular chart. For example, in this series:
#>
#> 
#>
#> The January SI chart is
#>
#> 
#>
#> Then press the Delete key, and the series will be successfully removed:
#>
#> ![image]
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#495 ──
#>
#> Title: Missing revisions policy in code
#> Text:
#> Is there a particular reason why the 'FixedAutoRegressiveParameters' refresh policy is missing from the code as shown below? https://github.com/jdemetra/jdplus-main/blob/69be4a2cf5cd761b952f20a61db8edbf2dd49ee2/jdplus-main-cli/jdplus-main-cli-bin/src/main/java/jdplus/cruncher/WsaConfig.java#L88
#>
#> :
#> - h
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#490 ──
#>
#> Title: Is there a missing element below Regarima residuals in Diagnostics?
#> Text:
#> *Issue revealed by Nikolina Rizanovska*
#>
#> There is a white line under Regarima residuals (in Diagnostics section):
#>
#> 
#>
#> Is there a missing element that cannot be displayed for any reason?
#> Probably `spectral td peaks` should be
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#489 ──
#>
#> Title: Unify period display in GUI
#> Text:
#> *Issue revealed by Nikolina Rizanovska*
#>
#> ### Content
#>
#> From different UI element in the GUI, the date (quaterly here for example) are referring to a day and not a period. Is it possible to adjust ***the display*** (and not necessarily the way it's coded in Java) ?
#>
#>
#> ### Example
#>
#> - Estimation span (on Main resul
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#486 ──
#>
#> Title: Indirect seasonal adjustment functionality not appearing in GUI
#> Text:
#> The documentation in https://jdemetradocumentation.github.io/JDemetra-documentation/pages/case-studies/detailedsa-direct.html says that there is a feature for comparing direct and indirect adjustment. The button for this functionality doesn't appear in the GUI for me:
#> , could a column please be added to clarify which keys refer to series as opposed to items?
#>
#> That is, which tags correspond to the `<matrix>` items block, and which tags corresp
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#483 ──
#>
#> Title: Precedence of refresh policy specified in Cruncher parameter file vs workspace f
#> Text:
#> When supplying the input parameter file to a Cruncher run as documented at https://github.com/jdemetra/jwsacruncher/wiki#parameters-file, the refresh policy must be specified:
#>
#> 
#>
#> However, a refresh policy can also be specified
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#482 ──
#>
#> Title: Unable to refresh multi-document SA
#> Text:
#> I'm trying to update data from Excel file in multi-document SA with custom made specification for each time series, but whether I select "Refresh" from document header or through right-click menu for one series with any revision option their status becomes "Invalid" and quality "Undefined". Refresh from the same file i
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#480 ──
#>
#> Title: Locating initial and final unit root options in GUI
#> Text:
#> Regarding the entries for 'Initial UR (Diff.)' and 'Final UR (Diff.)' at: https://jdemetradocumentation.github.io/JDemetra-documentation/pages/reference-manual/modelling-spec-arima.html
#>
#> 
#>
#> ...where can they be found in the JD+
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#478 ──
#>
#> Title: X11 mode options in GUI
#> Text:
#> The x11.mode options menu is only available in the GUI when regarima.transform.function = Log.
#> In this case, the x11.mode option is between Multiplicative and LogAdditive.
#> 
#>
#> If regarima.transform.function = None, there is no x1
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#465 ──
#>
#> Title: Option Julian Easter freezes multi-document SA almost completely
#> Text:
#> Hi!
#>
#> I've tried to estimate possible Julian Easter effect for one of my series in a multi-document SA (Jdemetra version 3.2.4, Win10, JDK latest version). Unfortunately when I tick the Julian box in the reference specification window the series remain unprocessed, even though I click refresh and what is more strange
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#462 ──
#>
#> Title: x11.mode option has disappeared?
#> Text:
#> I do not see anymore the X11.mode option since 3.2.4: is it somewhere else?
#>
#> ── Issue jdemetra/jdplus-main#459 ──
#>
#> Title: Java not recognized in 3.3.0 osx-x86_64 release
#> Text:
#> The default location of JDK/JRJava is not recognized for 3.3.0 osx-x86_64 release: the error message `Cannot find java. Please use the --jdkhome switch` is printed.
#> I removed the line `jdkhome=jdk-21.0.4+7-jre` of the `etc/nbdemetra.conf` file to make it work.
#>
#> ── Issue jdemetra/jdplus-main#458 ──
#>
#> Title: Make release process more robust against missing binaries in java distribution
#> Text:
#> Some builds fail because the java distribution bundled in JD+ (temurin) has sometimes some issues with the windows binaries.
#> The release process should be more robust to handle this kind of event.
#> As an alternative, JD+ could also use Azul Zulu instead of Adoptium Temurin.
#>
#> Current workaround: https://github.com/jd
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#455 ──
#>
#> Title: Manual creation of user defined variables
#> Text:
#> Hey development team,
#> I am trying to directly create a workspace for JDemetra using its Java libraries (e.g. jdplus-sa-base-workspace). I want to add Variables and userDefinedVariables.
#> When creating the Variables using the JD GUI, the variables show up in the XML file as dynamicTsVariable. One can add multiple of th
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#451 ──
#>
#> Title: Multi-document specifications in workspace XML file
#> Text:
#> The workspace XML file for a multi-document seemingly has three equivalent tags to the 'specification' tag in a single-document:
#> - 'estimationspec'
#> 
#> - 'pointspec'
#> 
#>
#>
#> ── Issue jdemetra/jdplus-main#446 ──
#>
#> Title: user-defined calendar effect names do not appear in pre-procesing
#> Text:
#> user-defined calendar effect names do not appear in pre-procesing. In version 2.2.2 the description of the relevant variable was visible. In the new version only the default naming given by JD+ itself is shown. It would be useful if the description of the variable is visible as it was in the old version.
#>
#> .
#>
#> 
#>
#> ── Issue jdemetra/jdplus-main#423 ──
#>
#> Title: Documentation on workspace file XML tags (seasonal adjustment parameter settings
#> Text:
#> Is there documentation on all possible XML tags (that is, all seasonal adjustment parameter settings as per the Specifications panel) that could possibly populate a workspace file using the X13 algorithm?
#>
#> If not, could we please request such documentation, specifically doco that contains:
#> - all possible XML tags/pa
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#421 ──
#>
#> Title: Missing revisions policy in documentation
#> Text:
#> According to the list of revisions policies for JDemetra+ at: https://github.com/jdemetra/jwsacruncher/wiki#parameters-file, there are 8 of them:
#>
#> 
#>
#> However, at: https://jdemetradocumentation.github.io/JDemetra-documentation/pa
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#414 ──
#>
#> Title: What is the 'period' value for a seasonal outlier (SO)?
#> Text:
#> When inserting a seasonal outlier (SO), the XML file contains a 'period' tag:
#>
#> 
#>
#> I've tried searching the R and netlify documentation (e.g. https://jdemetra-new-documentation.netlify.app/a-sa-pre-treatment#outliers), but I can'
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#399 ──
#>
#> Title: How to change the 'bias' parameter in the GUI?
#> Text:
#> The XML file underlying each workspace includes the following `bias` tag by default:
#>
#> 
#>
#> Two questions:
#>
#> - What is it? (What does it mean or do, and what values can it take?)
#> - Where can it be viewed, changed or set in the Sp
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#398 ──
#>
#> Title: Cannot set fixed outlier coefficients
#> Text:
#> Consider inserting an additive outlier (AO) in a series and setting the 'parameter value' as follows:
#>
#> 
#>
#> After clicking on Ok and then applying the changes, the parameter value seems to have 'disappeared'. If I reopen the 'Pre-
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#394 ──
#>
#> Title: `demetra_m` have different columns with identical names
#> Text:
#> When we extract output from jdemetra (with the cruncher or with the GUI), the matrix `demetra_m` has different columns with the same name.
#>
#> For example [here](https://github.com/user-attachments/files/16931449/Difference_output_GUI_v2_v3.xlsx) is a matrix `demetra_m` generated with the GUI in version 3.
#> The name `q`
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#385 ──
#>
#> Title: Cannot save updates to user-defined variables (regressors) in the Variables docu
#> Text:
#> When I make changes to user-defined variables in the Variables document of my workspace, certain changes such as inserting new ones or removing existing ones, will not be saved. In one instance, when I click on 'Save Workspace', the underlying XML file is not updated, and in another instance, I cannot even select 'Save
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#381 ──
#>
#> Title: Allow separation of excluding forecasts vs backcasts in the generation of extrem
#> Text:
#> A potential enhancement of the 'Excludeforecast' parameter is to separate it into excluding forecasts and excluding backcasts individually, so that forecasts can be excluded in the generation of extreme values whilst backcasts are not excluded, or vice versa.
#>
#> . There are two monthly ser
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#354 ──
#>
#> Title: No help information for 'Preliminary Check' setting in Specifications panel
#> Text:
#> When clicking on a seasonal adjustment parameter setting in the Specifications panel, help information is displayed for each one, such as for 'function':
#>
#> 
#>
#> However, for 'Preliminary Check', no such information is
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#349 ──
#>
#> Title: Icons to expand and collapse panes in multi-processing window too small
#> Text:
#> Is it intentional to have the buttons highlighted in the image below so small? They are very hard to click since they are so small, and I suspect many users miss seeing them because they are so small, especially in the latter image.
#>
#> ' and 'SA (without auto-outliering)'. When I then
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#337 ──
#>
#> Title: Possible enhancement of the GUI
#> Text:
#> Dear all,
#> I noticed that if an SA-Processing is renamed, the new name is immediately reflected in the SA-Processing window but not in the menu bar (only after closing and reopening the Workspace). Would it be possible to fix this please?
#>
#> Best greetings,
#> Véronique
#>
#> ── Issue jdemetra/jdplus-main#336 ──
#>
#> Title: Seasonal component undefined in HF SA
#> Text:
#> When I try to adjust (SA) a HF series and I plot the different seasonal patterns, I get the same legend for the different periodicity:
#>
#> 
#>
#> Is it possible to add an information about:
#>
#> - the periodicity used (annu
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#335 ──
#>
#> Title: Open JDemetra+ workspace with `Open with...`
#> Text:
#> When I want to open an existing workspace with JDemetra+, I open the GUI then I go to `File` --> `Open Workspace` --> then I search my `.xml` file.
#>
#> Is it possible to open a workspace (from the `.xml` file) with the `Open with...` button?
#>
#> 
#> at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source)
#> at java.base/jdk.internal.u
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#323 ──
#>
#> Title: User-defined variables with lags
#> Text:
#> User-defined variables with lags are not included in the model
#>
#> ── Issue jdemetra/jdplus-main#315 ──
#>
#> Title: Missing diagnostics in Summary
#> Text:
#> In the main panel of a SA-Item (**Main Results**), there are sometimes some missing diagnostics in the **Residuals seasonality tests**.
#>
#> A classic series contains 4 items in the **Residuals seasonality tests** : two QS-Test and two F-test:
#>
#> 
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#309 ──
#>
#> Title: Can't read `.ods` file
#> Text:
#> On this issue (jdemetra/jdemetra-app#881) I got an issue while importing `.ods` files with V2 and V3 (https://github.com/jdemetra/jdemetra-app/issues/881#issuecomment-2115573274)
#>
#> Is it resolved in V3?
#>
#> ── Issue jdemetra/jdplus-main#303 ──
#>
#> Title: GUI Excel output with version v3.2.2
#> Text:
#> Dear all,
#>
#> I still have problems to create an Excel output with the GUI of the newest version of JDemetra+ (v3.2.2).
#> I always get the following error message:
#>
#> Can't generate output (Excel)
#> java.io.IOException: Cannot find spreadsheet writer for file 'C:\Test_JDemetra_plus\Test_JDemetra_3.2.2\CLV_1_AfterFirstB
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#301 ──
#>
#> Title: Java error "out of bounds" in canonical decomposition
#> Text:
#> We have encountered a bug in JDemetra+ when performing the canonical decomposition of some ARIMA models. The problem appeared with two series in production in the v2 GUI, but still persists in v3. It seems to affect monthly series with ARIMA model (2,1,1)(0,1,0) and specific coefficients.
#>
#> The problem can be reprodu
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#295 ──
#>
#> Title: Regression effect change cannot be saved to workspace in isolation
#> Text:
#> When I change the 'Regression effect' for a user-defined variable (see first image below) and apply the change in the Specifications panel, I am not able to then save the workspace (see second image below).
#>
#> 
#>
#> 
#>
#> Is it possible to add this field, based on the series name (from the file) as in
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#289 ──
#>
#> Title: add benchmarking.results in the content of batch output
#> Text:
#> Would it be possible to add the output benchmarking.result (i.e. SA series after benchmarking) to the content list of the results we can export via Batch output? This was there in v2 (see snapshot) but not yet in v3.
#>
#> .
#>
#> 
#>
#>
#> ── Issue jdemetra/jdplus-main#284 ──
#>
#> Title: Cannot handle family: Utilities@Calendars
#> Text:
#> When running **_locally,_** there do not seem to be any issues with the application.
#>
#> However, when trying to run this in an **_AWS Lambda function_**,
#> I get the java.io.IOException: Cannot handle family: Utilities@Calendars
#>
#> Would you happen to know what part of the application causes this/the reason behind suc
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#283 ──
#>
#> Title: Plot and display series if SA fail (and additionnal explanations)
#> Text:
#> (Issue related to jdemetra/jdemetra-core#1129)
#>
#> If the seasonnal adjustment fails, I can't neither plot nor see my values.
#>
#> For example here, I have a dataset with 11 values so the seasonal adjustment will obviously fail:
#>
#> " because "path" is null
#> at org.openide.util.lookup.Lookups.forPath(Lookups.java:206)
#> at org.openide.util.Utilities.actionsForPath(Utilities.java:1953)
#> at jdplus.toolkit.desktop.plugin.ui.Menus.createActions(Menus.java:39)
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#273 ──
#>
#> Title: names lost when importing data to utilities
#> Text:
#> names lost when importing data to utilities : in v2 at least names in labels, in v 3.2.2, no names at all, the user has to rename carefully according to order of dragging from provider
#>
#>
#> ── Issue jdemetra/jdplus-main#272 ──
#>
#> Title: SAVING WS: no message when overwriting an existing WS
#> Text:
#> when saving a WS no message when overwriting an existing ws
#>
#> would be useful
#>
#> ── Issue jdemetra/jdplus-main#271 ──
#>
#> Title: Import data: rename frequency to aggregation frequency
#> Text:
#> rename frequency to aggregation frequency in data import wizard
#> otherwise very confusing
#>
#> 
#>
#>
#> ── Issue jdemetra/jdplus-main#270 ──
#>
#> Title: warning at start of 3.2.2
#> Text:
#> warning message when starting 3.2.2
#>
#> 
#>
#> Details
#> org.netbeans.core.network.proxy.pac.PacParsingException: Cannot find secure PAC script engine.
#> Allowed engines: GraalVM:js,Graal.js,Nashorn
#> Found engines:
#> Will no
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#269 ──
#>
#> Title: Dictionaries
#> Text:
#> All the entries of the X13 and TramoSeats dictionaries should be available through the 'Explorable' interface
#>
#> ── Issue jdemetra/jdplus-main#262 ──
#>
#> Title: Moving plot windows in Main results
#> Text:
#> Is there a way to move the Main results curve windows above each other (as indicated by the diagram):
#>
#> 
#>
#> Here's a preview of what it might look like:
#>
#> 
#>
#>
#> ── Issue jdemetra/jdplus-main#254 ──
#>
#> Title: Fix encoding of space characters in URI
#> Text:
#> Current implementation of URI formatting in `DataSource` and `DataSet` encodes space characters as `+` instead of `%20`.
#> This comes from backward compatibility in Java [`URLEncoder`](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/URLEncoder.html).
#>
#> More info:
#> - https://www.baeldung.com/java-
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#250 ──
#>
#> Title: Add time filter in UI components
#> Text:
#> See https://github.com/jdemetra/jdplus-main/blob/develop/jdplus-main-base/jdplus-toolkit-base-parent/jdplus-toolkit-base-api/src/main/java/jdplus/toolkit/base/api/timeseries/TimeSelector.java
#>
#> ── Issue jdemetra/jdplus-main#238 ──
#>
#> Title: Missing chart export to SVG
#> Text:
#> JD+ v2 is able to export a chart to SVG but v3 is not.
#>
#> ── Issue jdemetra/jdplus-main#228 ──
#>
#> Title: Cannot open or delete a document (spec) after copying it
#> Text:
#> Consider creating a new document via **Statistical Methods** --> **Seasonal Adjustment** --> **Single Analysis** --> **X13** (for example, 'X13-Doc1'), and then dropping some data into the document.
#>
#> When I then right-click on the document and select **Copy spec. to workspace**, it will appear in the Workspace panel
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#226 ──
#>
#> Title: Add more platform-specific packages
#> Text:
#> The latest release provides platform-specific package for windows only.
#> We should add other mainstream platforms such as:
#>
#> | `PLATFORM` | Intel | Arm |
#> |:-----------:|------------------|------------------|
#> | **MacOS** | `osx-x86_64` | `osx-aarch_64` |
#> | **Linux** | `linux-x86_64
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#221 ──
#>
#> Title: jwsacruncher - misalighned columns in demetra_m.csv
#> Text:
#> When I run jwsacruncher via rjwsacruncher, the demetra_m.csv file that it produces has mis-aligned column titles, see attached file.
#> [demetra_m.csv](https://github.com/jdemetra/jdplus-main/files/14340175/demetra_m.csv)
#>
#>
#>
#> ── Issue jdemetra/jdplus-main#217 ──
#>
#> Title: Link to online help documentation
#> Text:
#> It would be nice to be able to link to online help documentation for JDemetra+ via the Help menu.
#>
#> ── Issue jdemetra/jdplus-main#216 ──
#>
#> Title: Cannot export image to the clipboard
#> Text:
#> When I right-click on a chart and attempt to export the image to the clipboard...
#>
#> 
#>
#> ...an error occurs:
#>
#> 
#>
#> ── Issue jdemetra/jdplus-main#203 ──
#>
#> Title: Typo in "Kruskal-Wallis" in summary tables
#> Text:
#> In the summary table of the interface, the seasonality test is written as "Kruskall-Wallis" but it should be "Kruskal-Wallis".
#>
#> ── Issue jdemetra/jdplus-main#197 ──
#>
#> Title: Drag and drop from Excel does not import decimal values
#> Text:
#> 
#>
#>
#> ── Issue jdemetra/jdplus-main#195 ──
#>
#> Title: FinalSeasonalFilter in X11ResultsProto
#> Text:
#> Why the final seasonal filter is not included in `X11ResultsProto` ?
#> https://github.com/jdemetra/jdplus-main/blob/develop/jdplus-main-base/jdplus-x13-base-parent/jdplus-x13-base-protobuf/src/main/java/jdplus/x13/base/protobuf/X11ResultsProto.java#L70
#> It would solve https://github.com/rjdemetra/rjd3x13/issues/4.
#>
#> ── Issue jdemetra/jdplus-main#183 ──
#>
#> Title: User-defined calendar, one variable fixed the other not.
#> Text:
#> When I open the WS in V3 it gives no results, when I click into the specification to change the coefficients of the calendar variables and click Done without changing anything it works.
#> [WS2.zip](https://github.com/jdemetra/jdplus-main/files/13742357/WS2.zip)
#>
#> The WS is just a simplification of the one with gives
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#179 ──
#>
#> Title: No bench results in JD+ 3.1.1
#> Text:
#> The following options are not available under Content in Output:
#> - benchmarking.original
#> - benchmarking.target
#> - benchmarking.result
#> -
#> 
#>
#>
#>
#> ── Issue jdemetra/jdplus-main#177 ──
#>
#> Title: Improve branding
#> Text:
#> Current branding of JD+ is outdated and inconsistent.
#>
#> Here is a non-exhaustive list of items to update and improve:
#> 1. icon, favicon and avatar (square shape, logo only)
#> 2. splash screen, about dialog image and banner (rectangular shape, landscape orientation, logo+text)
#> 3. short description (a few words)
#> 4. lon
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#163 ──
#>
#> Title: Improve I/O of CSV files
#> Text:
#> The current import/export from/to CSV files has the following problems:
#> - The UI is inconsistent and confusing.
#> - The code is redundant and all over the place.
#>
#> ── Issue jdemetra/jdplus-main#161 ──
#>
#> Title: Use enhanced Pseudo-Random Number Generators from JDK 17
#> Text:
#> See https://openjdk.org/jeps/356
#>
#> ── Issue jdemetra/jdplus-main#160 ──
#>
#> Title: Migrate to Java 21
#> Text:
#> The current Java version used by JD+ is Java 17.
#> A new Java LTS has been released and brings significant improvements in performance, language and libraries.
#>
#> See https://nipafx.dev/road-to-21-upgrade/
#>
#> ── Issue jdemetra/jdplus-main#159 ──
#>
#> Title: Add support of compact notation in ISO 8601 time interval
#> Text:
#> The [time interval specification in ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) allows to use a compact notation.
#> This compact notation improves the reading and writing in some use cases.
#>
#> Example: `2010-01-01T00:00:00/P1M` can be simplified to `2010-01/P1M`
#>
#> Already partially done in another
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#156 ──
#>
#> Title: Default date format of JDemetra+ outputs
#> Text:
#> I think it would be good if the default date format of JDemetra+ outputs were the same as the default import format (yyyy-MM-dd).
#>
#> ── Issue jdemetra/jdplus-main#155 ──
#>
#> Title: decimal separator in Txt files
#> Text:
#> It could be good to be able to change the decimal separator for the imported txt files. Depending on your system (if the decimal separator is the comma), you cannot for example import a csv exported by JDemetra+.
#>
#> ── Issue jdemetra/jdplus-main#154 ──
#>
#> Title: seasonal filter not shown in X-11
#> Text:
#> The `Decomposition (X11) > Final filters` panel only shows the trend filter and not the seasonal filter. Is this intentional?
#>
#> ── Issue jdemetra/jdplus-main#145 ──
#>
#> Title: Split into yearly components
#> Text:
#> When I right-click on a series, then Split into yearly components, the plot is not rendered. Is this option disabled?
#>
#> ── Issue jdemetra/jdplus-main#136 ──
#>
#> Title: [FR] decimal separator in the JWSACruncher
#> Text:
#> It could be good to be able to change the decimal separator in the JWSACruncher to avoid a system dependency. This is linked to https://github.com/jdemetra/jwsacruncher/issues/13.
#>
#> ── Issue jdemetra/jdplus-main#112 ──
#>
#> Title: JWSACruncher and parameters `fullseriesname` and `refreshall`
#> Text:
#> I tried the following parameters files an a workspace with data created by an Excel file and it has no effect. Are the parameters `fullseriesname` and `refreshall` suppose to work in the JWSACruncher? Am I doing something wrong?
#> ```
#> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
#> <wsaConfig bundle="10000" cs
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#108 ──
#>
#> Title: SarimaTradingDaysTest hyperParametersCount with mean
#> Text:
#> Since the `arima.getParametersCount()` do not consider if the intercept is included i was wondering if the hyperParametersCount() should be increased by 1 when `mean = true` ?
#> https://github.com/jdemetra/jdplus-main/blob/7aeb4a7fa15225af4f1371fe48fde49faf28ce7a/jdplus-main-base/jdplus-toolkit-base-parent/jdplus-toolki
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#84 ──
#>
#> Title: Bug with removing star in version 3.0.2
#> Text:
#> [JDemetra+ v 3.0.2]
#>
#> Even after removing the star, my favorites files doesn't disappear at the restart of a new session of JDemetra+.
#>
#> Also I have an error at the opening of JDemetra+ with a no entry sign. I don't know if it's related.
#>
#>  and then we cannot anymore change the calendar sigma option (message "Sigmavec mustn't be used without CalendarSigmaOption Select").
#>
#> ── Issue jdemetra/jdplus-main#45 ──
#>
#> Title: CsvInformationFormatterTests fail on my PC
#> Text:
#> It seems that it is a problem with our decimal separator "," and the csv separator. Is it just a problem of the test or also for the use of JD+, e.g. exchange of files.
#>
#> Running jdplus.sa.base.csv.CsvInformationFormatterTest
#> Tests run: 9, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 0.116 s <<< FAILURE! - in
#> ...
#>
with_comments(all_issues, negate = TRUE)
#> There are 93 issues.
#>
#> ── Issue jdemetra/jdplus-main#1049 ──
#>
#> Title: Different Default Thresholds for Combined Seasonality Test Between Versions 2.2.
#> Text:
#> We have noticed that the Combined Seasonality Test diagnostic is labelled differently across software versions. In version 2.2.4, the diagnostic is classified as Severe, whereas in version 3.7.1 it is classified as Good for the same series (see attached screenshot).
#> In version 3, the threshold values are no longer visi
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#1029 ──
#>
#> Title: Seasonal component in X11 spec : if set to NO, no info displayed in GUI
#> Text:
#> HI ,
#>
#> in v 3.8.0 if seasonal component is unticked in the X11 part of the spec
#>
#> No information is diplayed in GUI
#>
#> <img width="246" height="62" alt="Image" src="https://github.com/user-attachments/assets/a57354d6-256f-4bac-aff8-fa68720aee74" />
#>
#> the estimation appears as invalid
#>
#> <img width="647" height="40" alt="I
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#1006 ──
#>
#> Title: Benchmarking Results includes forecast observations beyond the input series
#> Text:
#> <img width="340" height="216" alt="Image" src="https://github.com/user-attachments/assets/cd77b619-d644-4d03-925e-6a858eeb3709" />
#>
#> While testing JDemetra+ 3.7.1, I noticed an unexpected behaviour in the **Benchmarking Results** output. The input series used in this example ends in **2025 Q1**. However, the table displ
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#1004 ──
#>
#> Title: Outlier type and position are missing in Matrix |> Outliers
#> Text:
#> Related to cosa-tsa-shop/UserSupport#10
#>
#> In the section Matrix |> Outliers (from a SA-Processing), the version 2 and 3 differs by their presentation:
#>
#> - In version 2 we observe a column by outliers with type, position, coeff and T-Stats
#> - In version 3 we observe 2 columns by outliers with coeffs and T-Stats
#>
#> Is it poss
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#1002 ──
#>
#> Title: Fix warnings when running CLI with Java25+
#> Text:
#> When running with Java25+, the following warnings are displayed:
#>
#> **CLI**
#> ```
#> WARNING: A restricted method in java.lang.System has been called
#> WARNING: java.lang.System::loadLibrary has been called by org.fusesource.hawtjni.runtime.Library in an unnamed module (file:/C:/.../appassembler/lib/jansi-1.18.jar)
#> WARNING: Use
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#989 ──
#>
#> Title: Fix parsing of legacy TS meta
#> Text:
#> Parsing of legacy TS meta fails on Java25+ with some regional settings (`-Duser.language=fr -Duser.region=BE`)
#>
#> ── Issue jdemetra/jdplus-main#984 ──
#>
#> Title: Add web service POC
#> Text:
#> Add a proof of concept for a web service in order to validate the technical stack.
#>
#> This web service serves as a bridge to any application or language.
#> It provides a basic web service with two endpoints:
#> - a gRPC endpoint which has the best performances but a limited set of clients
#> - a REST endpoint which has a wider
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#963 ──
#>
#> Title: Fix config import in ProvidersTopComponent
#> Text:
#> Config import in ProvidersTopComponent doesn't work anymore. Export is OK.
#>
#> ── Issue jdemetra/jdplus-main#962 ──
#>
#> Title: JDemetra+ doesn't import duplicated variables
#> Text:
#> If two variables have the same value, only the last one will be read.
#>
#> Here is an example in R:
#>
#> ``` r
#> library("rjd3workspace")
#> path_xml <- tempfile(fileext = ".xml")
#> writeLines(
#> text = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
#> <tsVariables xmlns="ec/tss.core">
#> <tsVariable name="VAR1">
#> <t
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#958 ──
#>
#> Title: Fix missing ARM-based packages in releases
#> Text:
#> For some reasons, the packages are created at release time but are not added to the release page.
#>
#> ── Issue jdemetra/jdplus-main#943 ──
#>
#> Title: Generating output only if the SAP is computed
#> Text:
#> I try to understand why the output generation wors with the GUI sometimes and sometimes not.
#>
#> In this issue, I will use the verbs "compute" and "estimate" to refer to the same thing: obtaining the results of the SA estimate for my series. But perhaps there is a fundamental difference between the two actions...
#>
#> ## Exam
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#940 ──
#>
#> Title: How the GUI sort by specification?
#> Text:
#> In the GUI, it's possible to sort the SA-Item of a SA-Processing by **Reference spec**. But how is it handle?
#>
#> I notice (in this example) that this isn’t done by name and that the `^` and `v` keys aren’t used to reverse the direction.
#>
#> https://github.com/user-attachments/assets/c627e166-e28b-4de2-818f-821dd96c6b6c
#>
#> ── Issue jdemetra/jdplus-main#929 ──
#>
#> Title: Listed on awesome-europe
#> Text:
#> Hi! 👋
#>
#> Your project has been listed on [awesome-europe](https://github.com/GeiserX/awesome-europe), a curated list of open source software relevant to the European Union and EEA.
#>
#> If you'd prefer not to be included, just let me know here and I'll remove it — no questions asked.
#>
#> Thanks for building great European open
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#911 ──
#>
#> Title: Desktop package cleanup
#> Text:
#> Some desktop packages located in `jdplus.toolkit.desktop.plugin.core` are not intended to be public.
#> Therefore, they should be moved to a private namespace such as `internal.toolkit.desktop.plugin`.
#>
#> ── Issue jdemetra/jdplus-main#888 ──
#>
#> Title: Is it possible to choose the value `(?)` in GUI output?
#> Text:
#> The aim of this issue is to find out whether, when I generate an excel output with the GUI, it's possible to choose the length of series which items ends with `(?)`.
#>
#> I will take the example of the forecasted series.
#>
#> In X13-RegARIMA, there are forecasts in the preprocessing part but only with `(?)` items and it's not
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#883 ──
#>
#> Title: Adding a button to "refresh" a WS
#> Text:
#> *related to #882*
#>
#> I'm **not** talking here about the refresh policy that can be applied to a SA-Item or to a SA-Processing.
#> I'm talking about the action that is executed each time a workspace is saved or when it is closed and reopened. The WS is saved in a **XML format** but some information are also updated (maybe i
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#871 ──
#>
#> Title: No item with `(?)` with the GUI
#> Text:
#> Related to #594
#>
#> The GUI output does not allow you to specify the number of elements to be displayed in the boxes `(?)`.
#>
#> For certain variables, it is interesting to request additional columns (in particular, diagnostics, modality, comments, values and p-values...). For cruncher queries, you can provide the number of
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#870 ──
#>
#> Title: The GUI generate no output for residuals
#> Text:
#> For some items (of the output list), the GUI doesn't produce any output.
#> Here I tested with the items `residuals.skewness`, `residuals.kurtosis`, `residuals.doornikhansen`, `residuals.lb`, `residuals.bp` , `residuals.lb2`.
#>
#> https://github.com/user-attachments/assets/0569371a-6617-4da9-843e-b14ffdadee88
#>
#>
#> Here is the [w
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#869 ──
#>
#> Title: Free space hides elements
#> Text:
#> When certain displays open (pop-up boxes, panels, tabs, etc.), certain banners are hidden.
#>
#> For example, when the output generation dialog box opens, the height of the red and green boxes is preset. When I click on `Full series name`, the description doesn't appear completely (in the green box):
#>
#> <img width="578" heigh
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#866 ──
#>
#> Title: Declare and create relative paths with R
#> Text:
#> It would be really nice to be able to create relative paths from the cruncher (with the command line) or via R packages.
#>
#> The aim would be to be able to create `Demetra Paths` or `Favorites`, as in the GUI.
#>
#> An example would be to define paths paths that would apply directly à my WS (or à all JDemetra+ sessions by writ
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#864 ──
#>
#> Title: Add seed to random function
#> Text:
#> Is it possible to add a seed parameter to method that generate random number?
#>
#> It concerns the functions:
#>
#> - [`randomsT`](https://github.com/jdemetra/jdplus-main/blob/88cb98a6f80adbbe3566f31e8ed910f1e46f1d36/jdplus-main-base/jdplus-toolkit-base-parent/jdplus-toolkit-base-r/src/main/java/jdplus/toolkit/base/r/stats/Dist
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#861 ──
#>
#> Title: Add ability to close a workspace
#> Text:
#> It might be an idea to add `Close Workspace` to the File menu in the JD+ GUI:
#>
#> <img width="219" height="281" alt="Image" src="https://github.com/user-attachments/assets/8744ae6c-fb9f-466b-8804-fc70b686cfea" />
#>
#> I was looking for this feature one time when I wanted to reopen an existing workspace and lose my changes (as
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#847 ──
#>
#> Title: Cannot press Esc to close certain dialogue boxes
#> Text:
#> Consider opening a new workspace via **File | Open Workspace** and having the corresponding dialogue box appear. If the user presses the `Esc` key on the keyboard, then it will conveniently close, as expected.
#>
#> However, dialogue boxes like the 'Pre-specified outliers' or 'Variables' ones (opened via the Specifications
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#843 ──
#>
#> Title: Why the color is not updated?
#> Text:
#> ## Questions
#>
#> ### Not the color
#>
#> When I try to switch from a Tramo-Seats specification to X13 (or vice versa), the `domainSpec` (**Reference Specification**) name is updated, but **not the color**.
#>
#> ### Apply before refresh
#>
#> Then, if I want to refresh the model, I have to **apply the `domainSpec`** before I can use a r
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#842 ──
#>
#> Title: Zoom in GUI
#> Text:
#> It would be great to be able to zoom in the GUI.
#>
#> For example, here is a normal view with big screen:
#>
#> <img width="1920" height="1032" alt="Image" src="https://github.com/user-attachments/assets/e9f0a942-daa0-41b1-8980-09823cda08a9" />
#>
#> We could zoom in = increase the size of the fonts, the width, the height of the con
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#841 ──
#>
#> Title: Overview of a theme
#> Text:
#> ## Questions
#>
#> ### Change and preview a theme
#>
#> When you want to change the theme in the GUI, you have to restart the interface. It would be interesting to have a preview (without necessarily updating the interface) to choose a theme.
#>
#> ### Light and dark
#>
#> Also, in many programs, it is possible to choose a “light” and a “
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#838 ──
#>
#> Title: Cannot delete several objects at the same time
#> Text:
#> For certain types of object, it is not possible to delete them all at the same time.
#>
#> These include:
#>
#> - Several groups of variables:
#>
#> <img width="310" height="226" alt="Image" src="https://github.com/user-attachments/assets/63bc2edf-a114-4a60-a230-485f7fb92808" />
#>
#> - Several SA-Processings:
#>
#> <img width="313" height="14
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#837 ──
#>
#> Title: `Delete`, `Close`, `Clear` or `Remove`
#> Text:
#> The vocabulary used to remove or delete an element is not the same:
#>
#> - **Remove** is used for variables
#> - **Delete** is used for SA-objects (SAI, SAP, SAD and WS)
#> - **Close** is used for provider connections
#> - **Clear** for containers (grid, group of regressors and chart)
#>
#>
#> ## Examples
#>
#> ### `Remove`
#>
#> Removing variables
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#836 ──
#>
#> Title: Action split-into-yearly-components fails on daily data
#> Text:
#> Exception:
#>
#> ```
#> jdplus.toolkit.base.api.timeseries.TsException: Incompatible frequencies
#> at jdplus.toolkit.base.api.timeseries.TsDomain.aggregate(TsDomain.java:240)
#> at jdplus.toolkit.desktop.plugin.components.parts.HasTsCollectionSupport$SplitCommand.yearsOf(HasTsCollectionSupport.java:581)
#> at jdplus.toolkit.desktop
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#819 ──
#>
#> Title: Regarima residuals threshold values
#> Text:
#> We have noticed that threshold values in `Tools > Options > SA > TramoSeats > Regarima residuals` are the same for Uncertain/Bad for Seasonal and Severe/Bad for Trading days (see picture below).
#> When changing the settings and closing the program, the changes are not saved, they default to the same value.
#>
#> <img width="4
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#816 ──
#>
#> Title: Refreshing a csv file without reload does not work
#> Text:
#> There is 2 part to this issue.
#>
#> ## Reloading automatic
#>
#> I'm working with a csv file (open with Notepad++ in the video) and a .xlsx file (open with LibreOffice in the video).
#>
#> When I update datasets with a new point, the spreadsheet is automatically updated while the csv file needs to be reloaded:
#>
#> https://github.com/us
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#809 ──
#>
#> Title: Improve JExceptionPanel to make it more readable for regular users
#> Text:
#> The current JExceptionPanel displays an exception as a stacktrace text with some fancy colors.
#>
#> This component could be improved to
#> - automatically unwrap exceptions to unclutter the text
#> - use a JTree for the rendering so nodes could be hidden
#> - add a search function
#> - link to a db of common problems
#> - highlight URIs,
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#806 ──
#>
#> Title: Fix InvalidPathException when displaying exceptions
#> Text:
#> The panel used to display exceptions fails when the specified exception contains special characters.
#>
#> Here is the stack strace:
#>
#> ```
#> java.nio.file.InvalidPathException: Illegal char <:> at index 3: 401: Unauthorized
#> at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
#> at java.base/sun.nio.fs.WindowsPat
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#798 ──
#>
#> Title: Chart container legend labels shifting undesirably
#> Text:
#> Consider creating a chart and superimposing a number of chronologically based series on to it by using the freezing functionality.
#>
#> Unfortunately, upon right clicking on a series in the chart and selecting 'Freeze', the legend label for that series is shifted to the right-most spot (and appended with the string: '(froz
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#774 ──
#>
#> Title: Access the path to the raw data underlying a SA-Item
#> Text:
#> A great new functionality would be to be able to access the path to the raw data underlying an SA item and be able to open the file or at least the folder containing the file.
#> For example, right-click on an SA item -> ‘Open raw data’.
#>
#> <img width="597" height="385" alt="Image" src="https://github.com/user-attachments/a
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#772 ──
#>
#> Title: With which calendar and regressors are computed the residual trading days tests
#> Text:
#> Duplicated of jdemetra/jdemetra-app#373 in v3.
#>
#> The question is the same:
#>
#> 1) On what calendar basis are residual trading days tests calculated?
#> 2) Is it possible to use a custom calendar to compute these tests?
#> 3) What happens if there are multiple calendars in **Calendars**?
#>
#>
#> ── Issue jdemetra/jdplus-main#768 ──
#>
#> Title: UX difficult to use sometimes
#> Text:
#> related to #349
#>
#> Sometimes, the interface is difficult to use and not intuitive.
#>
#> The list includes:
#>
#> - [ ] Buttons in ‘empty space’ where you have to click next to the item
#> - [ ] The drop-down buttons (`>`) for submenus are sometimes a little small (or unintuitive)
#> - [ ] Clicking ON the item and not next to it to sel
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#767 ──
#>
#> Title: Holidays to choose the calendar
#> Text:
#> In the GUI, the button to add a *custom calendar* to compute the trading days regressor is called **holidays**.
#>
#> Should it be renamed **calendar** ?
#>
#>
#> <img width="305" height="462" alt="Image" src="https://github.com/user-attachments/assets/af66f4db-1f86-40cf-800f-c46d3effdcb5" />
#>
#> ── Issue jdemetra/jdplus-main#763 ──
#>
#> Title: Error loading V2 workspace with fixed week calendar day
#> Text:
#> If I create a workspace in V2 with a National Calendar with a Fixed Week it cannot be imported with the V3. Error loading the calendar with the following error:
#> ```
#> java.lang.NullPointerException: Cannot invoke "String.toUpperCase(java.util.Locale)" because "day" is null
#> at internal.toolkit.base.workspace.file.xml.uti
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#752 ──
#>
#> Title: Add ways to retrieve WS file names and paths
#> Text:
#> It would be very interesting to add ways to retrieve WS file names and paths.
#>
#> Is it possible to add methods like `getSource` and `setSource` to be able to retrieve the file containing a SA-Processing, a SA-Item or even a Workspace directly from the Java object?
#>
#> Thank you
#>
#> ── Issue jdemetra/jdplus-main#734 ──
#>
#> Title: Can't refresh a SA-Item when WS newly created
#> Text:
#> ### Introduction
#>
#> In JDemetra+ v3, it's not possible to refresh a SA-Item with **Right click** > **Refresh** when the newly created WS is not saved.
#> It was possible to refresh a new WS in version 2.
#>
#> But there is A way to refresh a SA-Item with concurrent policy with the GUI in version 3.5.0 with a newly created WS is
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#711 ──
#>
#> Title: GUI unresponsive when an incorrectly specified file is opened in the Providers p
#> Text:
#> Consider importing a CSV file in the Providers panel and specifying an incorrect date format (such as using 'mm' rather than 'MM', where the former specifies minutes and the latter specifies the month):
#>
#> <img width="462" height="501" alt="Image" src="https://github.com/user-attachments/assets/8fac7b3d-29cd-4078-81a3-18
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#698 ──
#>
#> Title: Series naming restrictions
#> Text:
#> This is just a question:
#>
#> Are there any character restrictions imposed by the JDemetra+ GUI and/or the Cruncher when naming series (that is, when providing a name or ID for series)? For example, are certain special characters not allowed, or are there any character-length limits, and do these differ for the GUI vs the
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#687 ──
#>
#> Title: Output from Cruncher and Output from UI have a small inconsistency for fixed use
#> Text:
#> Please find enclosed the example for a user-defined trading day. The output could be generated with the cruncher or with output in the UI for a SaProcessing.
#> In the output in "ahaCN_GP14\SAProcessing-1\demetra_m.csv" for ahaCN_GP14, the regression.ntd is 1 but the column E and F for the variables are empty. In Version
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#682 ──
#>
#> Title: Make outlier information consistent in Pre-processing panel for fixed and non-fi
#> Text:
#> All fixed and non-fixed (estimated) outlier corrections can be conveniently seen in the Pre-processing panel. However, the information displayed for each type (fixed vs non-fixed) differs. In the example screen shot below, non-fixed (pre-specified) outliers have the type and period shown, but not the name; whereas for
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#679 ──
#>
#> Title: Cruncher automatically changing transform function
#> Text:
#> Hi,
#>
#> We have noticed that when a series that has regarima.transform.function = 'Log' cannot be logged (for example, if it has 0s or negative values in the original series), the Cruncher automatically converts the transform function to 'None'.
#>
#> Are you able to confirm that this is the only situation in which the Crunche
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#667 ──
#>
#> Title: Cannot scroll a long list of pre-specified outliers
#> Text:
#> For series with many pre-specified outliers, the left-hand panel of the 'Pre-specified outliers' dialogue box does not allow scrolling to see the entire list:
#>
#> 
#>
#> Fortunately, any non-visible outliers can still be navigated to using
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#658 ──
#>
#> Title: Migrate protobuf-maven-plugin from org.xolstice.maven.plugins to io.github.ascop
#> Text:
#> From https://github.com/xolstice/protobuf-maven-plugin/
#>
#> > This project is no longer being maintained, and no further contributions will be considered.
#> >
#> > Please consider switching to alternatives, such as:
#> > https://github.com/ascopes/protobuf-maven-plugin
#> >
#>
#> ── Issue jdemetra/jdplus-main#652 ──
#>
#> Title: The cruncher generates no warning if failing to compute
#> Text:
#> We can study 3 different cases of data:
#>
#> - ts without metadata
#> - ts with metadata
#> - ts with false metadata
#>
#> In these 3 cases, the seasonal adjustment works, but the refresh only works for the first 2 cases and generates an invalid for the last case.
#>
#> **Is this a deliberate behaviour?**
#>
#> here is my R code:
#>
#> ```r
#> library
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#651 ──
#>
#> Title: How do you re-order SAIs in SAP?
#> Text:
#> Is it possible to move (up or down) an SA-Item in an SA-processing?
#>
#> I'd like to reorganise my SA-Items so that they follow a certain nomenclature (a certain order).
#> I'd like to do this in R but I haven't found any other method than creating a copy of my WS and transferring my SA-Items one by one in the order I want.
#>
#>
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#645 ──
#>
#> Title: `No information for this item` and `Invalid` when Variables have spaces
#> Text:
#> When you create a WS with variables and the variable name contains one or more spaces, JDemetra+ no longer knows how to distinguish variables from their name and you end up with more variables than you expected and incorrect variables.
#>
#> Here's an example of my tests on video:
#>
#> https://github.com/user-attachments/assets
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#643 ──
#>
#> Title: Several synonyms and imprecisions in the JDemetra+ term
#> Text:
#> In JDemetra+, there is a precise vocabulary for distinguishing objects.
#> **Names are important** and some terms are unfortunately synonyms and can refer to the same object.
#>
#> I suggest grouping the names together to obtain one name = one object.
#>
#> Here's my list:
#> | Current name
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#642 ──
#>
#> Title: Error with `mvn clean install`
#> Text:
#> I try to build the jdplus_main project with `mvn clean install`, but I get an error:
#>
#> ```
#> [INFO] ------------------------------------------------------------------------
#> [INFO] BUILD FAILURE
#> [INFO] ------------------------------------------------------------------------
#> [INFO] Total time: 01:38 h
#> [INFO] Finished at: 2
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#632 ──
#>
#> Title: Fix flaky clipboard on Windows
#> Text:
#> Flaky clipboard on Windows is a long-standing issue within JDemetra+ desktop.
#> It has been [solved by the great NetBeans Platform](https://github.com/apache/netbeans/pull/8361) in its latest release (26).
#> This issue is a placeholder to notify JDemetra+ users of the fix.
#>
#> ── Issue jdemetra/jdplus-main#608 ──
#>
#> Title: Add export to mermaid.js chart
#> Text:
#> Description from Mermaid.js :
#> > JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.
#>
#> Example :
#>
#> This text ...
#> ```
#> xychart-beta
#> title "Sales Revenue"
#> x-axis [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
#> y-axi
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#607 ──
#>
#> Title: Cannot select all in a grid
#> Text:
#> When I click on **Select all** from the right-click context menu of a grid (first image below), nothing happens (second image below):
#>
#> 
#>
#> 
#>
#> How
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#603 ──
#>
#> Title: Cannot edit format of charts
#> Text:
#> When I right-click on a chart container and select **Edit format...** to change the formatting of the dates and numbers (such as using the settings below), nothing changes:
#>
#> 
#>
#> 
#>
#> Here, I attempted to rename Headline_impute_2qtrs to Headline imputation
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#590 ──
#>
#> Title: Summary info on pre-specified outliers not clear
#> Text:
#> In the JD+ GUI, the user can insert 'pre-specified outliers' as shown below, and these can be fixed or non-fixed:
#>
#> 
#>
#> If the user then looks at the **Summary** section of the **Main **results**** section in the output area for the s
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#571 ──
#>
#> Title: List of user-defined variables (regressors) displayed poorly in 'Variables' dial
#> Text:
#> When I attempt to insert/modify/remove outliers via the 'Variables' dialogue box, the name of the variable that I am currently editing does not appear correctly. In the screen shot below, I have clicked the `+` button to insert a new variable, but it is barely visible on the left-hand side of the box. It seems to have
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#560 ──
#>
#> Title: XML files are badly indented from a certain level upwards
#> Text:
#> Everything is in the title. From a certain level, the indentation of the XML files comes back to 0:
#>
#> 
#>
#> This makes reading these files very complicated. Is it possible to indent these files correctly?
#>
#> ── Issue jdemetra/jdplus-main#559 ──
#>
#> Title: Default MCD in MCDFilter
#> Text:
#> When all the I/C ratios are greater than 1, the MCD value used in the program is equal to 2:
#> https://github.com/jdemetra/jdplus-main/blob/37c578dbff38f6c54f682536222c185c718eb4d7/jdplus-main-base/jdplus-x13-base-parent/jdplus-x13-base-core/src/main/java/jdplus/x13/base/core/x11/filter/X11FilterFactory.java#L40-L60
#> Is
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#555 ──
#>
#> Title: Add project version to cachedir path
#> Text:
#> Add project version to cachedir path to ease cache problems between versions.
#> Example: https://github.com/praxis-live/praxis-live/blob/master/application/src/main/app-resources/etc/praxislive.conf
#>
#> ── Issue jdemetra/jdplus-main#520 ──
#>
#> Title: Duplicated elsewhere - Seasonal x irregular chart missing the latest data
#> Text:
#> Data exists for the seasonal and irregular factors, but the seasonal x irregular chart doesn't present it for years which are not fully complete. For example, the dataset will be up to Q2 2024, but the seasonal x irregular chart will only present data in the graphic up to 2023, so the Q1 2024 is missing in the plot; an
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#510 ──
#>
#> Title: Series selection blocking highlighting of rows in check last test
#> Text:
#> Regarding the check last function in the JDemetra+ GUI, the red/orange highlighting in the 'Rel. Error N-1' column is blocked whenever that series' row is selected. In the example below, the series in the first row is selected, but the red highlighting in the relative error column cannot be seen:
#>
#> 
#>
#>  in your seasonal adjustment, JDemetra+ indicates a number of variable (here 6) in the Summary:
#>
#> 
#>
#> But it doesn't
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#484 ──
#>
#> Title: Cruncher error logs
#> Text:
#> Hi JDemetra+ devs,
#> We are using cruncher v3 in a data processing application implemented in Java. At a high level we are calling jdplus.cruncher.App.main with a valid workspace and parameters file, then parsing the output files for consumption by downstream services.
#> One issue with cruncher is that in most cases it d
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#479 ──
#>
#> Title: Possible mistake in documentation for unit root limit options
#> Text:
#> Regarding the entry for the unit root limit on this page: https://jdemetradocumentation.github.io/JDemetra-documentation/pages/reference-manual/modelling-spec-arima.html
#>
#> 
#>
#> In the underlying XML workspace file, the correspondin
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#449 ──
#>
#> Title: demetra_m.csv empty column names
#> Text:
#> In the demetra_m.csv file, empty column names appear as in version 2. It would be more useful to have a standard name for each column.
#> 
#>
#>
#>
#>
#> ── Issue jdemetra/jdplus-main#447 ──
#>
#> Title: user-defined calendar effect names do not appear in demetra-m.csv
#> Text:
#> user-defined calendar effect names do not appear in demetra-m.csv file.
#> 
#>
#>
#>
#>
#>
#> ── Issue jdemetra/jdplus-main#429 ──
#>
#> Title: Ability to specify non-standard parameters for prior corrections is absent in th
#> Text:
#> In RJDemetra, we are able to specify additional parameters for prior corrections as appropriate. For example, for level shifts (LSs), we can choose to have them as being 'zero-ended' or 'one-ended'. Is this possible in the GUI? There is no option in the relevant dialogue box for LSs, for example:
#>
#>  when a worskpace is saved to inform the user that the WS has been saved at its place or an error if it isn't the case ?
#>
#> ── Issue jdemetra/jdplus-main#419 ──
#>
#> Title: User-defined calendar effects
#> Text:
#> Better handling of user-defined calendar effects (output, gui)
#>
#> ── Issue jdemetra/jdplus-main#418 ──
#>
#> Title: Better handling of coefficients/parameters in the GUI
#> Text:
#> Improve the naming of coefficients/parameters in the spec boxes
#> Hide coefficients when they can't be specified (undefined transformation)
#>
#> ── Issue jdemetra/jdplus-main#400 ──
#>
#> Title: How to specify the data format in Providers?
#> Text:
#> When I try to add some series (txt files) in the Providers, by default there is a data format `1,234.5` (representing the value 1234.5):
#>
#> 
#>
#> But how to change it with other formats as `1.234,5`.
#> There are a lot of different for
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#371 ──
#>
#> Title: Add message in the case of redundant regression variables
#> Text:
#> It seems to me that in the presence of multicollinearity JD+ will declare one regression variable from each possible linear combination as being redundant and automatically set the corresponding regression effects to zero. The latter are then reported in a separate output table without any further explanation.
#> I think
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#353 ──
#>
#> Title: Restore support of ODBC connection string on files
#> Text:
#> In v2, it was possible to drag&drop files to the ODBC provider in order to create a connection string on the fly.
#> It was limited to MS Access files but could be extended to any file type supported by an ODBC driver.
#>
#> 
#> " because the return value of "jdplus.sa.base.api.SaEstimation.getLog()" is null
#> at jdplus.sa.desktop.plugin.multiprocessing.ui.SaBatchUI$WarningsRenderer.getTableCellRendererComponent(SaB
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#311 ──
#>
#> Title: Fix default toolbar and menu
#> Text:
#> Remove some default items from the toolbar and menu of the NetBeans Platform
#>
#> ── Issue jdemetra/jdplus-main#296 ──
#>
#> Title: Display jump discontinuity for level shifts (trend breaks)
#> Text:
#> It would be ideal to have the option available to view a jump discontinuity at any level shift (trend break) when plotting the trend. In the image below, for example, instead of the blue trend line continuing unbroken, there is a visual jump where the level shift occurs in Q4 2001. This makes is easier and quicker for
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#293 ──
#>
#> Title: Add support of standard reporting period and time range
#> Text:
#> JD+ only supports dates (`2010-01-01`) as I/O for observation periods.
#> Other representations exists as well and could be integrated into a future release such as:
#> - standard reporting period (`2010-Q1`, `2012-M12`)
#> - time range (`2010-01-01/P3M`, `2012-12-01/P1M`)
#>
#> These representations are already defined in the
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#292 ──
#>
#> Title: Option show-provider-nodes cannot be reset between sessions
#> Text:
#> If you uncheck `Show provider nodes` option in contextual menu of `Providers` tabs and then close the application, you will be able to check it again but the result won't be stored and you will have to do it again and again.
#>
#>  allowing the user to choose between displaying modified or u
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#247 ──
#>
#> Title: Simplify action enablers
#> Text:
#> Some actions are enabled if something is selected in the component.
#> It would be simplier for the users to consider that everything is selected when nothing is. (see copy for example)
#>
#> 
#> 
#>
#> - A graph's display options can be modified via the 'Configure...' context menu when right-clicking on it. This brings up a dialogue box with an option to change the 'Color scheme'. However, the different colour options are not presented as a user-friendly drop-down list. Instead, the user
#> ...
#>
#>
#> ── Issue jdemetra/jdplus-main#162 ──
#>
#> Title: Use Platform-Specific Desktop Features from JDK 9
#> Text:
#> See https://openjdk.org/jeps/272
#>
#> Most [nbbrd desktop API](https://github.com/nbbrd/java-desktop-util/) can be replaced by the latest JDK desktop API.
#> There are a few exceptions anyway: search and kwown folders
#>
#> ── Issue jdemetra/jdplus-main#130 ──
#>
#> Title: XSD avaliability
#> Text:
#> As our organization are moving towards XMLs, it is getting too time consuming to adopt the XML files to the structure that JDEMETRA+ requries for input.
#>
#> Have this very easy code snippet to do it, given you have pivoted it in a cetrain way, but should be covered by someone who has far better knowledge.
#>
#> For bette
#> ...
#>