CRAN Package Check Results for Package memshare

Last updated on 2025-09-11 05:48:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.0.1 19.53 25.67 45.20 OK
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-patched-linux-x86_64 1.0.1 28.29 30.55 58.84 OK
r-release-macos-arm64 1.0.1 35.00 ERROR
r-release-macos-x86_64 1.0.2 66.00 OK
r-oldrel-macos-arm64 1.0.1 40.00 ERROR
r-oldrel-macos-x86_64 1.0.2 57.00 OK
r-oldrel-windows-x86_64 1.0.1 68.00 90.00 158.00 NOTE

Additional issues

M1mac

Check Details

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-oldrel-macos-arm64

Version: 1.0.1
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-oldrel-macos-arm64, r-oldrel-windows-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.
Health stats visible at Monitor.