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 has been an issue visible elsewhere on the web for newer R Linux users, but it has been specifically referenced in issue #2464.
While not something that is hard to debug, it could shave off 5-10 minutes off a development install of R on Ubuntu and follows common practice for other packages, such as bspm and the R V8 web assembly engine, that are more geared towards Linux developers.
Solution:
Listing the packages for their distribution method is a good addition to the documentation, i.e.:
I know nobody likes when people raise documentation issues, but I really do think it would be a small but appreciated smoothing of the process for Linux users.
The text was updated successfully, but these errors were encountered:
In general, I'd recommend using pak::pak() to install packages because it will automatically install system requirements if possible, and if not, tell you what packages you need to install.
If you don't want to turn over all installation to pak, you can instead just use it's systreqs facilities, eg.
Description of issue:
I think it would be an small QoL improvement for this package to clearly list the system dependencies.
While it may not be an issue on Windows, this is a common issue on Linux R packages.
I used the
remotes::install_github("mdneuzerling/getsysreqs")
package to list them clearly:This has been an issue visible elsewhere on the web for newer R Linux users, but it has been specifically referenced in issue #2464.
While not something that is hard to debug, it could shave off 5-10 minutes off a development install of R on Ubuntu and follows common practice for other packages, such as bspm and the R V8 web assembly engine, that are more geared towards Linux developers.
Solution:
Listing the packages for their distribution method is a good addition to the documentation, i.e.:
I know nobody likes when people raise documentation issues, but I really do think it would be a small but appreciated smoothing of the process for Linux users.
The text was updated successfully, but these errors were encountered: