Displaying 4 results from an estimated 4 matches for "timeone".
Did you mean:
timezone
2017 May 17
3
problem running test on a system without /etc/localtime
Hi all,
A problem with tests while building R.
I'm packaging R for Sisyphus repository and package build environment,
by design, doesn't have /etc/localtime file present. This causes failure
with Sys.timeone during test run:
[builder at localhost tests]$ ../bin/R --vanilla < reg-tests-1d.R
> ## PR#17186 - Sys.timezone() on some Debian-derived platforms
> (S.t <- Sys.timezone())
Error in normalizePath("/etc/localtime") :
(converted from warning) path[1]="/etc/localtime&qu...
2011 May 27
0
How to process raw trip records to get number of persons per trip by vehicle
I have a large data set containing travel records for a para-transit
system. There is one record for each person transported, that contains
the following information:
Vehicle.Id Customer.Id Trip.Date TimeOn TimeOff Fare
W36 1 2009.07.01 09:15
09:53 3.75
W36 2 2009.07.01 09:23
2017 May 17
0
problem running test on a system without /etc/localtime
..., Kirill Maslinsky <kirill at altlinux.org> wrote:
> Hi all,
>
> A problem with tests while building R.
>
> I'm packaging R for Sisyphus repository and package build environment,
> by design, doesn't have /etc/localtime file present. This causes failure
> with Sys.timeone during test run:
>
> [builder at localhost tests]$ ../bin/R --vanilla < reg-tests-1d.R
>
>> ## PR#17186 - Sys.timezone() on some Debian-derived platforms
>> (S.t <- Sys.timezone())
> Error in normalizePath("/etc/localtime") :
> (converted from warning) p...
2017 May 17
1
problem running test on a system without /etc/localtime
...>> Hi all,
>>
>> A problem with tests while building R.
>>
>> I'm packaging R for Sisyphus repository and package build environment,
>> by design, doesn't have /etc/localtime file present. This causes failure
>> with Sys.timeone during test run:
>>
>> [builder at localhost tests]$ ../bin/R --vanilla < reg-tests-1d.R
>>
>>> ## PR#17186 - Sys.timezone() on some Debian-derived platforms
>>> (S.t <- Sys.timezone())
>> Error in normalizePath("/etc/lo...