- Feb 08, 2021
-
-
Jean-Francois Rey authored
-
- Nov 06, 2020
-
-
Jean-Francois Rey authored
-
- Nov 04, 2020
-
-
Jean-Francois Rey authored
-
Jean-Francois Rey authored
-
Jean-Francois Rey authored
-
- Nov 03, 2020
-
-
Jean-Francois Rey authored
-
- Nov 02, 2020
-
-
Jean-Francois Rey authored
Try to identify testthat bugs
-
- Jul 19, 2019
-
-
Julien Boge authored
-
Julien Boge authored
-
- Jul 02, 2019
-
-
Jean-Francois Rey authored
Add maptt proxy See merge request !2
-
Julien Boge authored
We used to return the MapTT factory objects directly, preventing objects to be updated. Thus, after initialization, `maptt` was still null, and we were unable to retrieve maptt through the Proxy. To fix this behaviour, we now use functions to return objects.
-
- Jul 01, 2019
-
-
Julien Boge authored
-
- Jun 14, 2019
- Jun 03, 2019
-
-
Jean-Francois Rey authored
MapTT See merge request !1
-
- May 31, 2019
-
-
Julien Boge authored
R timestamps are in seconds, whereas Javascript has them in ms, so we convert them.
-
Julien Boge authored
If times are stored as characters but contain only digits, we convert them to numeric and process them as such.
-
- May 29, 2019
-
-
Julien Boge authored
tt.event's time column represent timestamps but are stored as characters (!)
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
Changing origin day for julian days has makes these dates relatives, and useless for tests. We now use only absolute dates, except in the specific julian days test. Also, setting timestamps directly inside the time column has obliged us to modify dates in some tests.
-
Julien Boge authored
Convert times from several types to timestamps once and for all. Times are also stored as timestamps in the final GeoJSON string. It's more convenient for TimeDimension, because it uses only timestamps. Julian days now refer to the current day instead of a fixed one. Also handle Date objects.
-
- May 28, 2019
-
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
Some conditions were applied on both single values and vectors using || and && operators. It passed the tests, but caused errors on check-cran.
-
Julien Boge authored
The check of R-cran consider a column name as a variable. Therefore, ieeded to replace the subset function by another command.
-
- May 27, 2019
-
-
jfuser authored
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
-
Jean-Francois Rey authored
-
Julien Boge authored
-
Julien Boge authored
-
Julien Boge authored
-