Package: spAddins 0.2.3
spAddins: RStudio Add-ins to Format R Markdown files (RETIRED PACKAGE)
The development of `spAddins` ended in 2018 as the package retired in favor of packages `addins.rmd` and `addins.rs`. ... RStudio Add-ins to Format Text and Insert Operators ... A set of RStudio addins that are designed to be used in combination with user-defined RStudio keyboard shortcuts. These addins either: 1) insert text at a cursor position (e.g. insert operators %>%, <<-, %$%, etc.), 2) replace symbols in selected pieces of text (e.g., convert backslashes to forward slashes which results in stings like "c:\data\" converted into "c:/data/") or 3) enclose text with special symbols (e.g., converts "bold" into "**bold**") which is convenient for editing R Markdown files.
Authors:
spAddins_0.2.3.tar.gz
spAddins_0.2.3.zip(r-4.5)spAddins_0.2.3.zip(r-4.4)spAddins_0.2.3.zip(r-4.3)
spAddins_0.2.3.tgz(r-4.4-any)spAddins_0.2.3.tgz(r-4.3-any)
spAddins_0.2.3.tar.gz(r-4.5-noble)spAddins_0.2.3.tar.gz(r-4.4-noble)
spAddins_0.2.3.tgz(r-4.4-emscripten)spAddins_0.2.3.tgz(r-4.3-emscripten)
spAddins.pdf |spAddins.html✨
spAddins/json (API)
# Install 'spAddins' in R: |
install.packages('spAddins', repos = c('https://gegznav.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gegznav/spaddins/issues
Last updated 4 years agofrom:df0cb68d83. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win | NOTE | Nov 02 2024 |
R-4.5-linux | NOTE | Nov 02 2024 |
R-4.4-win | NOTE | Nov 02 2024 |
R-4.4-mac | NOTE | Nov 02 2024 |
R-4.3-win | NOTE | Nov 02 2024 |
R-4.3-mac | NOTE | Nov 02 2024 |
Exports:html_insert_spacerepeat_symbolrmd_a_boldrmd_a_bold_italicsrmd_a_bold2rmd_a_italicsrmd_a_italics2rmd_a_strikethroughrmd_a_subscriptrmd_a_superscriptrmd_b_heading_01a_titlermd_b_heading_01b_subtitlermd_b_heading_1rmd_b_heading_2rmd_b_heading_3rmd_b_heading_4rmd_b_heading_5rmd_b_heading_6rmd_block_quotesrmd_code_blockrmd_code_block_rrmd_code_block_r_splitrmd_code_inlinermd_code_inline_highlighted_as_rrmd_code_inline_rrmd_equation_blockrmd_equation_block2rmd_equation_inlinermd_horizontal_rulermd_insert_figurermd_line_blocksrmd_link_urlrmd_listrmd_list_letteredrmd_list_lettered_2rmd_list_numberedrmd_list_numbered_2rmd_list_unorderedrmd_list_unordered_2rmd_list_z_example_listrs_enclose_all_with_linesrs_enclose_first_row_with_linesrs_enclose_selection_withrs_get_ind_first_selected_colrs_get_ind_first_selected_rowrs_get_ind_last_selected_colrs_get_ind_last_selected_rowrs_insert_arrow_lrrs_insert_arrow_lr2rs_insert_arrow_rlrs_insert_arrow_rl2rs_insert_at_row_startrs_insert_before_first_selected_rowrs_insert_exposition_pipers_insert_infix_inrs_insert_infix_not_inrs_insert_infix_Rrs_insert_line_dsrs_insert_line_ssrs_insert_line_swrs_insert_matrix_multiplicationrs_insert_pipers_insert_symbol_seqrs_insert_tee_pipers_insert_update_pipers_replace_in_selectionrs_replace_slash_b2fwrs_replace_slash_bd2srs_replace_slash_bs2drs_replace_slash_fw2b
Dependencies:cligluelifecyclemagrittrpurrrrlangrstudioapistringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add-ins for basic R Markdown formatting. | format_rmd rmd_a_bold rmd_a_bold2 rmd_a_bold_italics rmd_a_italics rmd_a_italics2 rmd_a_strikethrough rmd_a_subscript rmd_a_superscript rmd_code_inline rmd_code_inline_highlighted_as_r rmd_code_inline_r rmd_horizontal_rule rmd_insert_figure rmd_link_url |
Insert HTML elements. | html_insert_space insert_arrows rs_insert_arrow_lr rs_insert_arrow_lr2 rs_insert_arrow_rl rs_insert_arrow_rl2 |
Insert magrittr operators. | insert_magrittr_operators rs_insert_exposition_pipe rs_insert_pipe rs_insert_tee_pipe rs_insert_update_pipe |
Insert various lines. | insert_symbol_sequences rs_insert_line_ds rs_insert_line_ss rs_insert_line_sw |
Repeat sequence of symbols. | repeat_symbol |
Replace slash. | replace_slash rs_replace_slash_b2fw rs_replace_slash_bd2s rs_replace_slash_bs2d rs_replace_slash_fw2b |
Convert rows into the block of code. | rmd_code_block rmd_code_block_r rmd_code_block_r_split |
Format as LaTeX equation. | rmd_equations rmd_equation_block rmd_equation_block2 rmd_equation_inline |
Format text as R Markdown headings. | rmd_b_heading_01a_title rmd_b_heading_01b_subtitle rmd_b_heading_1 rmd_b_heading_2 rmd_b_heading_3 rmd_b_heading_4 rmd_b_heading_5 rmd_b_heading_6 rmd_headings |
Format text as R Markdown list. | rmd_block_quotes rmd_line_blocks rmd_list rmd_list_lettered rmd_list_lettered_2 rmd_list_numbered rmd_list_numbered_2 rmd_list_unordered rmd_list_unordered_2 rmd_list_z_example_list |
Insert R Markdown tables | rmd_tables rmd_table_1 rmd_table_2 rmd_table_3 rmd_table_4 rmd_table_5 |
Enclose selection with lines. | rs_enclose_all_with_lines rs_enclose_first_row_with_lines |
Enclose selection of text with indicated symbols. | rs_enclose_selection_with |
Get indices from the selection. | rs_get_ind rs_get_ind_first_selected_col rs_get_ind_first_selected_row rs_get_ind_last_selected_col rs_get_ind_last_selected_row |
Insert text at the beginning of the row. | rs_insert_at_row_start |
Insert text at the beginning of the first selected row. | rs_insert_before_first_selected_row |
Insert %in%. | rs_insert_infix_in |
Insert %!in%. | rs_insert_infix_not_in |
Insert %R%. | rs_insert_infix_R |
Insert %*%. | rs_insert_matrix_multiplication |
Insert a sequence of symbols. | rs_insert_symbol_seq |
Replace text in selection. | rs_replace_in_selection |
A Set of RStudio Add-ins. | spAddins-package spAddins |