Questions tagged [rstudio-cloud]
6 questions
2
votes
1 answer
Using rstan on posit.cloud
feedback from posit.cloud users with experience on rstan package is welcomed.
I am trying to use rstan on an RStudio Cloud session. The install.packages("rstan") worked without error, reading the library also.
but following this toy example it…

Wael
- 1,640
- 1
- 9
- 20
2
votes
1 answer
Connecting RStudio Cloud to GitHub
Trying to connect GitHub account to RStudio cloud but when I try to commit a test script, even though I've told Git who I am, RStudio cloud still gives an error saying it doesn't know which email/username to use. Most information about how to…

kswp
- 35
- 3
1
vote
1 answer
RStudio not showing output in Console when using a variable?
Currently learning RStudio but for some reason my Console isn't outputting my code? Not sure if there was a setting I may have toggled but it seems to only affect me when I have a variable in my code?
For example:
when working the ToothGrowth…

Reyyeezy
- 11
- 1
0
votes
0 answers
How do I upload a zipped file to Posit Cloud without it automatically unzipping?
I am trying to read a GTFS file in RStudioCloud. The function read_gtfs() from package {gtfstools} requires a zipped file as input. However, when I upload the zipped GTFS file to RStudioCloud, it automatically unzips and opens the file.
I can't find…

Monelisa
- 3
- 2
0
votes
0 answers
Can I rearrange the values on the X-axis of my column chart?
I am new to coding so, if you have an answer please try to explain it in the simplest way possible. I have my column chart below but I want it to be in order by months (example: ap23_members, apr23_casual, mar23_members, mar23_casual, etc). Is there…

Neffd13
- 1
- 1
0
votes
1 answer
Preview of blogdown hugo page on Rstudio cloud not formatted
I am trying to follow this tutorial https://seanlee0622.medium.com/create-and-publish-a-website-with-r-and-hugo-2b7d1ff236f5 -> creating a webpage using Rstudio cloud blogdown and hugo.
When I do this with Rstudio alone (not Cloud) everything works…

TarJae
- 72,363
- 6
- 19
- 66