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")))
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().



2DegreesInvesting/pactaCore documentation built on Feb. 25, 2024, 3:20 a.m.