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
I helped someone with manually installing the package.
The downloaded file was a zip so I had to convert this into a .tar.gz first and the install.package from source command is not quite right.
Could you add a tar.gz file to the download link and update the installation command to install.packages("/Users/me/Downloads/redshift-r-master.tar.gz", repos=NULL, type="source")?
To convert zip to tar file: tar -cvzf redshiftmaster.tar.gz redshiftmaster
Thanks,
Tina
The text was updated successfully, but these errors were encountered:
Hi,
I helped someone with manually installing the package.
The downloaded file was a zip so I had to convert this into a .tar.gz first and the install.package from source command is not quite right.
Could you add a tar.gz file to the download link and update the installation command to
install.packages("/Users/me/Downloads/redshift-r-master.tar.gz", repos=NULL, type="source")
?To convert zip to tar file:
tar -cvzf redshiftmaster.tar.gz redshiftmaster
Thanks,
Tina
The text was updated successfully, but these errors were encountered: