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

r-package

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

nettoyoussef
nettoyoussef commented Oct 11, 2019

This is not an issue, but a recommendation.

I would like to suggest that in the docs available in the Rmarkdown book you include two examples in chapter 15 (parameterized reports):

  • passing parameters as raw markdown text for the parameterized reports.
  • setting the title using a parameter

This information is available in other parts of the book,

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.

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.