Skip to content

Releases: dominodatalab/r-package

Minor update to path checking to resolve warning on CRAN

22 Nov 22:52
d0e7a04
Compare
Choose a tag to compare
update path checking mechanism (#10)

* update path checking mechanism

* remove unnecessary block and conditionals

* remove comment

* update versions

* update docs

Version 0.3.0

11 Jul 14:13
0.3.0
Compare
Choose a tag to compare

Domino R Package Version 0.3.0

The Domino Data Lab Team is happy to announce the release of version 0.3.0 of the Domino R Package to CRAN. The Domino R Package allows R developers to interact with the Domino CLI from their R applications. Using the Domino R Package, R developers can do things like create projects, synchronize files, and trigger runs from their R code.

Changes

  • The project has been modernized for forward development. Special thanks to @JackStat for that contribution in PR #2
  • Surface a warning when a Domino hostname isn't explicitly provided. Domino has moved away from defaulting to "app.dominodatalab.com" in this situation. Developers should explicitly specify the hostname of their Domino install moving forward. (PR #7)
  • Start adding integration tests to ensure the package works as the CLI evolves. (PR #8)
  • Various minor tweaks to the project (e.g. removing references to our old domain)

Get the Domino R Package

The Domino R package is available from CRAN at this URL: https://cran.r-project.org/web/packages/domino/index.html

You should be able to install the package within R by running:

install.packages("domino")