-
I have produced a bunch of tutorials with learnr that I plan to host on my shiny server (set up on digital ocean, ubuntu 16.04.3 x64 running latest versions of R, RStudio server and ShinyServer (free)…
-
I have installed the keras backend with tensorflow on one server, and rstudio-server on the other. Then can I use keras from my rstudio-server with remote connection to the keras?
-
### Summary
- What does this package do? (explain in 50 words or less):
`cyphr` provides a set of user-friendly wrappers around `openssl` and `cyphr` to encrypt and decrypt data.
- Paste …
-
- 1. What does this package do? This page wraps the [Tabula](tabula.technology) Java library, which can (very accurately) extract tables from PDF documents. It also implements some lower level utiliti…
-
I believe there is a typo in a server command.
Under **some useful commands**, last item:
- sudo systemctl restart shiny-server
- status shiny-server
Believe it should be:
- sudo systemct…
-
Keeping track of users here:
- [Github & mbon.marine.usf.edu accounts - Google Sheets](https://docs.google.com/spreadsheets/d/1KEH0dyjQemg_Tfik0dIIyQ30cqQ1eRcWTaMuZwUO49U/edit#gid=0)
From Qiao (@a…
bbest updated
7 years ago
-
Hi guys, just found this amazing package.
I was trying to upload to shinyapps.io but stumble upon this error:
```
Error: Unable to retrieve package records for the following packages:
- "mxnet"
`…
-
It looks like the checksum hash for pandoc is not correct, I am getting:
```
[91mCMake Error at external/pandoc/CMakeLists.txt:14 (file):
file DOWNLOAD HASH mismatch
for file: [/usr/loc…
-
Hi, I'm a bit new to docker, trying to understand the most elegant workflow, once I develop an app using rocker/geospatial, to deploy it inside a rocker/shiny container so it can be run on a server.
…
-
With my Dockerfile:
https://github.com/dmenne/gastro-docker/blob/master/Dockerfile
I get R 3.4.0 with `rocker/tidyverse:latest` . When I add Shiny server (as stolen from your add_shiny.sh), the…