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

hi @karthik, thanks for the great package! I'm trying it out and expect tight integration with `renv`. Now on R-4.0.1 but R version "discovery" is based on date and seems...

As of July MRAN will be obsolete. Need to move to using posit package manager: https://packagemanager.rstudio.com/client/#/ Shouldn't be too much effort, probably just one line in the `write_dockerfile` function. Having...

Since "master" branch is being renames "main" for new repositories, it seems like a good idea to be able to set the branch name in the function call.

I have create a Docker file for Binder with the command: holepunch::write_dockerfile() However, when running Binder, there are many errors. See the binder [here](https://mybinder.org/v2/gh/tracer-monrepos/SSFAcomparisonPaper/master?urlpath=rstudio) and the GitHub repo [there](https://github.com/tracer-monrepos/SSFAcomparisonPaper). I...

Hello, I have a project with one script that uses both R and Python through the reticulate package and the holepunch functions fail with this specific project. Is there a...

Thank you for a very helpful package with straightforward documentation. I noticed that r_version_table only covers R up to version 3.6.0. Would it be possible to update the file? Many...

I am new to binder and I found holepunch extremely useful to get me started. I was wondering if the README of holepunch could offer some advice in terms of...

I used `generate_badge()` to add a binder badge to my repo, however when clicking it binder gave the following error: ```Could not resolve ref for gh:paulmaunders/coronavirus-graphs/master. Double check your URL....

Hi, I am trying to punch-up an R script that uses libsbml to run. As I understand it, libsbml must be installed in the system (via apt or whatever) and...

I am using R 4.0.3 but when I build the Docker image using `write_dockerfile()`, I get a warning telling me that the date (2020-11-19) corresponds to 4.0.2, which I cannot...