Skip to content

Commit

Permalink
A few changed requested from a CRAN admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Hwang committed May 13, 2015
1 parent f7b2066 commit 3e142a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bigml/DESCRIPTION
@@ -1,10 +1,10 @@
Package: bigml
Type: Package
Title: R bindings for the BigML API
Title: Bindings for the BigML API
Version: 0.1.2
Date: 2015-05-08
Authors@R: c(person("Leon", "Hwang", role=c("cre", "aut"), email="hwang@bigml.com"))
Description: The bigml package contains bindings for the BigML API.
Description: The 'bigml' package contains bindings for the BigML API.
The package includes methods that provide straightforward access
to basic API functionality, as well as methods that accommodate
idiomatic R data types and concepts.
Expand Down
7 changes: 4 additions & 3 deletions bigml/R/bigml-package.R
Expand Up @@ -19,16 +19,17 @@
#' @docType package
#' @template author
#' @keywords package
#' @examples
#' @examples
#' \dontrun{
#' # set default credentials
#' setCredentials('username', 'key')
#' model = quickModel(iris, 'Species')
#' quickPrediction(model, c(Petal.Width=0.2, Petal.Length=1.4))
#'
#' # use specific credentials
#' quickPrediction(model, c(Petal.Width=0.2, Petal.Length=1.4), username='someuser', api_key='somekey')
#'
#' quickPrediction(model, c(Petal.Width=0.2, Petal.Length=1.4),
#' username='someuser', api_key='somekey')
#'
#' # list most recent sources
#' listSources()
#'
Expand Down

0 comments on commit 3e142a8

Please sign in to comment.