The Wayback Machine - https://web.archive.org/web/20200621121409/https://github.com/topics/cran
Skip to content
#

cran

Here are 456 public repositories matching this topic...

ggrepel
davidchall
davidchall commented Dec 12, 2019

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

HenrikBengtsson
HenrikBengtsson commented Apr 29, 2020

Add 'Best Practices For Package Developers using Futures' vignette with instructions on, for instance,

  1. How to test code, e.g. run tests with plan(sequential) and plan(multisession) and don't assume that plan(multicore) is available.

  2. 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)

  3. Avoid setti

chainsawriot
chainsawriot commented Oct 13, 2016

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:

  1. base functions use file, which and header
  2. readxl uses path, sheet and col_names

By reading the code, rio is using file, which and header but I thi

vincentarelbundock
vincentarelbundock commented Feb 18, 2019

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 
flextable
joesquito
joesquito commented Jan 5, 2020

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
1beb
1beb commented Oct 17, 2016

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

hillar
hillar commented Sep 10, 2019

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

patrickmdnet
patrickmdnet commented Mar 13, 2020

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

Improve this page

Add a description, image, and links to the cran topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cran topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.