Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example in write_R2Bin()not working #110

Closed
JohannesFriedrich opened this issue Apr 4, 2022 · 1 comment
Closed

Example in write_R2Bin()not working #110

JohannesFriedrich opened this issue Apr 4, 2022 · 1 comment
Labels
cosmetic issue Not a bug, but it looks nicer if changed

Comments

@JohannesFriedrich
Copy link

Describe the bug
The example given in the manual for the function write_R2BIN() is not working.

Please add a minimalistic reproducible example

library(Luminescence)
data(ExampleData.BINfileData, envir = environment())

temp_file <- temp_file <- tempfile(pattern = "output", fileext = ".bin")
write_R2BIN(CWOSL.SAR.Data, file = temp_file)

(BTW: The double temp_file is not necessary ;-) )

Expected behaviour

Screenshots

Bildschirmfoto 2022-04-04 um 12 57 57

Session info

sessionInfo()
R version 4.1.3 (2022-03-10)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.7

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] Luminescence_0.9.19

loaded via a namespace (and not attached):
[1] httr_1.4.2 compiler_4.1.3 magrittr_2.0.3 R6_2.5.1 magick_2.7.3
[6] parallel_4.1.3 tools_4.1.3 Rcpp_1.0.8.3 grid_4.1.3 data.table_1.14.2
[11] png_0.1-7

@RLumSK RLumSK added the cosmetic issue Not a bug, but it looks nicer if changed label Apr 4, 2022
@RLumSK
Copy link
Member

RLumSK commented Apr 4, 2022

Thanks @JohannesFriedrich for reporting, I will attend to it.

RLumSK added a commit that referenced this issue Apr 4, 2022
@RLumSK RLumSK closed this as completed Apr 4, 2022
RLumSK added a commit that referenced this issue Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmetic issue Not a bug, but it looks nicer if changed
Projects
None yet
Development

No branches or pull requests

2 participants