Marcin
Marcin
There are some code conventions used to write a human-readable code. There exist a Google's R Style Guide - https://google.github.io/styleguide/Rguide.xml which is one of the most popular in the R...
Please specify whether your issue is about: - [X] a possible bug ```R library(aws.s3) # create a bucket bucket_name
When running `spacy_install()` on Debian (shiny-verse Docker image build on r-ver that is build on Debian) I am getting an issue that `__future__ feature annotations is not defined`. It looks...
```{R} getOption('repos') [1] "http://cloudyr.github.io/drat" "http://cloudyr.github.io/drat" ``` ```{R} source('http://renozao.github.io/repotools/install.R') ```` ```{R} Using GitHub PAT from envvar GITHUB_PAT Downloading GitHub repo renozao/repotools@master from URL https://api.github.com/repos/renozao/repotools/zipball/master WARNING: Rtools is required to build R...
 @pdrhlik very quick application that boosted `Suggests` section I am not proud of. One would need to extend the vignette with some explanatory text that describes the code. Then...
Hey, are you planning to publish 0.2.x on CRAN?
Follw-up on #28 Frankly I do believe that tibble (or anything from the tidyverse) this is too heavy dependency to have it in the package just for for function. I...
Hey the pkgdown website looks like is build for 0.1.0 version https://szymanskir.github.io/hackeRnews/ Any plans to update that? Not a big deal but confuses users about which version is recommended to...