You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
I have the same issue in JupyterHub as expressed here: rstudio/rstudio#2254.
It is low priority, but if you get a chance, would you take look if it is easy enough to solve?
Use case: creating a function, that uses staplr::split_pdf(), to help students to split their homework into separate PDF for submission to Crowdmark.
It's probably working if you can run the below in R without it throwing an error:
install.packages("staplr")
library(staplr)
If it is possible, it would be awesome to have staplr added to install.R.
Thanks!
Liza
The text was updated successfully, but these errors were encountered:
Hi @yuvipanda,
I have the same issue in JupyterHub as expressed here: rstudio/rstudio#2254.
It is low priority, but if you get a chance, would you take look if it is easy enough to solve?
Use case: creating a function, that uses
staplr::split_pdf()
, to help students to split their homework into separate PDF for submission to Crowdmark.It's probably working if you can run the below in R without it throwing an error:
If it is possible, it would be awesome to have
staplr
added toinstall.R
.Thanks!
Liza
The text was updated successfully, but these errors were encountered: