Questions tagged [posit-connect]

5 questions
1
vote
1 answer

Downloading RData file from pin to working directory

Pins is a great R package. It works seamlessly with Azure, Connect and other services. I have difficulty downloading the RData file from a Posit Connect pin. None of my solutions in the following example are working. Any thoughts on how to fix…
M.Qasim
  • 1,827
  • 4
  • 33
  • 58
1
vote
1 answer

R Plumber API published to Posit Connect timeouts after 60s

We have a problem with a Plumber API which is deployed to Posit Connect (v. 2023.03.0) on an Ubuntu 20.04 virtual machine. The API runs processes which could take longer than 60s to complete (it fetches data from other APIs would could exceed…
Jaco
  • 31
  • 4
1
vote
1 answer

How to link to local html files in posit connect

How do I specify the path to a local html file in posit connect? The following code gives me a 404 error when I click on the link to "main.html" but the image and external links both work. I would like to have "main.html" in a child folder but I…
itsMeInMiami
  • 2,324
  • 1
  • 13
  • 34
0
votes
1 answer

Write pins with specific list of users with access (acl)

I would like to write pins to my Posit Connect board with acl, by that I mean a list of specific users that get access. I need to do this via code instead of Posit Connect GUI because I have thousands of pins (that get updated regularly). The…
Thomas
  • 1
  • 1
  • 4
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