Skip to content

Update test-migration.R

bb4d6ad
Select commit
Loading
Failed to load commit list.
Open

Added project.directory parameter to create.project.R #323

Update test-migration.R
bb4d6ad
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 3, 2025 in 6m 45s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #323 Added project.directory parameter to create.project.R.
Any changes that have been made to the master 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 (Bionic)
Build Configuration
{
  "language": "r",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "cache": {
    "packages": true
  },
  "warnings_are_errors": true,
  "addons": {
    "apt": {
      "sources": [
        {
          "name": "ubuntu-toolchain-r-test"
        }
      ],
      "packages": [
        "unixodbc-dev",
        "r-cran-rodbc"
      ]
    }
  },
  "before_install": [
    "pip install pandas",
    "sudo $(which R) CMD javareconf"
  ],
  "env": [
    "global={:_R_CHECK_FORCE_SUGGESTS_=>\"false\"}"
  ]
}