Questions tagged [rsconnect]

40 questions
0
votes
0 answers

Error when publishing a Shiny App [Application mode static not supported.]

I am trying to upload a Shiny App on shinyapps.io using rsconnect. However, it keeps throwing the following error: ℹ Uploading bundle... [100%] Uploaded 10853122 bytes... ✔ Uploaded bundle with id 7560635 ── Deploying to server…
0
votes
0 answers

Error on uploading to shinyapps.io. Says missing description file

When i try to deploy from Rstudio publishing button I get the following output RETICULATE_PYTHON_FALLBACK unset (no Python installation found) [2023-07-19 19:35:42.73258] Deployment log started Deploy command: rsconnect::deployApp(appDir =…
0
votes
0 answers

Error DESCRIPTION file does not exist. Can't upload shiny application on server

When i try to deploy from Rstudio publishing button I get the following output RETICULATE_PYTHON_FALLBACK unset (no Python installation found) [2023-07-19 19:35:42.73258] Deployment log started Deploy command: rsconnect::deployApp(appDir =…
0
votes
0 answers

Can't deploy arrow package to Posit Connect

I have a Plumber API in R that I need to publish to R Studio Connect (Posit). During deployment I encounter this error: Cannot install arrow: a C++17 compiler is required I tried adding a renv.lock to the package but this had no effect. The…
Sanchez333
  • 318
  • 3
  • 11
0
votes
0 answers

why I cannot install self-made package from bitbucket?

I am trying to install my own package created that appears on my company's bitbucket . This is the warning I get : Warning in install.packages : unable to access index for repository…
GaB
  • 1,076
  • 2
  • 16
  • 29
0
votes
0 answers

How to refer to a new package created that is used for my flexdashboard?

I have created a new package/library with Package RBuild. The functions I have stored within this package are called into a flexdashboard RMarkdown. Now, the dashboard is deployed on rsconnect . Yet, I cannot deploy it since the library isn't…
GaB
  • 1,076
  • 2
  • 16
  • 29
0
votes
0 answers

slow NavbarMenu with multipolygon shape in leaflet

I am new in creating shiny apps, please some patience with me. My code is relative big, so I share the link https://github.com/xxguisseppe/shiny_app_pnuma.git to download all the folders with the data and scripts. The complete shapefile (~40 mb) you…
Guisseppe
  • 3
  • 4
0
votes
1 answer

Displaying deployment time on R shiny app

I have a shiny app which will be redeployed roughly each week to shinyapps.io using the rsconnect package. On the front page of the app I want to display the time the app was last deployed. I thought this would be possible by doing something along…
goblinshark
  • 133
  • 9
0
votes
1 answer

How to connect Jupyter Notebook in VS Code to R Studio Connect

From my understanding, I should be able to use R Studio connect in VS Code Editor once I've downloaded the python extension and the rsconnect-python package. Then when I try to save the server information, I get syntax errors. Is there a specific…
QMan5
  • 713
  • 1
  • 4
  • 20
0
votes
0 answers

How to find which R package version should be used for shiny server deployment?

I just started to use rsconnect in my company, and tried to deploy a shiny app from my windows machine. The server comes with R 4.1.0, and one of the packages requires to install terra. I have tried multiple R package repos from Rstudio dev-cran…
Fred
  • 579
  • 2
  • 4
  • 13
0
votes
1 answer

RSConnect does not recognize assets for Python Dash application

I have my Python Dash application with some css assets. For example, I want to have all my dbc.Label() bold, so I included in my assets/style.css this code: .form-label { font-weight: bold } I see that assets affect desired changes when I run…
greenjune
  • 11
  • 1
0
votes
1 answer

Get actual username in RS connect

I have published the shiny application on RS connect. I need to print the actual username who ever is using the application. So for this, I have called session$user in order to get a actual username. Is it correct? Can anyone please confirm?
manu p
  • 952
  • 4
  • 10
0
votes
0 answers

How do I deploy shiny application effectively without hitting Publish button?

When I try to deploy a Shiny application using the rsconnect in a script as below: rsconnect::deployApp("D:/InterestingTasks/meterreadings/meterreading/") I get an error from shiny server stating: Error: An error has occurred. Check your logs or…
Moses
  • 1,391
  • 10
  • 25
0
votes
1 answer

getting timestamp for RSConnect pins

I am working with a shiny app that reads data in pins. I want to get the date when the pin was created, and was able to find this function "pin_info" that is useful. Below is an example I found.... So my question is: How can I just grab…
hk041490
  • 1
  • 1
0
votes
1 answer

RStudio Connect pastes CSS in cell on update

I am making an application regarding holiday requests. The frontpage of the app looks as follows: As you can see in the bottom right there is a column called "Accepted?" which either shows "OK" or "DENIED" in a corresponding color. When I would…
koolmees
  • 2,725
  • 9
  • 23