AntoineSoetewey / statsandr

A blog on statistics and R aiming at helping academics and professionals working with data to grasp important concepts in statistics and to apply them in R. See www.statsandr.com
http://statsandr.com/
35 stars 15 forks source link

blog/rstudio-addins-or-how-to-make-your-coding-life-easier/ #24

Closed utterances-bot closed 3 years ago

utterances-bot commented 3 years ago

RStudio addins, or how to make your coding life easier - Stats and R

Discover the best RStudio addins, how to use them in practice and how they can help you when writing code in R or R Markdown

https://statsandr.com/blog/rstudio-addins-or-how-to-make-your-coding-life-easier/

AntoineSoetewey commented 3 years ago

Comment written by netra bhandari on March 04, 2020 16:11:35:

For the esquisse package, is it possible to draw graphs using an sf data frame?

AntoineSoetewey commented 3 years ago

Comment written by netra bhandari on March 04, 2020 16:11:35:

For the esquisse package, is it possible to draw graphs using an sf data frame?

Comment written by Antoine Soetewey on March 05, 2020 19:03:03:

Dear Netra,

Yes it is possible. The {esquisse} addin will automatically detect that it is a sf data frame as you can see from the screenshot (see the last icon):

e278a9b3ecb7d1c18a4bd235c35059d624ab1a59e3333345c087d4c6de7170a6

Hope this helps!

Regards, Antoine

AntoineSoetewey commented 3 years ago

Comment written by Barry DeCicco on October 13, 2020 11:46:41:

I've tried installing the ViewPipeSteps add-in; it relies on rlang being updated to the current version, which I'm unable to do.  Have you encountered that problem?

AntoineSoetewey commented 3 years ago

Comment written by Barry DeCicco on October 13, 2020 11:46:41:

I've tried installing the ViewPipeSteps add-in; it relies on rlang being updated to the current version, which I'm unable to do.  Have you encountered that problem?

Comment written by Antoine Soetewey on October 13, 2020 13:38:42:

Dear Barry,

I also had some issues with the {rlang} package in the past.

Try again installing the ViewPipeSteps add-in without updating the underlying packages. For this, type 3 when R asks you which packages you would like to update, as follows:

skip_updates

Hope this helps.

Regards,
Antoine

AntoineSoetewey commented 3 years ago

Comment written by Barry DeCicco on October 13, 2020 11:46:41: I've tried installing the ViewPipeSteps add-in; it relies on rlang being updated to the current version, which I'm unable to do.  Have you encountered that problem?

Comment written by Antoine Soetewey on October 13, 2020 13:38:42:

Dear Barry,

I also had some issues with the {rlang} package in the past.

Try again installing the ViewPipeSteps add-in without updating the underlying packages. For this, type 3 when R asks you which packages you would like to update, as follows:

skip_updates

Hope this helps.

Regards, Antoine

Comment written by Barry DeCicco on October 13, 2020 22:52:52:

Perfect!  Thank you very much.

AntoineSoetewey commented 3 years ago

Comment written by Barry DeCicco on October 13, 2020 11:46:41: I've tried installing the ViewPipeSteps add-in; it relies on rlang being updated to the current version, which I'm unable to do.  Have you encountered that problem?

Comment written by Antoine Soetewey on October 13, 2020 13:38:42: Dear Barry, I also had some issues with the {rlang} package in the past. Try again installing the ViewPipeSteps add-in without updating the underlying packages. For this, type 3 when R asks you which packages you would like to update, as follows: skip_updates Hope this helps. Regards, Antoine

Comment written by Barry DeCicco on October 13, 2020 22:52:52:

Perfect!  Thank you very much.

Comment written by Antoine Soetewey on October 14, 2020 05:51:54:

You're welcome!