Andy, thanks for the quick response. On treatment and storage of credentials, it has been my practice to create (R package digest) encrypted txt files that contained sensitive keys and source them in my code. I would be happy with a solution that allowed those files to be uploaded and stored in my project folder.Here is the output from the attempt to install the prophet package:
* installing *source* package ‘prophet’ ...
** package ‘prophet’ successfully unpacked and MD5 sums checked
** libs
installing via 'install.libs.R' to /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/prophet
Compiling models (this will take a minute...)
Writing models to: /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/prophet/libs
Compiling using binary: /opt/R/3.4.4/lib/R/bin
Warning: running command '/opt/R/3.4.4/lib/R/bin/R CMD SHLIB file10c31f115d2.cpp 2> file10c31f115d2.cpp.err.txt' had status 1
In file included from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/BH/include/boost/smart_ptr/shared_ptr.hpp:28:0,
more similar stuff......
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
make: *** [file10c31f115d2.o] Error 4
ERROR(s) during compilation: source code errors or compiler configuration errors!
Program source:
1:
2: // includes from the plugin
3:
4:
5: // user includes
6: #define STAN__SERVICES__COMMAND_HPP// Code generated by Stan version 2.17.0
7:
8: #include <stan/model/model_header.hpp>
9:
10: namespace model10c700d6f6d_prophet_logistic_growth_namespace {
11:
12: using std::istream;
13: using std::string;
14: using std::stringstream;
15: using std::vector;
16: using stan::io::dump;
17: using stan::math::lgamma;
18: using stan::model::prob_grad;
19: using namespace stan::math;
more stuff ...
804:
Error in compileCode(f, code, language = language, verbose = verbose) :
Compilation ERROR, function(s)/method(s) not created! In file included from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/BH/include/boost/smart_ptr/shared_ptr.hpp:28:0,
from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/BH/include/boost/shared_ptr.hpp:17,
from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/StanHeaders/include/stan/math/prim/mat/fun/LDLT_factor.hpp:7,
from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/StanHeaders/include/stan/math/prim/mat/err/check_ldlt_factor.hpp:6,
from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/StanHeaders/include/stan/math/prim/mat.hpp:26,
from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/StanHeaders/include/stan/math/rev/mat.hpp:12,
from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/StanHeaders/include/stan/math.hpp:4,
from /home/rstudio-user/R/x86_64-pc-linux-gnu-libr
* removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.4/prophet’
Warning in install.packages :
installation of package ‘prophet’ had non-zero exit status