mlell

Results 37 issues of mlell

```r data("mtcars") mtcars$cyl %>% forcats::as_factor() ## [1] 6 6 4 6 8 6 8 4 4 6 6 8 8 8 8 8 8 4 4 4 4 8 8...

bug

I am using git to track my research scripts, so no multi-committer software project, but scripts with few to no collaborators. When I started using git, I hit some problems...

type:discussion

This is a proposal to restructure some of the lesson about data types. I had the feeling that several things are more complicated than nessecary. I list them below. I...

type:enhancement

[Tibbles](http://tibble.tidyverse.org/) do not render correctly all the time when `printr` is used. If they are grouped, they are rendered as plain text. Versions: * printr 0.1 * knitr 1.20 Below...

The example is copied from [`716d2e:incl/progress_aggregator.R`](https://github.com/HenrikBengtsson/progressr/blob/716d2e750a7667303244f91736f0f8315577e25a/incl/progress_aggregator.R), but with the wrong amount of steps corrected from 4 to 8 (1: top-level `progress()`, 2-3: `slow_sum(1:2)`, 4-7: `slow_sum(1:4), 8: second `progress()`: ```r library(progressr)...

feature/nested-progress

This disassembles a progression condition that is to be relayed and creates a new progression object using all of its properties to adress the problems in #126. As a perspective,...

The Windows documentation to install git bash says that bit bash shall run in the Windows CMD window, and not in the MinTTY window that comes with git bash. Install...

Hi, I use umap for a map that a limited number of people will use to enter points of interest for our specific group. This is great, especially the anonymous...

### What is the problem? The following commands do not result in a clean repository. The submodule stays uncommitted: ### What steps will reproduce the problem? ``` datalad create super...

cmd-save

Datalad has a useful feature to abstract over when to use git and when git-annex (at least partly). The UUID that each dataset has makes it easier to find it,...