You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will address this when I get back from the survey if no one else has an idea/answer. I have been struggling to get the convert_bvdr_marp() function to work with bvdrs on my boat and I thought my bvdrs were corrupted, but upon running the function again with bvdrs from last year that worked in 2023, I ran into the same issue. I'm wondering if it's a version issue, or something else.
Here is what I have been doing:
Get bvdr(s) for the haul I'm interested in, and replace the SUB character with nothing in the bvdrs using Notepad++
Run convert_bvdr_marp(path_bvdr = "C:/Users/margaret.siple/Work/Survey tools/Rsurvey/My test BVDR files/20230607-00Z.bvdr") (or whatever bvdr file)
When I run that line, I get the "more than 50 warnings" message and these are the first two:
The resulting .marp files are empty.
Session info pasted below. I am stumped and wondering if it is like... something to do with how the bvdr files are edited by Notepad++ or something?? Or maybe I'm overthinking it.
If anyone is out there and willing to test the function, this is the file I used to test it, that converted just fine last year (I tried a few, this is just an example).
R version 4.3.2 (2023-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8 LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8
time zone: America/Anchorage
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] GAPsurvey_2024.04.05
loaded via a namespace (and not attached):
[1] compiler_4.3.2 tools_4.3.2 rstudioapi_0.16.0 highr_0.11 knitr_1.47
[6] xfun_0.45 evaluate_0.24.0
The text was updated successfully, but these errors were encountered:
Basic issues with bvdr to marp conversion
I will address this when I get back from the survey if no one else has an idea/answer. I have been struggling to get the
convert_bvdr_marp()
function to work with bvdrs on my boat and I thought my bvdrs were corrupted, but upon running the function again with bvdrs from last year that worked in 2023, I ran into the same issue. I'm wondering if it's a version issue, or something else.Here is what I have been doing:
SUB
character with nothing in the bvdrs using Notepad++convert_bvdr_marp(path_bvdr = "C:/Users/margaret.siple/Work/Survey tools/Rsurvey/My test BVDR files/20230607-00Z.bvdr")
(or whatever bvdr file)When I run that line, I get the "more than 50 warnings" message and these are the first two:
The resulting .marp files are empty.
Session info pasted below. I am stumped and wondering if it is like... something to do with how the bvdr files are edited by Notepad++ or something?? Or maybe I'm overthinking it.
If anyone is out there and willing to test the function, this is the file I used to test it, that converted just fine last year (I tried a few, this is just an example).
The text was updated successfully, but these errors were encountered: