Hello,
I am working on my first package, which is a Shiny application to study spring discharge time series. So far I succeeded to sync it on a Github repo and installing it with devtools::install_github()
.
But, I am concerned about two things for the future users:
- The installation takes a lot of time (a lot of lines beginning with
C:/rtools40/mingw32/bin/"g++ -std=gnu++11
) - I am unable to install the package with R version prior to 4.1.1 and Rtools prior to rtools40
I honestly have no idea where to improve these aspects. It does not seem to happen with other packages that I install from Github.
Any help would be greatly appreciated. Thanks.