install FishLife R package

i'm using R studio for windows 32 bit. when i try to run package of FishLife, i can do that. how to solved this problem?

please provide more details or if you have any error message

install FishLife R package

devtools::install_github("james-thorson/FishLife")
Downloading GitHub repo james-thorson/FishLife@master
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL 'https://api.github.com/repos/james-thorson/FishLife/tarball/master'

load FishLife R package

library( FishLife )
Error in library(FishLife) : there is no package called ‘FishLife’

try enabling TLS 1.2 in your internet options and then to install the package:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.