You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is (sort of) just the install.packages("xxx") command and I use this quite often from the script window.
Could we have a simple dialogue to do this. It could be a new Packages tab in the Tools > Options dialogue.
The R code isn't trivial because it would be good if:
a) It checks first if the package has already been installed.
b) It checks if the package exists - could be a typing error in the name of the package.
This is discussed in stack-overflow for example here.
The text was updated successfully, but these errors were encountered:
Could the menu option be called "Load R Package". And could it be above the Options item - so the Options stays last.
I checked lots of different things and really like the check field. When the package is already installed it said: "Package is installed. Newer version available: 0.1.2 (current: 0.1.1)." The text doesn't quite fit into the field. Could you make that just a bit wider - even to the end of the current dialogue. It is close.
Then I tried to install a new package. I chose one called see. It asks what mirror to install from. I guess that's useful, but I don't think that RSudio asks that. Could one be chosen? Then it gives a list of all the packages, rather than just installing.
a) When I have given the package name, then it should proceed automatically with that installation.
b) An additional feature could be to suggest this option. This could either be keeping the dialogue as now - when no package is given then Check is correctly disabled. But you could enable Ok and Script and then it would proceed.
Or you could have radio buttons. Give Package and Choose from List.
I added the item to the help file. The help context number is 592.
This is (sort of) just the install.packages("xxx") command and I use this quite often from the script window.
Could we have a simple dialogue to do this. It could be a new Packages tab in the Tools > Options dialogue.
The R code isn't trivial because it would be good if:
a) It checks first if the package has already been installed.
b) It checks if the package exists - could be a typing error in the name of the package.
This is discussed in stack-overflow for example here.
The text was updated successfully, but these errors were encountered: