Andrew Borgman
Andrew Borgman
> @borgmaan Are you suggesting to make the `blockData` object itself a JSON object or to build the "recipes" themselves from a JSON? @Jeff-Thompson12 -- just the recipes as a...
I am able to reproduce this issue with the following steps: 1. Clone repo and checkout `dev` 2. Install dependencies with `devtools::install_dev_deps()` 3. Run app via `dev/run_dev.R` *within RStudio* 4....
Here's the behavior and environment details for both an M1 and Intel mac using the Chrome browser. Both show file dialog windows that allow me to choose a file when...
I believe this is the default Safari behavior. You can have Safari prompt for a download location by changing *File download location* in the browser *Preferences*: If you are aligned,...
I think this raises some larger questions about the application workflow and how `riskmetric` is being used within the application. In general, `riskassessment` seems very CRAN-focused. `riskmetric` does not have...
This is due to the metric not being defined for `pkg_ref(..., source = "pkg_cran_remote")` objects (see [here](https://github.com/pharmaR/riskmetric/blob/master/R/assess_export_help.R#L17-L22)). Addressing this will need to wait until we have a mechanism to assess...
> @AARON-CLARK & @borgmaan [9195335](https://github.com/pharmaR/riskassessment/commit/919533504bf4d0f9c5cf5cf4d46468cfe2ec9802) appears to have resolved the issue. I'm not entirely sure what is different that makes it work so maybe another pair of eyes would be...
@AARON-CLARK A few thoughts/questions on these before moving forward: ### styling/linting Is there interest in making to commitment to adhere to a workflow that includes this? If so, a first...