Thursday, April 30, 2020

PyCharm: R 4.0.0 and better UX in the R Plugin

Although it has not been a while since our last update release, we’re ready to announce some important enhancements and new features:

  1. Long-awaited support of R 4.0.0 . Download it and try with the R plugin for PyCharm.
  2. In response to your feedback, we improved user interface and workflows for exporting generated plots into the portable network graphics (.png).  Just pull the lower-right corner of the plot to adjust its size. There are more helpful options to keep up the image quality. You can also enable opening the exported image right after clicking the Save button.pic1
  3. Want to have your code properly documented? It is quite easy to do with the newly added support for Roxygen. Describe your function, its parameters, return statement, related examples, and each time you hover over the function call, you’ll be able to preview the corresponding documentation in a dedicated popup.pic2

Interested?

Download PyCharm from our website and install the R plugin. See more details and installation instructions in PyCharm documentation.

 

 



from Planet Python
via read more

8 comments:

  1. Throughout the engagement, the best companies for UX designers
    team has been accommodating, collaborative, and dedicated to project success.

    ReplyDelete
  2. They’re like members of our team. Overall, it’s a pleasure working with them
    web design studio

    ReplyDelete
  3. Moreover, he helped repair my stovetop given that the pair burners had not been heating. Amazing task!
    best user experience design

    ReplyDelete
  4. We were very impressed by their ability to quickly synthesize information about an unfamiliar industry
    branding San Francisco

    ReplyDelete
  5. I read your blogs regularly. Your humoristic way is amusing, continue the good work!
    Bay Area web design firm

    ReplyDelete
  6. I’m trampled by your contents carry on the wonderful work.
    best UI UX design company

    ReplyDelete

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...