PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
202 stars 234 forks source link

Minor addition to r-universe install instructions #2990

Closed Aariq closed 2 years ago

Aariq commented 2 years ago

Description

Adds a suggestion to add a project-level .Rprofile with

options(repos = c(
  pecanproject = 'https://pecanproject.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))

This has made development of PEcAn with a local install work pretty well for me. For example, devtools::install_deps("models/ed") just works.

Motivation and Context

Makes local PEcAn development possible if not even easier than developing on docker install

Review Time Estimate

Types of changes

Checklist: