Displaying 2 results from an estimated 2 matches for "callgraphprimit".
2010 Nov 04
2
Roxygen: @example tag does not work for me
...get the Roxygen tag "@example" to work for me.
My "Roxygen-Header" of a script containing, say, a function looks like this:
#' My header
#'
#' My description
#'
#' @param a Blabla.
#' @param b Blabla.
#' @return \code{TRUE}.
#' @callGraphPrimitives
#' @references
#' \url{http://www.something.org /}
#' @author Janko Thyson \email{my.email@@something.com}
#' @example tests/foo.R
#' @seealso \code{\link{some.other.function}}
Foo <- function(a, b){cat("Doing nothing useful.")}
I thought that @exampl...
2008 Oct 07
3
Automatic code diagramming for R?
Greetings -
Is anyone aware of an automatic code diagrammer/flow chart creator that
works for the R language (either a contributed package, or external
software)? I need to explain some code structure of a package I'm working
on to non-R users, and would find it extremely helpful to have such a
program similar to, for example, Visustin (
http://www.aivosto.com/visustin.html ). I can do it