Derek Chiu
Derek Chiu
``` Portal hypertension and/or esophageal bleeding 2) Chronic hepatitis, cirrhosis, portal hypertension with moderate symptoms "compensated hepatic failure" Chronic hepatitis or cirrhosis without portal hypertension Acute hepatitis without cirrhosis Chronic...
I'm not sure when this started, but I've tried with the devel version of `knitr` and the issue persists: setting `knitr::opts_chunk$set(message = FALSE)` suppresses figure captions when the output is...
Please see reprex below. Is it possible to allow indentation for the group_label of pack_rows? So in my variable lvi, I have levels negative, positive, focal, and extensive. But the...
It seems that if the caption is too long, the extra line wrappings causes it to mess up the alignment of the fixed column with the other columns: ```r library(DT)...
A common workflow I do is map one vector to another using some (possibly complex) conditions, then coerce to a factor with the level order the same as parsed in...
I think we can suppress the persistent ``` `geom_smooth()` using formula 'y ~ x' ``` messages (from `ggscatter()` for e.g.) by adding the following after [this line](https://github.com/kassambara/ggpubr/blob/master/R/ggscatter.R#L284): ```r option[["formula"]]
The GitHub release process now uses a pencil icon with hover text "Edit release". `usethis::use_github_release()` mentions "Edit draft"
I believe the standard R workspace is called `.RData`. However, the constant `git_ignore_lines` has the value ".Rdata". So if the user already has `.RData` in their `.gitignore` and runs `usethis::use_git()`...
This situation can occur when I am already using a pkgdown + github pages workflow but without CI. My DESCRIPTION URL field already has the github pages link, but after...
``` pr_finish() ✔ Switching back to default branch ('master'). ✔ Pulling changes from 'origin/master' ✔ Deleting local 'tmp' branch. ✔ PR 'repo_name/test/#1' has been merged, deleting remote branch 'origin/tmp' system("git...