-
I'm trying to install the package via `install_github("vdorie/treatSens")` but am seeing errors using the default clang-4.0 on MacOS Mojave (the full log is posted at the bottom). When I switch to gcc…
-
I followed the procedure outlined below:
install.packages("devtools")
library(devtools)
# Install from GitHub using the devtools package
devtools::install_github("mvuorre/bmlm", args = "--precl…
-
@kaneplusplus Is this package still under active development? I saw it presented at talk by Simon at User2016 and was interested in learning more about where it stands currently and any plans to take…
-
I am not sure if this is a `flextable` issue or not but I figured I'd start here. See the example below. Is "\n" not supported for pdf output? I checked `?set_caption` and I see mostly notes in there …
-
Hi Michael,
when using a logical status in geom_kmticks like
``` r
library(ggkm)
data(lung)
lung$status2 = ifelse(lung$status == 1, TRUE, FALSE)
ggplot(lung, aes(time = time, status = status2)) + ge…
-
Hi all,
I am still having a problem with access to my token:
Waiting for authentication in browser...
Press Esc/Ctrl + C to abort
Authentication complete.
Error in init_oauth2.0(self$endpoint, …
-
Hello,
I'm trying to install the package augsynth which uses apg. Nonetheless,, I'm not being able to install apg. I have the latest version of R and I have installed both devtools and Rtools, any …
-
Hello,
a minimal exemple :
```
from sklearn import datasets, tree
import pydotplus
# Load data
iris = datasets.load_iris()
X = iris.data
y = iris.target
# Create decision tree and tra…
-
Submitting Author Name: Alexander Fischer
Submitting Author Github Handle: @s3alfisc
Other Package Authors Github handles: (comma separated, delete if none) @droodman
Repository: https://gith…
-
```
> citr:::insert_citation()
Error in citr:::insert_citation() :
The use of this addin requires RStudio 0.99.796 or newer (your version is 1.3.1093).
> sessionInfo()
R version 4.0.3 (2020-10…