Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Fall 7, Winter 1
Description
GOAL: To test out positron, a newish IDE from the company POsit, who now control R-Studio.
It is possible that R-studio could dissappear eventually, being replaced by positron. Should be a similar IDE but handles both python and R.
1. Install it.
2. Try a test script of 2 in the 2 different languages.
Report plus and minuses of this tool!!
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Epic Link | IGBF-2993 [ 21429 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Brandon Bendickson [ bbendick ] | Robert Reid [ robertreid ] |
| Sprint | Fall 7 [ 208 ] | Fall 7, Fall 8 [ 208, 209 ] |
| Rank | Ranked higher |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Resolution | Done [ 10000 ] | |
| Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Ran a python script I used for class and one of Chinaza's old R scripts. I like positron because its really easy to visually check your variables and tables. It displays them on the right side which is pretty. It is very similar to R studio in terms of layout. You can also open and look into any file in the working directory, as they are listed out on the left side. It is really easy to navigate. My only complaint is that it is kind of annoying to set the working directory. You have to open the project in whatever directory you want to work in, but you cant change directories very easily. For example, if you were writing code in on folder, but wanted to move the code somewhere else, you would have to close out your current session and reopen it in that folder. Overall it is pretty cool and seems to have most if not all the R methods/functions. Same for python. I may use it for python from now on.