Package: hellomojo 0.0.1.9000
hellomojo: An Example R Package that Uses 'mojo' Through the .Call Interface
This package demonstrates how to use the 'mojo' by calling shared library builds from R through its .Call interface.
Authors:
hellomojo_0.0.1.9000.tar.gz
hellomojo_0.0.1.9000.tgz(r-4.6-x86_64)hellomojo_0.0.1.9000.tgz(r-4.6-arm64)hellomojo_0.0.1.9000.tgz(r-4.5-x86_64)hellomojo_0.0.1.9000.tgz(r-4.5-arm64)
hellomojo_0.0.1.9000.tar.gz(r-4.7-arm64)hellomojo_0.0.1.9000.tar.gz(r-4.7-x86_64)hellomojo_0.0.1.9000.tar.gz(r-4.6-arm64)hellomojo_0.0.1.9000.tar.gz(r-4.6-x86_64)
hellomojo_0.0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
hellomojo/json (API)
| # Install 'hellomojo' in R: |
| install.packages('hellomojo', repos = c('https://sounkou-bioinfo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sounkou-bioinfo/hellomojo/issues
Last updated from:701fc31598. Checks:6 ERROR, 2 OK, 5 NOTE. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 142 | ||
| linux-devel-x86_64 | ERROR | 138 | ||
| source / vignettes | OK | 116 | ||
| linux-release-arm64 | ERROR | 183 | ||
| linux-release-x86_64 | ERROR | 177 | ||
| macos-release-arm64 | ERROR | 92 | ||
| macos-release-x86_64 | NOTE | 150 | ||
| macos-oldrel-arm64 | ERROR | 92 | ||
| macos-oldrel-x86_64 | NOTE | 172 | ||
| windows-devel | NOTE | 86 | ||
| windows-release | NOTE | 59 | ||
| windows-oldrel | NOTE | 47 | ||
| wasm-release | OK | 81 |
Exports:hellomojohellomojo_addhellomojo_convolvehellomojo_device_infomojo_build_packagemojo_check_python_requirementsmojo_compilemojo_findmojo_infomojo_install
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Hello from Mojo Call the native 'hello' function from the Mojo shared library | hellomojo |
| Add two numbers using the native 'add' function from the Mojo shared library | hellomojo_add |
| 1D convolution using the native Mojo function | hellomojo_convolve |
| Get system and GPU device information using Mojo Shows both CPU and GPU information when available | hellomojo_device_info |
| Build Mojo library for this package | mojo_build_package |
| Check if system requirements for Mojo compilation are available | mojo_check_python_requirements |
| Compile Mojo code and create R wrapper functions | mojo_compile |
| Find Mojo binary in virtual environment or system | mojo_find |
| Get information about Mojo installation | mojo_info |
| Create a Python virtual environment and install Mojo | mojo_install |
