Skip to content

implement 'useCI' or similar to set up basic .travis file for automated module testing #74

Description

@achubaty

see here for getting travis setup for non-R packge code.

We would need to:

  1. install any system dependencies (GDAL, mapshaper, etc.); [to be done by the user]
  2. install all dependency packages (start with SpaDES and testthat, then parse the module metadata for reqdPkgs and install them);
  3. ensure the template test .R files each load any packages required of them and clean up after themselves.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions