contributing.md

Hey, thank you for your contribution to {remedy}.

You're opening an issue

Feature request

Be sure to be as precise as possible describing what you would like to implement. Suggestion for a function would be very appreciated.

You've found a bug

Please describe as precisely as possible the bug you have encountered.

You're opening a Pull Request

Thanks a lot for your contribution!

Before opening a Pull Request, be sure that:

Example roxygen2 header

#' @title Imager
#'
#' @description Convert the selected path into an embedded image
#'
#'
#' @return a markdown image link
#' @export
#' @importFrom rstudioapi getSourceEditorContext modifyRange
#' 
#' @examples 
#' \dontrun{
#' remedy_example( 
#'     c( "https://thinkr.fr/wp-content/uploads/2015/03/thinkR1.png"), 
#'     imager
#'     )
#' }
imager <- function() {


ThinkR-open/remedy documentation built on Aug. 26, 2020, 5:45 p.m.