John Muschelli
John Muschelli
I see the information for running multiple files at https://github.com/OxWearables/stepcount?tab=readme-ov-file#processing-multiple-files, but it would be great if you can pass in multiple files directly. The benefits: 1. Downloading the model only...
I think this is related to #502 so if the answer is "`POSIXct` precision < 1 second isn't expected", then please let me know. Also related to https://github.com/tidyverse/readr/issues/1394 in some...
Here is a reprex of the issues that are occurring due to specific storage types that seems to be a "bug" ``` r library(agcounts) library(read.gt3x) library(actigraph.sleepr) library(curl) #> Using libcurl...
We move the src/ into R/ so it is a full R package. The `src/` symlink does not work for R packages and installing via GitHub. This changes the symlink...
``` r devtools::install_github("forestry-labs/Rforestry") #> Using github PAT from envvar GITHUB_PAT. Use `gitcreds::gitcreds_set()` and unset GITHUB_PAT in .Renviron (or elsewhere) if you want to use the more secure git credential store...
This should fix #9 if https://github.com/forestry-labs/Rforestry/pull/148 is incorporated.
### Purpose/implementation Section #### What changes are being implemented in this Pull Request? Tidy up the coqui code so that it's not a large if statement #### What was your...
Fix for #140. Dates have a `char_length` issue with `10` chars and `strrep` fails. This allows for that to not fail.
I found a problem with the `resolution` function. I expected it to fail on `difftime` objects uniformly but it does not. This is related to the `scales` package: Here is...
**Describe the bug** `arc_select` not read from feature server - unclear if error in Rust/on FeatureServer end, fails at `_wrap__multi_resp_process_` or `arcpbf::process::process_feature_result`. **To Reproduce** ``` r url = "https://services1.arcgis.com/UWYHeuuJISiGmgXx/ArcGIS/rest/services/911_CallsForService_2025/FeatureServer/0" arc...