Colin Fay

Results 195 issues of Colin Fay

## Issue The . rcsignore file doesn't work with : 1. folders that are listed as `folder/` instead of `folder` 2. files that are in subdirectories ## Diagnosis 1. For...

manifest :memo:
feature

`{routr}` has everything built in for route matching, let's not rewrite it ourself https://routr.data-imaginist.com/index.html The todo list being : + [x] Basic routing + [x] Routing with keys + [x]...

## Describe the bug If I have the following code with single quote and a comment : ```r #' @import shiny this

## Expected behavior Running gisco_get_nuts(country = "Belgium") then gisco_get_nuts(country = "Austria") caches both, not only the latest. ## Observed behavior The package only caches the latest value. ```r > tp_dir...

## Expected behavior Changing the cache from one function call to the other doesn't save the correct data the second time. ## Observed behavior When changing the country and the...