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
Relate to #264 , See Wattle post for the same issue.
In Windows Zip version I met the issue where pacman could not be installed when required in Rattle.
Screenshot
Workaround
install pacman through R Console is fine. note that r in Powershell runs the last command so you may have to type r.exe to enter the console. After enter the console, run install.packages("pacman") Then it will be ready to go
The text was updated successfully, but these errors were encountered:
Problem
Relate to #264 , See Wattle post for the same issue.
In Windows Zip version I met the issue where
pacman
could not be installed when required in Rattle.Screenshot
Workaround
install pacman through R Console is fine. note that
r
in Powershell runs the last command so you may have to typer.exe
to enter the console. After enter the console, runinstall.packages("pacman")
Then it will be ready to goThe text was updated successfully, but these errors were encountered: