Skip to content

Instantly share code, notes, and snippets.

@seanjtaylor
Created January 24, 2017 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanjtaylor/8382f28ead1ccd6b5e2e9c5cc036f4ad to your computer and use it in GitHub Desktop.
Save seanjtaylor/8382f28ead1ccd6b5e2e9c5cc036f4ad to your computer and use it in GitHub Desktop.
Biarch: true + configure.win
* using log directory 'd:/RCompile/CRANguest/R-release/prophet.Rcheck'
* using R version 3.3.2 (2016-10-31)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'prophet/DESCRIPTION' ... OK
* this is package 'prophet' version '0.1'
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Sean Taylor <sjt@fb.com>'
New submission
License components with restrictions and base license permitting such:
BSD_3_clause + file LICENSE
File 'LICENSE':
BSD License
For Prophet software
Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name Facebook nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Possibly mis-spelled words in DESCRIPTION:
Tunable (2:45)
outliers (13:11)
Package has a VignetteBuilder field but no prebuilt vignette index.
The Description field should not start with the package name,
'This package' or similar.
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'prophet' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking files in 'vignettes' ... OK
* checking examples ... NONE
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ... ERROR
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
8: stop(paste("the compiled object from C++ code for this model is invalid, possible reasons:\n",
" - compiled with save_dso=FALSE;\n", " - compiled on a different platform;\n",
" - does not exist (created from reading csv files).", sep = ""))
testthat results ================================================================
OK: 31 SKIPPED: 0 FAILED: 4
1. Error: fit_predict (@test_prophet.R#17)
2. Error: fit_predict_no_seasons (@test_prophet.R#22)
3. Error: fit_predict_no_changepoints (@test_prophet.R#27)
4. Error: fit_with_holidays (@test_prophet.R#184)
Error: testthat unit tests failed
Execution halted
** running tests for arch 'x64' ... [16s] OK
Running 'testthat.R' [15s]
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 1 NOTE
* installing *source* package 'prophet' ...
** libs
*** arch - i386
installing via 'install.libs.R' to d:/RCompile/CRANguest/R-release/lib/prophet
Compiling models (this will take a minute...)
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config.hpp:39:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/math/tools/config.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/var.hpp:7,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:12,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b6056857113.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config/compiler/gcc.hpp:186:0: warning: "BOOST_NO_CXX11_RVALUE_REFERENCES" redefined
# define BOOST_NO_CXX11_RVALUE_REFERENCES
^
<command-line>:0:0: note: this is the location of the previous definition
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/base.hpp:28:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array.hpp:21,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint/util/multi_array_adaption.hpp:29,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint.hpp:61,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr/functor/integrate_ode_rk45.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr.hpp:36,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/mat.hpp:299,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:11,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b6056857113.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ull>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
In file included from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:42:0,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b6056857113.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp: At global scope:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:17: warning: 'void stan::math::set_zero_all_adjoints()' defined but not used [-Wunused-function]
static void set_zero_all_adjoints() {
^
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config.hpp:39:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/math/tools/config.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/var.hpp:7,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:12,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b6057343648.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config/compiler/gcc.hpp:186:0: warning: "BOOST_NO_CXX11_RVALUE_REFERENCES" redefined
# define BOOST_NO_CXX11_RVALUE_REFERENCES
^
<command-line>:0:0: note: this is the location of the previous definition
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/base.hpp:28:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array.hpp:21,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint/util/multi_array_adaption.hpp:29,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint.hpp:61,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr/functor/integrate_ode_rk45.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr.hpp:36,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/mat.hpp:299,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:11,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b6057343648.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ull>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
In file included from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:42:0,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b6057343648.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp: At global scope:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:17: warning: 'void stan::math::set_zero_all_adjoints()' defined but not used [-Wunused-function]
static void set_zero_all_adjoints() {
^
------ Models successfully compiled!
You can ignore any compiler warnings above.
*** arch - x64
installing via 'install.libs.R' to d:/RCompile/CRANguest/R-release/lib/prophet
Compiling models (this will take a minute...)
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config.hpp:39:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/math/tools/config.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/var.hpp:7,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:12,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b60143b37b4.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config/compiler/gcc.hpp:186:0: warning: "BOOST_NO_CXX11_RVALUE_REFERENCES" redefined
# define BOOST_NO_CXX11_RVALUE_REFERENCES
^
<command-line>:0:0: note: this is the location of the previous definition
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/base.hpp:28:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array.hpp:21,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint/util/multi_array_adaption.hpp:29,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint.hpp:61,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr/functor/integrate_ode_rk45.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr.hpp:36,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/mat.hpp:299,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:11,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b60143b37b4.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ull>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
In file included from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:42:0,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b60143b37b4.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp: At global scope:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:17: warning: 'void stan::math::set_zero_all_adjoints()' defined but not used [-Wunused-function]
static void set_zero_all_adjoints() {
^
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config.hpp:39:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/math/tools/config.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/var.hpp:7,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:12,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b602e57590d.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/config/compiler/gcc.hpp:186:0: warning: "BOOST_NO_CXX11_RVALUE_REFERENCES" redefined
# define BOOST_NO_CXX11_RVALUE_REFERENCES
^
<command-line>:0:0: note: this is the location of the previous definition
In file included from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/base.hpp:28:0,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array.hpp:21,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint/util/multi_array_adaption.hpp:29,
from d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/numeric/odeint.hpp:61,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr/functor/integrate_ode_rk45.hpp:13,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/arr.hpp:36,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/prim/mat.hpp:299,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:11,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b602e57590d.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ull>::call(Array&, const IdxGen&, Call_Type)':
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index_range index_range;
^
d:/RCompile/CRANpkg/lib/3.3/BH/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
typedef typename Array::index index;
^
In file included from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core.hpp:42:0,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/mat.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math.hpp:4,
from d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/src/stan/model/model_header.hpp:4,
from file2b602e57590d.cpp:8:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp: At global scope:
d:/RCompile/CRANpkg/lib/3.3/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:17: warning: 'void stan::math::set_zero_all_adjoints()' defined but not used [-Wunused-function]
static void set_zero_all_adjoints() {
^
------ Models successfully compiled!
You can ignore any compiler warnings above.
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'prophet' as prophet_0.1.zip
* DONE (prophet)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment