I just switched to Main branch per your email. I'm running a test report now. Got the following error.
|....................................................................... | 77% [sf-results] Error in read_data():
! Argument 'svg' or 'css' must be a file path, url, or raw vector.
Backtrace:
header_file_create("Physical", "Sand Fraction")
rsvg::rsvg_svg(...)
rsvg:::rsvg_format(...)
rsvg:::read_data(svg)
Called from: signal_abort(cnd)
Browse[1]>
Quitting from lines 5-7 [unnamed-chunk-183] (./templates/sand_fraction_testing.Rmd)
Quitting from lines 392-399 [sf-results] (report.Rmd)
I just switched to Main branch per your email. I'm running a test report now. Got the following error.
|....................................................................... | 77% [sf-results] Error in
read_data()
: ! Argument 'svg' or 'css' must be a file path, url, or raw vector. Backtrace:Quitting from lines 5-7 [unnamed-chunk-183] (./templates/sand_fraction_testing.Rmd)
Quitting from lines 392-399 [sf-results] (report.Rmd)
Here is the report function:
generate_report( .site_name = "Maroon Creek Club", .site_name_abbr = "35873-maroon-creek", .zip_code = 81611, .date_sample_submitted = "2024-09-18", .start_date = "2017-01-01", .om_seasons = "season", .warm_or_cool = "cool", .acid_extract = "Mehlich", .include_results_interpretation = "No", .include_sand_fraction = "Yes", .output = "html" )