Last updated on 2025-09-10 11:48:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 115.60 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 104.45 | OK | |||
r-release-macos-arm64 | 1.0.1 | 36.00 | ERROR | |||
r-release-macos-x86_64 | 1.0.1 | 66.00 | ERROR | |||
r-oldrel-macos-arm64 | 1.0.1 | 42.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.1 | 56.00 | ERROR |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘memshare-Ex.R’ failed
The error most likely occurred in:
> ### Name: registerVariables
> ### Title: Function to register variables in a shared memory space.
> ### Aliases: registerVariables
> ### Keywords: multithreading
>
> ### ** Examples
>
> library(memshare)
> n = 10
> m = 10
>
> TargetMat= matrix(rnorm(n * m), n, m) # target matrix
> x_vec = rnorm(n) # some other vector
>
> namespace = "my_namespace_reg_ex"
> registerVariables(namespace, list(TargetMat=TargetMat, x_vec=x_vec))
Error in registerVariables(namespace, list(TargetMat = TargetMat, x_vec = x_vec)) :
registerVariables error: Allocation error: Variable was already registered!
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.1
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
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.