The Wayback Machine - https://web.archive.org/web/20200525163150/https://github.com/topics/r-package
Skip to content
#

r-package

Here are 1,446 public repositories matching this topic...

JohannesFriedrich
JohannesFriedrich commented Apr 21, 2020

In the documentation for pandoc_convert is the following example:

pandoc_convert("input.md",  to = "pdf")

This fails with the error:

Unknown writer: pdf
To create a pdf using pandoc, use -t latex|beamer|context|ms|html5
and specify an output file with .pdf extension (-o filename.pdf).
Error: pandoc document conversion failed with error 1

Using the parameter `to = "latex"

jooyoungseo
jooyoungseo commented Aug 23, 2019

Currently, it seems like all rticles outputs rest upon rmarkdown::pdf_document() format.

However, would there be any way we could replace it with bookdown::pdf_document2() so that users can cross-reference sections? Furthermore, given that bookdown::pdf_document2() is inclusive of the basic rmarkdown::pdf_document(), what would be any expected conflict other than benefits?

I was atte

bob-carpenter
bob-carpenter commented Oct 3, 2019

Summary:

Right now there is a wiki page:

https://github.com/stan-dev/rstan/wiki/RStan-Mojave-Mac-OS-X-Prerequisite-Installation-Instructions

about a particular aspect of Mac OS X installation. Can we roll that into the basic install instructions?

https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started

Otherwise, I fear people won't find it. Right now, there's a bunch of

Robinlovelace
Robinlovelace commented Apr 9, 2020

I followed the advice in https://pagedown.rbind.io/#the-css-overriding-mechanism but my font would not change. Having played around a bit with the settings and the CSS I realised that I needed to add

/* font location goes here:*/
@import 'https://fonts.googleapis.com/css?family=Comic+Neue';

Before the body to made the font available.

The whole of the CSS for custom font now

vitae
tidybayes
kaybenleroll
kaybenleroll commented Dec 5, 2019

It is not clear from the documentation what the intended usage is for outputs from stan_lm or stan_lm where you do not have hierarchies to pass to gather_draws() or spread_draws().

For example, fitting a very simple model with stan_lm():

library(tidyverse)
library(rstan)
library(rstanarm)
library(tidybayes)

test_stanlm <- stan_lm(mpg ~ cyl + disp + hp + drat + wt + vs +
premadh
premadh commented Sep 17, 2019

This is a suggested code or documentation change, improvement to the code, or feature request

The package is great works in most conditions (many thanks for this) but also makes lazy that I don't want to wrangle misread pdf pages. Hence, I'd like to request below.

Provide a parameter/method to specify the number of columns; start and end co-ordinates of each column so that table is extracted

elinw
elinw commented Feb 1, 2020

The env_vars parameter requires a character vector. This is not reflected in the documentation for the parameter. See PR #335 I didn't look everywhere or regenerate the man files but if you agree I can do that if you want.

amwill04
amwill04 commented Nov 17, 2019

Please specify whether your issue is about:

  • a possible bug
  • a question about package functionality
  • [ x] a suggested code or documentation change, improvement to the code, or feature request

Give that aws.signature::locate_credentials takes the profile argumentit would be useful to be able to pass that throughs3Httpand therefore the higherAPI` functions. Currentl

Improve this page

Add a description, image, and links to the r-package 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 r-package topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.