Skip to content

Commit

Permalink
tweak description for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Jun 26, 2017
1 parent a495742 commit 9d11ee8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ vignettes/cover/logo/

R/TODO/
src/TODO/

TODO
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Description: Many data science problems reduce to operations on very tall,
skinny matrices. However, sometimes these matrices can be so tall that they
are difficult to work with, or do not even fit into main memory. One
strategy to deal with such objects is to distribute their rows across
several processors. To this end, we offer a container for tall, skinny,
distributed matrices ('shaqs') in the form of an 'S4' class. We also
provide many useful numerical methods for operating on these distributed
objects.
several processors. To this end, we offer an 'S4' class for tall, skinny,
distributed matrices, called the 'shaq'. We also provide many useful
numerical methods and statistics operations for operating on these
distributed objects. The naming is a bit "tongue-in-cheek", with the class
a play on the fact that 'Shaquille' 'ONeal' ('Shaq') is very tall, and he
starred in the film 'Kazaam'.
License: BSD 2-clause License + file LICENSE
Depends:
R (>= 3.0.0),
Expand Down
10 changes: 6 additions & 4 deletions R/kazaam-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#' skinny matrices. However, sometimes these matrices can be so tall that they
#' are difficult to work with, or do not even fit into main memory. One
#' strategy to deal with such objects is to distribute their rows across
#' several processors. To this end, we offer a container for tall, skinny,
#' distributed matrices ('shaqs') in the form of an 'S4' class. We also
#' provide many useful numerical methods for operating on these distributed
#' objects.
#' several processors. To this end, we offer an 'S4' class for tall, skinny,
#' distributed matrices, called the 'shaq'. We also provide many useful
#' numerical methods and statistics operations for operating on these
#' distributed objects. The naming is a bit "tongue-in-cheek", with the class
#' a play on the fact that 'Shaquille' 'ONeal' ('Shaq') is very tall, and he
#' starred in the film 'Kazaam'.
#'
#' @importFrom pbdMPI isend irecv send recv allreduce bcast comm.size comm.rank
#' comm.stop comm.all comm.max get.jid
Expand Down
10 changes: 6 additions & 4 deletions man/kazaam-package.Rd

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

0 comments on commit 9d11ee8

Please sign in to comment.