Johannes Ranke
Johannes Ranke
How would I rename a file like `git mv old_name new_name` with git2r? Copy the file with `base::file.copy` (or rename with `base::file.rename`), then `add` the new copy, then `rm_file`?
My reprex package [jranke:R6ExampleTest](https://github.com/jranke/R6ExampleTest) fails like this: ``` LANG=C Rscript -e 'roxygen2::roxygenize()' Loading R6ExampleTest Loading required package: R6 Error in file.path(base_path, x$val) : cannot coerce type 'closure' to vector of...
Thanks for this nice package! In some cases (did not figure out when and when not), toJSON leads to representations like ``` > toJSON(x_2) [1] "[ [\n \"Scenario\",\n\"Waterbody\", .... ```...
Checking for missing S3 method exports hangs "forever" if you have large data objects in the package
In package yet unpublished I have a large data object (the `.rda` file has about 6 MB). With current roxygen versions, the namespace roclet hangs here https://github.com/r-lib/roxygen2/blob/main/R/namespace.R#L402 This is apparently...
Fixes #1593
As far as I understand (see gWidgetsWWW2 [issue 22](https://github.com/jverzani/gWidgetsWWW2/issues/22)), Rook apps can be quite easily manipulated by other users on a multiuser system. This makes it possible to run arbitrary...
The example data data/acme.rda and data/mushroom.rda were regenerated from the files data_gen/*.R in order to remove $fields and $fieldsAll, because these caused a number of tests to fail and gave...
When enabling lazy loading of data in a package that contains a `Node` object, we get a warning in the package check. ``` * checking whether package ‘data.tree.in.package’ can be...