Sean Wilson

Results 10 issues of Sean Wilson

#### Summary: If the path to the output file in the Stan CSV matches one of the regexes in `read_csv_header()`, then the function throws an error. #### Description: `read_csv_header()` uses...

The current behavior of the `useTicks` argument to `chordNetwork` appears to default to a tick interval of 1000, and the tick label format defaults to 'nk' to indicate n thousands....

bug
chordNetwork

I am trying to connect to a web server (in this case, the status page for Presto database) that is accessible via SSH and am having trouble creating a tunnel....

**Describe the bug** It appears that the handling of `#include` statements/`include_paths` may have changed from 0.5.2 to 0.5.3. With 0.5.3, the example from #680 gives this error: ```r library(cmdstanr) #>...

bug

pkgr appears to ignore a repo customization to install source packages. With this `pkgr.yml` ```yaml Version: 1 Packages: - dplyr Repos: - MPN: https://mpn.metworx.com/snapshots/stable/2020-09-20 Customizations: Repos: - MPN: Type: source...

`pkgr plan` throws an error with a minimal `pkgr.yml`. It may be particular to the (previously working) 2020-09-20 snapshot. ```sh ➜ /tmp cat pkgr.yml Version: 1 Packages: - dplyr Repos:...

The Linux installation instructions in `README.md` are ```sh sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v0.5.0-beta.3/pkgr_0.5.0-beta.3_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz sudo tar xzf /tmp/pkgr.tar.gz pkgr sudo mv pkgr /usr/local/bin/pkgr sudo chmod +x /usr/local/bin/pkgr ``` There are a...

#281 gave pkgr the ability to parse `DESCRIPTION` files. This functionality is not documented, and should be, in the wiki and possibly in the CLI help.

The [user manual](https://github.com/metrumresearchgroup/pkgr/wiki/user_manual) describes the `Lockfile` configuration option as > Lockfile to look for, specified by its type. Pkgr supports Packrat and Renv lockfiles. It seems that if `Type: renv`,...

Is there any interest in adding a dplyr-like function that implements [`CROSS JOIN UNNEST`](https://prestodb.io/docs/current/sql/select.html#unnest)? I use the below frequently and am curious if it could be useful in RPresto. ```r...

enhancement