eco-hydro / phenofit

R package: A state-of-the-art Vegetation Phenology extraction package, phenofit
http://phenofit.top
GNU General Public License v2.0
73 stars 32 forks source link

can't install phenofit package in RStudio version 3.5.1 #7

Closed Gaohq123 closed 5 years ago

Gaohq123 commented 5 years ago

I tried many ways to install your package in R, but all failed. I want to konw how to solve it. 1544948876 1

kongdd commented 5 years ago
  1. I think this the problem of CRAN mirror.
  2. By the way, you need to install rtools first (https://cran.r-project.org/bin/windows/Rtools/).

Then, have a try about the following script:

devtools::install_github('kongdd/phenofit', ref='gee_Whittaker')
kongdd commented 5 years ago

solved