Peter DeWitt

Results 18 comments of Peter DeWitt

I'll dig into this more. I am certain you are correct that there is a plugin or some other issue on my end causing this error. When starting to look...

I've tracked down a possible cause: `syntax enable` I have removed _all_ plug-ins from my bundle with the exception of pathogen and Nvim-R. Minimal `init.vim` that behaves as expected: ```bash...

I have ran into this issue with one of my packages, [cpr](https://github.com/dewittpe/cpr). I think it might have something to do with reading .rds files within a test, or rather, from...

@privefl -- I have run into the same again. [test-coverage](https://github.com/dewittpe/cpr/actions/runs/1780304307) and [R-CMD-check](https://github.com/dewittpe/cpr/actions/runs/1780304304) failed when I needed to read in a larger .rds file. I'm rethinking my testing objectives and writing...

Just adding an update to this issue. I have tried to reproduce this behavior on other systems and I have been unable to do so and this is just a...

> @dewittpe this is expected behavior, though as you note not necessarily intuitive. :rage: We can take the conversation off-line. I would very much like to know what went into...

These are all the files with non ascii characters in the file name: ```bash peterdewitt@D2V-MPB2 [~/NREL/scout] ((v0.8)) $ find . -name '*[! -~]*' ./ecm_definitions/Prospective Com. Ctls. (ASHP–LFL) CC.json ./ecm_definitions/Best Com....

This is of concern as the name in the files also have the UTF-8 encoded en-dash which will likely cause unexpected errors down the road when someone writes a default...

The solution is to replace the non-ascii characters within the file names and within the file contents with ascii characters. Additionally, whatever process, IDE, person, is responsible for allowing the...

Additional consideration might be needed for the inputs with two or more values such as `exog_hp_rates` and `retro_set`