Timothy H. Keitt

Results 18 issues of Timothy H. Keitt

Setting RTOOLS_DOWNLOAD_PATH should now let someone download from an alternative CRAN path

I'd like to use RTOOLS 40 but it is here: https://cloud.r-project.org/bin/windows/testing/rtools40-x86_64.exe So setting RTOOLS_VERSION: 40 fails.

In a few cases, it would make code slightly cleaner if external_pointer defined `operator sexp()`. It would also be nice to expose R_SetExternalPtrProtected as I use it a lot in...

I have packages that export C++ header files located in inst/include. Can I use this package to document them?

The link on the main page to the regression test examples points to the test results directory. The parent directory has the cpp2 code and that is I think what...

bug

## Expected behavior and actual behavior. The desired behavior is that the primary key in new postgresql/postgis tables is not a serial type. There should be an option to instead...

For such an important value (a sure-fire way to segfault if you get it wrong), it is remarkable how difficult it is to figure out the default value of this...

I am testing stan on a system with three A100 GPUs. It appears all of the jobs run on the first GPU, ignoring the others. It seems this code: ```...

feature

I have this bit of code: // Copyright Timothy H. Keitt 2015 // See license for odeintr package #include // [[Rcpp::plugins(cpp11)]] // [[Rcpp::depends(BH)]] #include "boost/numeric/odeint.hpp" namespace odeint = boost::numeric::odeint; #include...