knitr::opts_chunk$set( collapse = TRUE, comment = "", echo = FALSE, fig.path = "man/figures/README-", out.width = "100%" )
This document guides contributors. It extends README focusing on how this R package differs form a standard one.
writeLines(readLines(here::here(".Renviron")))
pacta-pull-origin-master
in pacta-cli
).writeLines(paste0( "git clone git@github.com:2DegreesInvesting/", pactaCore:::siblings(), ".git" ))
lines <- readLines(here::here(".gitignore")) writeLines(grep("testthat/_snaps", lines, value = TRUE))
fs::dir_tree(here::here("tests", "testthat", "private"))
You may compare two lists of reference datasets with the internal function
compare_results()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.