Nothing
The basic examples should be enough to get you started.
./dev/01_load_or_install.R
and run it../src/01_ols.cpp
, inspect the OLS functions../02_your_functions.cpp
.devtools::load_all()
before testing your functions, and then add tests
to ./dev/02_test.R
and run it../dev/03_readme_and_license.R
to add a README and license.devtools::install()
in ./dev/01_load_or_install.R
to install the
package locally when you are ready.Unix: Edit ./src/Makevars.in
to set DARMA_OPENMP_THREADS
to another
value or edit ./configure
to change PKG_NCORES
to another value.
Windows: Edit ./src/Makevars.win
to set DARMA_OPENMP_THREADS
to another
value.
For specific Econometrics examples, see the hansen package documentation.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.