-
```
── Preparing for deployment ────────────────────────────────────────────────────
Error in `accountInfo()`:
! Found multiple accounts for `server` = "localhost:3939".
Please disambiguate by set…
-
one of the solutions engineers reported an issue:
```
rsconnect deploy fastapi -n connect_server -p .venv/ --entrypoint superbowlads:api ./
Checking arguments... [OK]
…
-
When using rsconnect version 0.8.24, the settings in these files aren't taking effect:
```
$R_HOME/etc/rsconnect.site
~/.rsconnect_profile
$PROJECT/.rsconnect_profile
```
The two settings us…
-
In MultiEWCE 0.1.8 i made a number of upgrades/fixes:
## New features
* `MultiEWCE` finally gets a hex sticker!
* `gen_results` / `gen_overlap`
- Check for existing results and import if alr…
-
Running the example in the tm_symbols help do not render the symbols in an html file.
````
```{r}
library(tmap)
library(rnaturalearth)
```
```{r}
airports
-
Need a better fallback if `repos` does not include the Bioc repos. Worth exploring the `git_branch` field as discussed in https://github.com/Bioconductor/BiocManager/issues/164
-
To see what happens with deleted apps, I ran:
```R
library(rsconnect)
deployApp("tests/testthat/shinyapp-appR/", appName = "delete-me", server = "colorado.posit.co")
deployApp("tests/testthat/…
-
### Issue Description
Hi.
I was experimenting with the renv R package in an R instance contained by a rootless rocker/r-ver:4.2.1 container. For some reason, I am not able to build the Rocker im…
-
You can rename your account in shinyapps.io, this can break rsconnect since the account name is written locally.
-
Is it possible to see logs of shiny application hosted on rsconnect where I am a collaborator ?
Some background - I am working on a shiny app where the owner of the app has left the company. Rest …