-
Updated
Jun 18, 2020 - R
cran
Here are 456 public repositories matching this topic...
Either refuse to do this or disambiguate the sheet title with a suffix. Who wants >1 sheets with exact same title?
The documentation of the nudge options does not specify the units of these values. It would help new users to clarify this.
They are probably in the same units as the data values for these axes? But they might’ve been relative units for the plotted axis (e.g. 0.5 would nudge the position by half of the axis length), or even absolute units for the plot (like the units for many of the other opti
Add 'Best Practices For Package Developers using Futures' vignette with instructions on, for instance,
-
How to test code, e.g. run tests with
plan(sequential)andplan(multisession)and don't assume thatplan(multicore)is available. -
Make sure to shut down PSOCK clusters at the end of examples and package tests, i.e. call
plan(sequential)at the end (e.g. #327) -
Avoid setti
✔ checking examples (32s)
Examples with CPU or elapsed time > 5s
user system elapsed
hc_boost 13.712 0.027 13.743
hc_colorAxis 5.029 0.579 4.617
Similar to RcppCore/RcppArmadillo#250, the implementation of the sample() functions in Rcpp need to be updated for R 3.6.x.
So, likely this will need a patch that mirrors what is available in Base R. c.f. Implementation changes.
- Rejection sampling routine
- [Implementation of
R_unif_rand()in existi
The application authentification is not available.
The benefits of this authentification would be increased limit rate (https://developer.twitter.com/en/docs/basics/rate-limits)
The process to use application-only auth is explained here ([https://developer.twitter.com/en/docs/basics/authentication/overview/application-only](http
For more general use, in md2mm you should at least allow a max.level argument to select the maximum level in markdown files that will be shown in the mindmap.
max.level = 1: show only chapter level
max.level = 2: show only chapter/section level
...
I think it will be a good idea to specify a standard for import methods in the CONTRIBUTING.md. For standard I mean argument names such as path, which and header because there are two "standards" for these arguments:
- base functions use
file,whichandheader readxlusespath,sheetandcol_names
By reading the code, rio is using file, which and header but I thi
-
Updated
Jun 5, 2020 - R
-
Updated
Jun 14, 2020 - R
It would be great if there was an option to preserve the original order of variables in plot_histogram(). Currently, variables within each page of the output seem to be ordered alphabetically but the pages themselves follow the original order.
-
Updated
Nov 13, 2019 - R
-
Updated
May 26, 2020 - R
-
Updated
Jun 19, 2020 - R
`at` and factors
Please specify whether your issue is about:
- a possible bug
- a question about package functionality
- a suggested code or documentation change, improvement to the code, or feature request
What is the proper way to specify factor values in the at list?
library(margins)
dat <- mtcars
dat$cyl <- as.factor(dat$cyl)
mod <- lm(mpg ~ cyl + hp, dat)
margins(mod, at The flextables look fine when viewed in RStudio, but when I insert them into a PowerPoint the padding is between the lines and not outside.
library(flextable)
library(officer)
library(dplyr)
x = tibble(c1 = 1:4, c2 = rep("A\nB", 4))
ft0 = flextable(x) %>% padding(padding.bottom = 0, padding.top = 0)
ft10 = flextable(x) %>% padding(padding.bottom = 10)
ft20 = flextable(x) %>% padd
When reporting to clients, they tend not to care (nor wish) to see the code. This means it's common to set knitr options such that echo=FALSE. With this option set, arbitrary marginfigure chunk content is not shown and this fact is not otherwise documented. However, it's easily fixed by add echo=TRUE to the marginfigure chunk option. I do not know if this effects the LaTeX version, as I don't use
install.packages("pacman") always add's help
$ docker run -ti alpine-R
R version 3.6.0 (2019-04-26) -- "Planting of a Tree"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-musl (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for di
`p_help` misnamed
Trying to get reactR to run on the Ubuntu 18.04 image rstudio/r-base:3.6-bionic, I needed to install the following system dependencies:
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -sudo apt-get install -y nodejs
(I chose the nodesource version here, because I couldn't get vanilla apt to work)- `sudo npm install -g y
I noticed when running icd::download_all_icd_data() on a freshly imaged Windows build (Windows Server 2016 Standard) that I received this error message:
Error in utils::download.file(url = url, destfile = zipfile, quiet = !.verbose(), :
'curl' call had nonzero exit status
The reason for the error is that there is no "curl.exe" installed and in the PATH of the machine I was usin
Examples fail to produce rownames as shown in the example screenshots (R v3.4.3 in Windows)
> slopegraph(cancer, col.lines = 'gray', col.lab = "black",
+ xlim = c(-.5,5.5), cex.lab = 0.5, cex.num = 0.5,
+ xlabels = c('5 Year','10 Year','15 Year','20 Year'))

- Convenience functions
- Inspecting results
- [The Bank Tutor
Improve this page
Add a description, image, and links to the cran topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cran topic, visit your repo's landing page and select "manage topics."


We released Version 1.2.0 of FIt-SNE, which means that Seurat's wrapper will also need updating to use the latest executable. In the meantime, users should download the Version 1.1.0, as mentioned in the Seurat documentation.
I should be able to update the wrapper soon, bu