Daniel Nüst

Results 200 issues of Daniel Nüst

we must add user config files etc. to the container and make sure they are actually used. https://stat.ethz.ch/R-manual/R-devel/library/base/html/Startup.html

It could be useful to extend the Dockerfile so that the captured session is fully replicated directly after container start. This would save the user to call `require`/`library` on those...

Write a function that pulls a Dockerized linter ([projectatomic/dockerfile-lint](https://hub.docker.com/r/projectatomic/dockerfile-lint/) looks good) container and executes it on a given path and shows the output on the R console.

idea

https://github.com/cloudyr/googleComputeEngineR

demo/documentation

Consider how the function `works_with_R` could be useful for this package: https://github.com/tdhock/dotfiles/blob/master/.Rprofile See also https://github.com/tdhock/works-poster

enhancement

The package `XML` is orphaned on CRAN. There are still updates from time to time, but I am unsure whether [my current problem](https://github.com/52North/sos4R/issues/76), where I get a segfault the moment...

documentation
tidy-dev-day :nerd_face:

Really enjoy using your package, so here's another feature request: _Allow disabling/suppressing the time diff after each line per debug statement._ For more extensive debug cases I like to print...

feature

It would be great to have full timestamps in addition to/replacing the diff ones on the terminal, as an option. I want to use debugme for logging a web application,...

feature

I need to replace a file in the tar, and get the desired result (see #149). I would prefer though to delete the file first and then re-append it. Would...

Enhancement

YAML supports "multiple documents in one file" with boundary markers (`---`), see https://yaml.org/spec/1.1/#id897596 From searching the source code, it seems like the underlying library does communicate document beginnings and ends...

feature