@VisruthSK can you look into this when you have a chance? I initially thought this would resolve on its own but now that seems unlikely. It's been failing to build the dev site on every merged PR lately. Seems like an issue with the stringfish package, I'm guessing related to the recent RcppParallel update but everything else affected by that update seems to have resolved at this point, so not sure.
Error:
! in callr subprocess.
Caused by error in `build_reference()`:
! Failed to parse Rd in 'fit-method-save_object.Rd'
Caused by error in `dyn.load()`:
! unable to load shared object '/home/runner/work/_temp/Library/stringfish/libs/stringfish.so':
/home/runner/work/_temp/Library/stringfish/libs/stringfish.so: undefined symbol: _ZN3tbb8internal25concurrent_vector_base_v316internal_grow_byEmmPFvPvPKvmES4_
---
@VisruthSK can you look into this when you have a chance? I initially thought this would resolve on its own but now that seems unlikely. It's been failing to build the dev site on every merged PR lately. Seems like an issue with the stringfish package, I'm guessing related to the recent RcppParallel update but everything else affected by that update seems to have resolved at this point, so not sure.