Skip to content

R versions to support and which to cover in test suite #161

@clhunsen

Description

@clhunsen

Description

Originating in #152, the question arose which R versions we should support and which to cover in the test suite.

Motivation

Currently, we explicitly support R version 3.3.1 (see README.md). However, new versions of R are released over time and we should ensure that these work with our network library in principle.

Ideas for the Implementation

There are two work items for this issue (see also the discussion in #152):

  1. We definitely need to cover version 3.3.x in the test suite (i.e., TravisCI), since this version is installed in all our containers!
  2. We need to find a way to reliably and correctly install all dependencies (i.e., R packages) for all R version covered in our .travis.yml. Some dependencies are not available for older R version anymore. See TravisCI tests are failing for R 3.3 #152 (comment) for some further details.

What are your thoughts? Is this an issue that can be stalled until we transform this project itself into a proper R package?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions