Hi,
I'm having a problem running 'rawrr' on my mac. following a completely smooth install, I get the following error with the demo data:
`> sampleFilePath()
[1] "/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/rawrr/extdata/sample.raw"
readFileHeader(rawfile = sampleFilePath())
sh: /Users/gabbiano/Library/Caches/org.R-project.R/R/rawrr/rawrrassembly/osx-x64/rawrr: Permission denied
Error in if (rvs != "No RAW file specified!") { :
argument is of length zero
In addition: Warning message:
In system2(exe, stdout = TRUE) :
running command ''/Users/gabbiano/Library/Caches/org.R-project.R/R/rawrr/rawrrassembly/osx-x64/rawrr'' had status 126`
Error could be related to:
`> list.files(rawrrAssemblyPath())
[1] "rawrr"`
Do I need to compile directly from source or can the package function out of the box also on a Mac?
BTW , a parallel install of the same version on Windows10 is OK and the package performs really well!
`> sessionInfo()
R version 4.5.1 (2025-06-13)
Platform: aarch64-apple-darwin20
Running under: macOS Sequoia 15.7.3
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.1
locale:
[1] C/UTF-8/C/C/C/C
time zone: Europe/Rome
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] rawrr_1.16.0 magrittr_2.0.4 massconverter_1.0.3
[4] remotes_2.5.0
loaded via a namespace (and not attached):
[1] desc_1.4.3 R6_2.6.1 glue_1.8.0 stringr_1.6.0
[5] stevedore_0.9.6 lifecycle_1.0.5 ps_1.9.1 cli_3.6.5
[9] processx_3.8.6 callr_3.7.6 vctrs_0.7.1 compiler_4.5.1
[13] purrr_1.2.1 rstudioapi_0.18.0 tools_4.5.1 pkgbuild_1.4.8
[17] curl_7.0.0 rlang_1.1.7 crayon_1.5.3 stringi_1.8.7 `
Hi,
I'm having a problem running 'rawrr' on my mac. following a completely smooth install, I get the following error with the demo data:
`> sampleFilePath()
[1] "/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/rawrr/extdata/sample.raw"
Error could be related to:
`> list.files(rawrrAssemblyPath())
[1] "rawrr"`
Do I need to compile directly from source or can the package function out of the box also on a Mac?
BTW , a parallel install of the same version on Windows10 is OK and the package performs really well!
`> sessionInfo()
R version 4.5.1 (2025-06-13)
Platform: aarch64-apple-darwin20
Running under: macOS Sequoia 15.7.3
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.1
locale:
[1] C/UTF-8/C/C/C/C
time zone: Europe/Rome
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] rawrr_1.16.0 magrittr_2.0.4 massconverter_1.0.3
[4] remotes_2.5.0
loaded via a namespace (and not attached):
[1] desc_1.4.3 R6_2.6.1 glue_1.8.0 stringr_1.6.0
[5] stevedore_0.9.6 lifecycle_1.0.5 ps_1.9.1 cli_3.6.5
[9] processx_3.8.6 callr_3.7.6 vctrs_0.7.1 compiler_4.5.1
[13] purrr_1.2.1 rstudioapi_0.18.0 tools_4.5.1 pkgbuild_1.4.8
[17] curl_7.0.0 rlang_1.1.7 crayon_1.5.3 stringi_1.8.7 `