Andrew Johnson
Andrew Johnson
Currently experiencing this on Windows ARM64 (so not sure if present in x86) with all packages that need `winlibs` static libs (where the library isn't already in rtools). If I...
With the merge of stan-dev/math#3087, the `lub_*` constrain and free functions now support a single tuple of bounds. It would be great to add the `lower_upper` bounds type so that...
Adds recipe for building oneTBB following their [instructions for WASM](https://github.com/oneapi-src/oneTBB/blob/master/WASM_Support.md). Let me know if I've missed anything, thanks!
#### Summary: A useful addition for simpler expressions with more complex indexing/subsetting would be to support logical indices. On the backend, this could just be syntactic sugar which first constructs...
Hello PTD Team! I've had a bug-report/request on [FutureNHS](https://future.nhs.uk/connect.ti/MDC/messageShowThread?messageId=27468779&threadId=14506606) about the order of the variation and assurance icons in the PBI visual not matching that of the excel template -...
#### Submission Checklist - [x] Builds locally - [x] New functions marked with `` `` - [x] Declare copyright holder and open-source license: see below #### Summary Corresponding docs PR...
Also removes checking against rstan `experimental`, now that `develop` is the main source
Package fails to compile due to TBB architecture/machine detection [issues](https://github.com/r-universe-org/help/issues/335), investigate appropriate [TBB macros for WASM](https://github.com/RcppCore/RcppParallel/blob/6f817167216e8954670ce8aba1c4fc732ff0da82/src/tbb/include/tbb/tbb_machine.h#L20C1-L35C46): ``` /** This header provides basic platform abstraction layer by hooking up appropriate architecture/OS/compiler...
- Parse multiple files in single call (multiple chains/paths) - ~~Use `stan::safe_open` for better errors with missing file(s)~~ - ~~Expand metadata parsing for non-sample methods~~