Skip to content

Commit

Permalink
Fix some R NOTEs, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Jun 10, 2016
1 parent d69bb62 commit 9b85513
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions domino/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: domino
Version: 0.2-7
Version: 0.3.0
Type: Package
Title: R Console Bindings for the 'Domino Command-Line Client'
Date: 2015-05-27
Date: 2016-06-10
Author: Jacek Glodek <jacek@theiterators.com>
Maintainer: Nick Elprin <nick@dominodatalab.com>
Copyright: Domino Data Lab Inc.
Expand All @@ -18,3 +18,4 @@ SystemRequirements: domino (~>1.7.1)
URL: http://www.dominodatalab.com
RoxygenNote: 5.0.1
Suggests: testthat
Imports: utils, grDevices
2 changes: 2 additions & 0 deletions domino/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export(domino.snapshot)
export(domino.status)
export(domino.sync)
export(domino.upload)
import(grDevices)
import(utils)
10 changes: 6 additions & 4 deletions domino/R/domino.snapshot.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#' @title domino.snapshot
#' @name domino.snapshot
#'
#'
#' @description take a snapshot of your command history and workspace.
#'
#'
#' @param commitMessage A committ message to record with you snapshot
#'
#'
#' @import grDevices
#' @import utils
#'
#' @export


Expand All @@ -30,4 +33,3 @@ domino.snapshot <- function(commitMessage) {

domino.upload(commitMessage)
}

0 comments on commit 9b85513

Please sign in to comment.