Skip to content

- taking John Frank's workflow and creating to functions for correcti…

102697e
Select commit
Loading
Failed to load commit list.
Open

Soni corr #33

- taking John Frank's workflow and creating to functions for correcti…
102697e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 16, 2026 in 14m 1s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #33 Soni corr.
Any changes that have been made to the deve branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language R
Operating System Linux (Xenial)
Build Configuration
{
  "sudo": "required",
  "language": "r",
  "services": [
    "docker"
  ],
  "install": true,
  "script": [
    "docker build . -t travis",
    "docker run -d -p 8787:8787 travis",
    "docker ps -a"
  ],
  "os": "linux",
  "group": "stable",
  "dist": "xenial"
}