holepunch icon indicating copy to clipboard operation
holepunch copied to clipboard

Make your R project Binder ready

Results 24 holepunch issues
Sort by recently updated
recently updated
newest added

cf. [similar example on stackoverflow](https://stackoverflow.com/questions/29041423/how-to-install-multiple-packages)

Hi @karthik, many thanks for a great package! I'm having issues with the latest version though, I see this message after launching the binder instance associated with this commit: https://github.com/Robinlovelace/geocompr/commit/5a66c712a5f936f5bb123d1305e7f7a64c84e9d2...

Hi love the package, just one request - add r_version to write_dockerfile to allow user to specify the version of R they want to use, as opposed to using date...

For kicks, I ran ``` docker run --rm -it rocker/r-base:3.6.3 install.packages('remotes') remotes::install_github('karthik/holepunch') ``` And I got the following errors about missing system-level dependencies: ``` ------------------------- ANTICONF ERROR --------------------------- Configuration failed...

Just a tiny edit, when looking for how to declare system dependencies (found `write_apt` in the end), noticed this mix up in the title vs description for `write_requirements`. Thanks!

## What I did 1. I created a new package in RStudio and added three folders: Data, R and Analysis: ![Screenshot from 2020-05-22 14-03-33](https://user-images.githubusercontent.com/19432439/82667461-36d12800-9c38-11ea-99c6-de6129b87ca9.png) (tried on R 3.6.3 and R...

First is first: Thanks so much for the `holepunch` package! It's a awesome :-) :1st_place_medal: I didn't actually experience this bug, but I read through the source code of `write_compendium_description()`...

That failed on mybinder (and on repo2docker locally) with error: ``` manifest for rocker/binder:3.6.3 not found: manifest unknown: manifest unknown ``` Removing the `:3.6.3` so it was just `FROM rocker/binder`...

Often the repository itself might contain packaged functionality in which case it needs to be installed itself. Currently, in this [demo research compendium](https://mybinder.org/v2/gh/annakrystalli/rrcompendiumDTB/master?urlpath=rstudio), ([repo](https://github.com/annakrystalli/rrcompendiumDTB)), all dependencies are installed correctly but...