Skip to content

Maps - #34

Open
ddurden wants to merge 85 commits into
NEONScience:devefrom
ddurden:maps
Open

Maps#34
ddurden wants to merge 85 commits into
NEONScience:devefrom
ddurden:maps

-updated output for correct angles, added plot output, and spreadsheet

e12b3fd
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Aug 30, 2026 in 2m 58s

Build Failed

The build failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #34 Maps.
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"
}