Skip to content

Instantly share code, notes, and snippets.

View RaphaelS1's full-sized avatar
🐢

Raphael Sonabend RaphaelS1

🐢
View GitHub Profile
@RaphaelS1
RaphaelS1 / Documentation.yml
Last active September 19, 2022 05:35
Workflow to check if all objects in Julia package documented as expected.
name: Documentation
on:
push:
branches:
- main
- master
tags: '*'
pull_request:
@RaphaelS1
RaphaelS1 / riscitation.R
Last active November 25, 2023 10:43
Create a .ris file from an R citation
#' riscitation - Create .ris file from R citation
#'
#' Suggests:
#' Package `berryFunctions` if `opendelete = TRUE`.
#'
#' Arguments
#' `pkg:character(1)` - Name of package to cite
#' `path:character(1)` - Path to write file too, should include file name but not extension
#' `opendelete:logical(1)` - If `TRUE` (default), opens the .ris file in the default application then deletes
#' the file.