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
Missing option to install packages from source URL. I got an issue while installing 'biom' package. It has been removed from the CRAN repository, so the r_package resource fails to install it.
Example suggestion:
r_package "biom" do
action :install
tarball_base_uri :'https://cran.r-project.org/src/contrib/Archive/biom/biom_0.3.12.tar.gz'
end
Thank you.
The text was updated successfully, but these errors were encountered:
Missing option to install packages from source URL. I got an issue while installing 'biom' package. It has been removed from the CRAN repository, so the r_package resource fails to install it.
Example suggestion:
r_package "biom" do
action :install
tarball_base_uri :'https://cran.r-project.org/src/contrib/Archive/biom/biom_0.3.12.tar.gz'
end
Thank you.
The text was updated successfully, but these errors were encountered: