This is the Linux app named box whose latest release can be downloaded as box1.2.0sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named box with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
box
DESCRIPTION
box is an R package providing a modular system / module loader for organizing reusable R code outside of full packages. It allows users to treat R scripts (files/folders) as modules — possibly nested — with explicit exports, imports, and scoping. The idea is to let users structure code in a more modular, composable way, without needing every reusable component to be a full CRAN-style package. It also provides a cleaner syntax for importing functions or modules (via box::use) that allows scoping control and avoids global pollution.
Features
- Modules are regular R files/folders (not full packages) that can export selected functions via #' @export or implicitly export everything
- box::use() syntax supports explicit import of specific names, aliasing, and limiting attached names to local scope rather than global environment pollution
- Nested modules / hierarchical module path support (modules inside directories, relative paths, fully qualified names)
- Support for unloading / reloading modules, module caching etc., useful during development or interactive use
- Provides help/documentation via box::help(), supports roxygen2 style documentation in modules etc.
- Works with compiled code, supports dependencies, suggestions of using modules instead of packages for smaller reusable pieces
Programming Language
R
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/box.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.