kjhealy, to random
@kjhealy@mastodon.social avatar

@RecDiffs @hotdogsladies @siracusa Many academics like myself are in no way computer scientists but have students (and colleagues haha) who really need to understand the basics of the command line, the shell, etc, in order to do the mechanics of their work in a non-magical-thinking way. And so we end up teaching courses like this: https://mptc.io

This stuff—understandably, but sadly—rarely gets taught to people, even though in the world of technical computing, Unix still rules all.

devSJR,
@devSJR@fosstodon.org avatar

@cboettig @kjhealy It is difficult, but possible, to communicate the best of both worlds together.
E.g.,
[R] > system("ls")
is my friend.

For example, I show my students how to do calls from external tools within R. Of course, it is also possible.
And the misunderstanding about R scripts and RStudio can only be confirmed. People think #RStudio is #rstats. Which, of course, is not quite right. When I show the students #RKWard, they always ask if the R/Rmd scripts run there too. 🙃

smach, to rstats
@smach@masto.machlis.com avatar

If you use RStudio to write R code but aren’t using code snippets, you may want to check them out. They can be a big timesaver!
I did a tutorial article & video a few years ago: https://www.infoworld.com/article/3396616/how-to-use-rstudio-code-snippets.html

#Rstats #RStudio #InfoWorld @rstats

necrosis, to openSUSE German
@necrosis@chaos.social avatar

Help. How can I install #tidyverse on #RStudio ?

How can I install libicui18n.so.58?

It seems this package is needed.
My OS is #opensuse #tumbleweed

libxml2-devel is installed but it fails anyway. 😕

#rstats

Screenshot Terminal libxml2 is installed.
Screenshot of terminal.

Posit, to python
@Posit@fosstodon.org avatar

Opportunity Scholars at posit::conf(2024). The application deadline is approaching fast; March 22nd. If you're a strong candidate or know someone who is, please act quickly.

Opportunity Scholarships receive free tickets, a workshop, support for travel and accommodation, plus lots of swag.

Learn more and apply now,
https://posit.co/blog/posit-conf-2024-announcement/

RConsortium, to datascience
@RConsortium@fosstodon.org avatar

🔥 Big News! Dr. Max Kuhn from @rstudio will be a keynote speaker at #LatinR2023, Oct 18-20, in Montevideo, Uruguay 🇺🇾! Dive into groundbreaking insights on R and data science with one of the industry's giants. Deadline to register is this Sunday, Oct 1st. Register now: https://www.eventbrite.cl/e/latinr-2023-conferencia-latinoamericana-sobre-uso-de-r-en-id-tickets-637517701607 #RStudio #RStats #DataScience

mianromu, to ubuntu Spanish
@mianromu@mastodon.social avatar

Para los que tengáis problemas ejecutando RStudio desde Ubuntu 24.04 probad a ejecutar esto desde un terminal:
sudo chmod 4755 /usr/lib/rstudio/chrome-sandbox

De nada.

jtr13, to random

Just made a template + video for creating a #quarto website using #rstudio and #github pages. Feedback welcome. https://github.com/jtr13/website-template #rstats

d2ns, to random

Phew, had a really productive but exhausting day today. It's a report that works with and and I created something like a "create_graph()" function, because the graphs a very similar and it saves a lot of copy paste.

I really want to make one thing clear: Without and and and all things #R I could not do my job. Neither Excel, nor Stata, nor SPSS could help in that specific way. I wouldn't get anything of the non-data tasks done...

ataustin, to random
@ataustin@fosstodon.org avatar

You asked, and @thomas_mock answered -- GitHub Copilot integration with RStudio is coming!

Give RStudio some context (be simple and specific) about your analysis in a comment. You get a ghost text suggestion that you can instantly accept to add that code to your script.

With more context and lines of code, you'll start getting better completions, even in the line you're typing.

Available as a preview feature in the 2023.09 build! (Copilot subscription required.)
#PositConf2023 #rstudio

StatisticsGlobe, to datascience

Hey, a few days ago I asked for topic suggestions for the first-ever Statistics Globe online course.

Based on all the answers, I found the following possible topics for the course:

  1. Introduction to R Programming for Beginners
  2. Data Visualization in R Using ggplot2
  3. Data Manipulation in R Using dplyr
  4. Statistical Analysis in R
  5. Principal Component Analysis in R

What's your favorite topic?

#rstats #rstudio #datascience #statistics #programming

jimgar, to random

I must wash my mouth out with soap!!

In my latest blog post about zsh I erroneously stated that while VS Code supports changes to the terminal, RStudio doesn't.

That's a load of horse shit. Of course it supports it, and it takes all of 3 clicks to make zsh the default terminal, including with your Oh My Zsh setup etc.

Post updated to show how it's done.

https://jimgar.github.io/posts/zsh-tosh-pretty-terminal/post.html

#RStats #RStudio #zsh #eza

jameshwade, to ChatGPT

Check out my latest video on using OpenAI models including GPT-4 and more without leaving your favorite IDE with gptstudio.

🎥 https://youtu.be/rZB0_53Cm1w
💻 https://github.com/michelnivard/gptstudio

#rstats #gpt4 #chatgpt #rstudio

awong234, to random

https://fosstodon.org/@tracykteal/111728043724074991

Posit eliminates the role of “Open Source Program Director” and lays off another employee. Seems like an important role and sounds like a role vital to steering their interests in open source software development. You know, just the mission of what was once Rstudio.

I acknowledge that restructuring may be more complicated than how I’m making it out to be, but surely they have considered the optics of this?

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

command-line tip:

If you want to create a ".Rproj" file on the command line:

#> echo "Version: 1.0" > projname.Rproj

On macOS, you can then do the following to open RStudio

#> open projname.Rproj

clatulip, to random

Is there a way to quickly jump between a location in a notebook in the viewer and the equivalent location in the Rmd source in RStudio? Similar to the < and > buttons in Overleaf that jump you to the correct portion of the latex source to/from the PDF output? I can't find any keypresses or menu items to do this. For big notebooks this would be super handy. #rstudio

bentoh, to vscode
@bentoh@mastodon.online avatar

So over the past year I have been using #vscode for my #rstats and #python work. my workplace is trying to move to a unified IDE, and vscode allows remote access and WSL integration for free. However, so far it fails to spark joy in me like #RStudio (despite lack of #vim mode) and #PyCharm do. Everything feels clunky, and subpar. The "intelligent" and linting things are also quite broken in R... Has there been extensions that fundamentally change the vscode experience that I should be trying?

quantixed, to random

Great #Rstats #Rstudio tip from https://rstats.wtf :
command+shift+0 to restart R session and command+option+b to "rerun to here" in your script.

rladiesrome, to datascience
@rladiesrome@fosstodon.org avatar

🔴 🔜 Stay tuned for our next event with Shannon Pileggi, PhD "Debugging in R" scheduled for Tomorrow, February 20th, 2024 at 6:15 PM CET.

🆙 Don't miss this chance for diving into practical debugging techniques and elevate your R programming skills!

And if you haven't don so already RSVP here: https://www.meetup.com/rladies-rome/events/298710129/

We look forward to seeing you there! 💪

#rladies #rstats #rstudio #posit #datascience #debugging
@fgazzelloni Silvana Acosta @RLadiesGlobal

christianp, to random
@christianp@mathstodon.xyz avatar

I've noticed that when you copy text out of on a Mac, all the new lines are instead carriage return characters.
Is this deliberate? If so, why??

@gws do you know who at Posit might know about this?

Posit, to apple
@Posit@fosstodon.org avatar

Posit Professional Drivers - ODBC data connectors for connecting to some of the most popular databases - now natively support Apple silicon!

Now, it’s even easier to connect and use your databases from RStudio.

Learn more: https://posit.co/blog/pro-drivers-2024-03-0/

Drmowinckels, to random
@Drmowinckels@fosstodon.org avatar

📝 New blog post 📝

'Too much git cleaning'

🦴 Version control is great, but sometimes it can trip you up! In this post I recount my rather stupid mistake of using when I shouldn't have, and how I got out of it. ---

👀 Read more at https://drmowinckels.io/blog/2024/2024/git-clean-woes

#git #fail #rstudio #r

Drmowinckels, to programming
@Drmowinckels@fosstodon.org avatar

📝 New blog post 📝

'The IDEs I use'

🧏 People who code have a tendency to spend a lot of time in various IDEs (Integrated Development Environments). They can be as simple as a text editor or as complex as a full-blown development environment. In this post, I'll go through my two go-to IDE's, RStudio and VScode, and why I switch between them rather than sticking to a single one. ---

👀 Read more at https://drmowinckels.io/blog/2024/ide

#R #programming #IDE #RStudio #VScode

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

compiling #RStudio from source to package it for #Nix

coolandnormal, to random
@coolandnormal@aus.social avatar

People who understand R and RStudio, please help me out.

I've been asked to use it for a class that is neither a stats nor an IT unit, so none of us are experienced with the tech.

Here's the issue:

I open RStudio. It shows me a mostly blank screen with the usual row of menus along the top plus the RStudio logo and name. Each menu displays (empty). In a separate window it opens the RStudio logo only.

I can't work out how to make it display menus and the rest of the UI.

It was working normally yesterday.

I have tried turning all aspects of the situation off and on again. I haven't tried downloading RStudio again.

Edit: possibly relevant, it's running on a basic laptop that's over 10yo.

#RStats #RStudio

smach, to rstats
@smach@masto.machlis.com avatar

The {mrup} #rstats 📦 is an “RStudio addin for searching for all local projects and editing the most recently used project list.
“Easily open any previous project. Add projects to, or remove projects from, the recent project drop-down menu.” By John Wilson, teaching fellow at Edinburgh University
https://github.com/jmcvw/mrup
#RStudio @rstats

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • khanakhh
  • mdbf
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • InstantRegret
  • slotface
  • osvaldo12
  • kavyap
  • DreamBathrooms
  • JUstTest
  • Durango
  • everett
  • cisconetworking
  • normalnudes
  • tester
  • ngwrru68w68
  • cubers
  • modclub
  • tacticalgear
  • provamag3
  • Leos
  • anitta
  • lostlight
  • All magazines