I'm trying to figure out where else to look. My .Rmd files in the script editor are no longer defaulting to paged print. This problem occurs within the .Rmd file, not in the output. I can still see paged printing in the document output (html_notebook or html_document).
I've combed through the IDE Tools > Global Options
Can anyone suggest where else I might look. It feels like I've accidentally reset a global option as this is happening on all projects. Sadly, I cannot figure out how to fix this.
Session info -------------------------------------------------
setting value
version R version 3.5.1 (2018-07-02)
system x86_64, mingw32
ui RStudio (1.1.423)
language (EN)
collate English_United States.1252
tz America/New_York
date 2018-09-06
Steps to reproduce the problem
library(tidyverse)
library(devtools)
starwars
Describe the problem in detail
When running executing a code chunk to display a tibble (e.g. starwars dataset) I expect to see a paged dispaly in the actual .Rmd file. ie. 10 rows the data which can be dynamically scrolled by clicking left-righ and up-down (e.g. In the .nb.html output or in the .Rmd output, one would see a table displayed similarly to what is seen here.
Earlier I incorrectly stated that the tibble is displaying as "paged" in the output document (html_notebook or html_document) but I was wrong about that. To clarify, it is not showing as paged output in any of the three views: .Rmd file, .nb.html file, or .html file
Replying again, b/c I under interpreted your last message.... The problem was with a previous build of the IDE. I just upgraded to RStudio 1.1.456 - Windows Vista/7/8/10, up from RStudio (1.1.423) . Everything is working fine now -- I thought I was on the latest version. Apparently not.