Skip to content

Commit

Permalink
add import for non-base functions & use roxygen for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jun 29, 2016
1 parent 2911271 commit 7a7af52
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
16 changes: 13 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Package: meow
Type: Package
Title: Get Random Pictures of Cats
<<<<<<< HEAD
Description: Queries http://thecatapi.com for cute cat photos and displays them in yor R session. Meow!
Version: 0.1.3.9000
=======
Description: Queries http://thecatapi.com for cute cat photos and displays them
in yor R session. Meow!
Version: 0.1.3
>>>>>>> 0d947b3... add import for non-base functions & use roxygen for documentation
Date: 2015-05-13
Authors@R: c(
person(c("Alex", "M"), "Chubaty",
Expand All @@ -15,6 +21,10 @@ Authors@R: c(
URL: http://github.com/achubaty/meow
BugReports: https://github.com/achubaty/meow/issues
License: GPL
Depends: R (>= 3.1.2)
Imports: jpeg
Suggests: testthat
Depends:
R (>= 3.1.2)
Imports:
jpeg
Suggests:
testthat
RoxygenNote: 5.0.1
4 changes: 3 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand

export(meow)
importFrom(graphics,plot)
importFrom(jpeg,readJPEG)
importFrom(utils,download.file)
2 changes: 2 additions & 0 deletions R/meow.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ NULL
#' @return Invisibly returns logical, \code{TRUE} indicating success.
#' Invoked for its side effect of displaying a cat picture.
#'
#' @importFrom graphics plot
#' @importFrom jpeg readJPEG
#' @importFrom utils download.file
#' @export
#' @docType methods
#' @rdname meow-method
Expand Down
3 changes: 2 additions & 1 deletion man/meow-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/meow-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a7af52

Please sign in to comment.