Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Possible Linux setup issue across platforms #48

Open
eddelbuettel opened this issue Jun 23, 2019 · 0 comments
Open

Possible Linux setup issue across platforms #48

eddelbuettel opened this issue Jun 23, 2019 · 0 comments

Comments

@eddelbuettel
Copy link

I have been working on my anytime package and noticed something strange when running check_for_cran(). This is likely related to TZ and timezone settings. I consistently get the 'basic' Fedora and Ubuntu setups to fail, while Debian SAN/UBSAN passes.

It is of course entirely possible that I am doing something wrong or silly with the TZ detection. But it a) passes for me under all settings at home (using "America/Chicago") and b) also passes in Docker container when I use not TZ setting or when I use TZ="UTC". There is a known issue with Europe/London but that is different.

I worked around the issue by limiting tests when in release -- my scheme is using a.b.c as a release version whereas a.b.c.d is a development version in which all tests runs. So when reproducing make sure DESCRIPTION has an added digit for the version. To recap:

image

This has four passes for 0.3.4 because fewer tests run, for 0.3.4.1 all run and the two failure occur on

Platform: Ubuntu Linux 16.04 LTS, R-release, GCC
Platform: Fedora Linux, R-devel, clang, gfortran

Let me if / how I can help.

@maelle maelle transferred this issue from r-hub/rhub Feb 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant