Issues Installing Lubridate 1.3.3 in RStudio 4.1.0

Hello @Beck,

I understand your problem.
I tried to install the package myself and got a different error:

devtools::install_github('azvoleff/teamlucc')
....
ERROR: dependencies 'wrspathrow', 'SDMTools', 'spatial.tools' are not available for package 'teamlucc'

I could install them all (except SDMTools) with

devtools::install_github('azvoleff/wrspathrowData')
devtools::install_github('azvoleff/wrspathrow')
devtools::install_github('azvoleff/spatial.tools')

but I could not find (on CRAN or GitHub) an SDMTools version that is suitable for my R version (4.1.0 on Windows 10):

package ‘SDMTools’ is not available for this version of R

So I am afraid I can't help you any further.

You know of course that the teamlucc package is last updated in 2016.
You could ask a question about this in https://github.com/azvoleff/teamlucc/issues but I do not know if the package is still maintained.
And maybe you can find an alternative that is more recent.