Displaying 8 results from an estimated 8 matches for "sdmx".
Did you mean:
sdm
2017 Jun 26
3
rJava Broken on Linux + R 3.4
Dear All,
I think there is something wrong with rJava on any Debian based
distribution.
I may be wrong, but I experiencing exactly the problems mentioned at
https://github.com/amattioc/SDMX/issues/130
and at
https://github.com/s-u/rJava/issues/110
A couple of packages (RJSDMX and xlsx) are now impossible to install
on my debian stretch platform running R 3.4.
It seems I am not the only one experiencing this and it may be due to
some security patches just released.
However, if I ru...
2012 Jan 13
3
The Future of R | API to Public Databases
Dear R Users -
R is a wonderful software package. CRAN provides a variety of tools to
work on your data. But R is not apt to utilize all the public
databases in an efficient manner.
I observed the most tedious part with R is searching and downloading
the data from public databases and putting it into the right format. I
could not find a package on CRAN which offers exactly this fundamental
2017 Jun 25
1
rJava Broken on Linux + R 3.4
Dear All,
I think there is something wrong with rJava on any Debian based
distribution.
I may be wrong, but I experiencing exactly the problems mentioned at
https://github.com/amattioc/SDMX/issues/130
and at
https://github.com/s-u/rJava/issues/110
A couple of packages (RJSDMX and xlsx) are now impossible to install
on my debian stretch platform running R 3.4.
It seems I am not the only one experiencing this and it may be due to
some security patches just released.
However, if I ru...
2017 Jun 26
2
rJava Broken on Linux + R 3.4
...;| I think there is something wrong with rJava on any Debian based
>| distribution.
>
>It is a Java issue related to a security fix many (most? all?) distros
>applied.
>
>| I may be wrong, but I experiencing exactly the problems mentioned at
>|
>| https://github.com/amattioc/SDMX/issues/130
>|
>| and at
>|
>| https://github.com/s-u/rJava/issues/110
>|
>| A couple of packages (RJSDMX and xlsx) are now impossible to install
>| on my debian stretch platform running R 3.4.
>|
>| It seems I am not the only one experiencing this and it may be due to
>...
2017 Jun 26
0
rJava Broken on Linux + R 3.4
...zo Isella wrote:
| Dear All,
| I think there is something wrong with rJava on any Debian based
| distribution.
It is a Java issue related to a security fix many (most? all?) distros
applied.
| I may be wrong, but I experiencing exactly the problems mentioned at
|
| https://github.com/amattioc/SDMX/issues/130
|
| and at
|
| https://github.com/s-u/rJava/issues/110
|
| A couple of packages (RJSDMX and xlsx) are now impossible to install
| on my debian stretch platform running R 3.4.
|
| It seems I am not the only one experiencing this and it may be due to
| some security patches just releas...
2011 Aug 10
0
Short term position in Rome: R trainer and developer
...up a series of introductory training sessions, organising a series of seminars inviting external speakers and offering on-demand training on specific packages/topics. Besides capacity building, the candidate will also be asked to develop/improve packages on demand, most likely on data exchange (xml-sdmx and REST APIs).
FAO is an international non-profit organization based in Rome, Italy, focusing on areas such as food security, climate change and agricultural development. The candidate will work in the Economic and Social: Statistics division (ESS) and will have the opportunity to interact with m...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...itebytes(state, 0x57, buf, 1);
/* write sdm1 input */
buf[0] = 0x10;
@@ -608,11 +599,10 @@ static int nxt200x_setup_frontend_parameters(struct dvb_frontend *fe)
case NXT2004:
nxt200x_writebytes(state, 0x58, buf, 2);
break;
default:
return -EINVAL;
- break;
}
/* write sdmx input */
switch (p->modulation) {
case QAM_64:
@@ -624,11 +614,10 @@ static int nxt200x_setup_frontend_parameters(struct dvb_frontend *fe)
case VSB_8:
buf[0] = 0x60;
break;
default:
return -EINVAL;
- break;
}
buf[1] = 0x00;
switch (state->demod_chip) {
ca...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...itebytes(state, 0x57, buf, 1);
/* write sdm1 input */
buf[0] = 0x10;
@@ -608,11 +599,10 @@ static int nxt200x_setup_frontend_parameters(struct dvb_frontend *fe)
case NXT2004:
nxt200x_writebytes(state, 0x58, buf, 2);
break;
default:
return -EINVAL;
- break;
}
/* write sdmx input */
switch (p->modulation) {
case QAM_64:
@@ -624,11 +614,10 @@ static int nxt200x_setup_frontend_parameters(struct dvb_frontend *fe)
case VSB_8:
buf[0] = 0x60;
break;
default:
return -EINVAL;
- break;
}
buf[1] = 0x00;
switch (state->demod_chip) {
ca...