The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Title: R Source Code Modularizer
Version: 1.0.0.1
Description: Modularizes source code. Keeps the global environment clean, explicifies interdependencies. Inspired by 'RequireJS'http://requirejs.org/.
Depends: R (≥ 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-01-02 10:14:46 UTC; p.vandenberg
Author: Peter van den Berg [aut, cre]
Maintainer: Peter van den Berg <peter_v_d_berg@hotmail.com>
Repository: CRAN
Date/Publication: 2017-01-05 11:29:52

Loads given files and modularizes the given function

Description

Loads given files and modularizes the given function

Usage

requireR(...)

Arguments

...

A set of filenames, and/or ending with the modularizable function.

Examples

## Not run: 
#hello.R
requireR(function() {
  "hello"
})

#world.R
requireR(function() {
  "world"
})

requireR(
  "hello.R",
   "world.R",
   function(hello, world) {
     paste(hello, world)
   })

## End(Not run)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.