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.
Sundin ang mga tagubiling ito upang patakbuhin ang app na ito:
- 1. Na-download ang application na ito sa iyong PC.
- 2. Ipasok sa aming file manager https://www.onworks.net/myfiles.php?username=XXXXX kasama ang username na gusto mo.
- 3. I-upload ang application na ito sa naturang filemanager.
- 4. Simulan ang OnWorks Linux online o Windows online emulator o MACOS online emulator mula sa website na ito.
- 5. Mula sa OnWorks Linux OS na kasisimula mo pa lang, pumunta sa aming file manager https://www.onworks.net/myfiles.php?username=XXXX gamit ang username na gusto mo.
- 6. I-download ang application, i-install ito at patakbuhin ito.
MGA SCREENSHOT:
kahon
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.
Mga tampok
- 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
Wika ng Programming
R
Kategorya
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.