Bill Denney

Results 181 issues of Bill Denney

On Windows 11 with R 4.2.1, I get an ENOENT error for a path that does not exist when calling `path_real()` while the documentation says "the files in question do...

bug

This adds a Linux bash script to do most of the libuv version update steps to the instructions.

To make `pak` a more complete "alternative to `install.packages()`", I think that it would be useful if `pak` used the `Additional_repositories` field in the `DESCRIPTION` file: https://cran.r-project.org/doc/manuals/R-exts.html#Package-Dependencies > As I...

feature

When I try to install several GitHub packages using `pak` with GitHub actions, I get the following error: https://github.com/nlmixr2/babelmixr2/actions/runs/3169376141/jobs/5161243116#step:5:104 The relevant GitHub actions yaml file is here: https://github.com/nlmixr2/babelmixr2/blob/285f880fcb8902b3320d17878d584590cf41fe6c/.github/workflows/R-CMD-check.yaml#L42-L55

I have a file that I received which is a big-endian sas7bdat file. When I try to read it with read.sas7bdat, I get this error: ``` Error in read.sas7bdat(file.path(datadir, "myfile.sas7bdat"))...

I have a scenario where I'd like to have zero-area triangulations when they apply. What I'm trying to do is to create a random number generator based on the n-dimensional...

Related to #177 I'm looking to use `extract_eq()` to help with the `nlmixr2` package. It typically uses nonlinear, mixed-effect models that are defined by multiple equations. For that, I was...

Related to #252 I just tried to install `cmdstanr` in Windows with R 4.1. It comes from a drat repository where there is no R 4.1 binary built (yet), but...

The request: Can pkgr support post-installation commands that may be specific to a package? In my case, I would like to run `Rscript -e 'tinytex::install_tinytex();tinytex::tlmgr_install(pkgs=c("babel-greek", "greek-fontenc", "cbfonts"))'` or something very...