Skip to content
#

peer-reviewed

Here are 90 public repositories matching this topic...

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

lianos
lianos commented Feb 27, 2020

I was poking around the codebase to see if there was any guidance on how to respond to plotly hover, click, etc. events when using iheatmapr with shiny.

I landed on the ?iheatmapr_event man page, which alludes to having an exemplar shiny app in its Examples section:

## Not run: 
shiny::runApp(system.file("examples", "shiny_example", package = "iheatmapr"))
## End(Not run)
jackdolgin
jackdolgin commented Dec 8, 2019

I originally had the same issue @PranavPable was experiencing (below), and I figured out a solution that I thought I'd document. To make the writeWave output compatible with gl_speech, just set the parameter extensible equal to FALSE.

#Doesn't work:
readWave("foo.wav")) %>%
  writeWave("bar.wav") #by default extensible = TRUE
gl_speech("bar.wav", sampleRateHertz = 8000L)
# 2019-
AmyMikhail
AmyMikhail commented Oct 30, 2018

I have a parameterised R markdown report which creates some tables and figures after querying a database and fetching data for the genus or species specified by the user.

My YAML header for a file called AlertReport.Rmd looks like this:

---
params:
  genus: NA
  species: NA
title: "Alert report"
date: "`r format(Sys.time(), '%d %B %Y')`"
output: 
  orgcharts::html_org:
    in

Improve this page

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

Learn more

You can’t perform that action at this time.