| block_insert_functions | determine which function to use for inserting macros into... |
| blocks_to_stan_string | convert a block list into stan code; opposite of 'get_blocks' |
| filter_rows | Basically dplyr::filter with one condition |
| get_arg_names | gets the names of parsed macro arguments |
| get_blocks | transforms a stan file into list with named elements... |
| get_input_code | Determines whether the input is a file or charcter vector of... |
| get_macro_args | extracts the arguments from a macro args block |
| get_macro_calls | extracts the macro calls from the use macros block |
| get_macro_file_list | reads in a list of macro files |
| glue_args | alternate paramterization for 'glue_data', easier to lapply... |
| has_value | determine if a macro has a value argument |
| insert_macros | insert macros into scaffold |
| insert_macro_section | inserts a block of macro(s) into a block of scaffold |
| is_assignment | Checks to see if an expression is an assignment; |
| macros_exist | This should be a safe way of getting a macro's definition |
| macroStan-package | macroStan: What the Package Does (Title Case) |
| order_stan_macros | parse the used macros into ordered text,ready for insertion |
| parse_assignment | parse a text assignment, quoting what needs to be quoted |
| parse_assignments | Some stan code won't parse to R. The only time that it's... |
| parse_macro_block | generic function used by get_macro_calls and get_macro_args |
| parse_macro_calls | identify which macros are being used and parse them into text |
| parse_macro_formals | parse the arguments for the R representation of a macro |
| parse_stan_macros | Applies macros to a stan file |
| parse_value | converts expression from x = foo(bar = 1) to foo(bar = 1,... |
| read_macro | Read in a macro file |
| sort_by | sorts a data frame |
| stan_macro_generics | Stan macro generic functions |
| validate_macro_args | checks to make sure that only defined arguments are used for... |
| verify_macro_list | checks to make sure all provided macros (and files) are of... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.