The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

RCppAD

Headers-only R package shipping CppAD for use via LinkingTo: RCppAD.

Use from another package

In DESCRIPTION:

Imports: RCppAD
LinkingTo: RCppAD

In C++:

#include <cppad/cppad.hpp>

R adds inst/include from LinkingTo packages to the include path, so #include <cppad/cppad.hpp> resolves to this package.

Refreshing CppAD

Maintainers (not install-time):

./tools/update-cppad.sh 20260000.0
# or: ./tools/update-cppad.sh /path/to/cppad-include-parent

This copies upstream include/cppad/, installs the frozen tools/configure.hpp.in, and reapplies R-safe patches.

License

This package is licensed under GPL (>= 2). Upstream CppAD is dual-licensed EPL-2.0 OR GPL-2.0-or-later; this package redistributes it under the GPL secondary license. See also upstream SPDX headers in inst/include/cppad/. For the EPL option, use CppAD from upstream.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.