Task #5448
closedDataminer - Need to align R configuration with RStudio simulation environment
100%
Description
It was noticed in this activity https://support.d4science.org/issues/4652#note-24 that R configuration was misaligned between DataMiner execution environment and RStudio simulation environment. This was noticed in production RPrototypingLab VRE.
Could be please work on this alignment? It is really important that R configs are aligned to avoid any troubleshooting on algorithms where the cause is not in the latter but due to discrepancies in the R configuration (Dataminer vs. RStudio).
A first important alignment is about R system locales, as spotted in the above ticket; setting a R profile where the following statement is invoked:
Sys.setlocale(category = "LC_ALL", locale = "en_US.UTF-8")
Related issues
Updated by Pasquale Pagano over 8 years ago
- Assignee set to Andrea Dell'Amico
Are there other subtasks associated to this activity? If we follow the ticket netiquette, sub tickets are a partition of the activities required to satisfy the needs. In other words, if we open sub ticket then all activities should be in the sub ticket and nothing in the main ticket.
In this case, there is only one sub ticket and this is in feedback case. Please consider it and close it if possible. At this point if no other specific sub tickets are open this master issue will be closed as well.
I hope I clarified the behaviour we should follow.
Updated by Emmanuel Blondel over 8 years ago
Hello, let me explain, I created this ticket to make it clearly separated from an activity (developed a specific R algorithm) that was going beyond this scope. Then i've realized that there was already task created on it to address specifically the R locales (i was not aware of). Hence:
- the present ticket is aimed to be a parent task, and i'm also going to add a dependent ticket for other R config alignment requirements
- i'm happy to see that ticket #5290 has been issued and treated promptly after i've pointed out the issue, but if someone request "feedback" in it, please ensure to add people that is supposed to provide the feedback (i "discovered" the ticket only yesterday, and as said in it, i will provide feedback ASAP).
Hope this clarifies
Updated by Andrea Dell'Amico over 8 years ago
- Related to Task #4371: same R configuration (R version and packages) on R-Studio as the one on machine(s) used by Dataminer. added
Updated by Pasquale Pagano over 8 years ago
- Tracker changed from Support to Task
Changing the nature of this issue since it generated a number of actions that are partially completed. Please provide feedback if it is requested and specify a due date if you are the assignee of an action.
Thanks.
Updated by Andrea Dell'Amico over 8 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico over 8 years ago
- Assignee changed from Andrea Dell'Amico to Gianpaolo Coro
Updated by Andrea Dell'Amico over 8 years ago
Emmanuel Blondel wrote:
A first important alignment is about R system locales, as spotted in the above ticket; setting a R profile where the following statement is invoked:
Sys.setlocale(category = "LC_ALL", locale = "en_US.UTF-8")
The R profile was set some time ago by Gianpaolo, FYI
Updated by Gianpaolo Coro over 8 years ago
- Status changed from In Progress to Closed