Antoine Fabri

Results 312 issues of Antoine Fabri

We could use those for every object in fact but it's of little value, except maybe for corner cases where no other constructor works well. For environments it makes perfect...

We have mostly shied away for encoding hell so far. We usefully print the code points for special characters which helps for homoglyphs but otherwise we really expect everything to...

adresses #74 The idea of construct_workspace() is is to produce readable code that rebuilds the session's objects, and probably attach the right packages (because we can and why not). There...

adresses #4

draft/WIP ``` foo

Low priority * Active bindings themselves are a bit hard to explore, we have to know about `activeBindingFunction()` and then explore environments, {constructive} might help * The way we reproduce...

Old name _multi was still used in doc. Replaced by new name _mixed.

I got into a situation that can be simplified like this : ``` # in development with devtools old_ns ℹ Loading mypkg new_ns new_ns #> identical(old_ns, new_ns) #> [1] FALSE...

To re produce, within any package project (named PACKAGE below) : ``` devtools::load_all(".") #> ℹ Loading PACKAGE search() #> [1] ".GlobalEnv" "devtools_shims" "package:PACKAGE" "package:testthat" "tools:rstudio" "package:stats" #> [7] "package:graphics" "package:grDevices"...

Better encoding support Closes #384 Needs to be tried on windows machine before merging