Skip to content

Commit badf46f

Browse files
authored
Merge pull request #3510 from divine7022/package-documentation
fix: "/pkgdoc/package_documentation/pkgdocs": not found
2 parents b2b3bfd + 150a36e commit badf46f

49 files changed

Lines changed: 136 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pkgdown.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
env:
1818
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
19+
PECAN_GIT_BRANCH: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
1920

2021
container:
2122
image: pecan/depends:develop
@@ -24,7 +25,7 @@ jobs:
2425
# Checkout source code
2526
- uses: actions/checkout@v4
2627

27-
# Install pkgdown
28+
# Install dependencies
2829
- name: Install dependencies
2930
run: Rscript -e 'install.packages("pkgdown")'
3031

base/all/DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Description: The Predictive Ecosystem Carbon Analyzer
4343
PEcAn is to streamline the interaction between data and
4444
models, and to improve the efficacy of scientific
4545
investigation.
46+
URL: https://pecanproject.github.io
47+
BugReports: https://github.com/PecanProject/pecan/issues
4648
Depends:
4749
PEcAn.DB,
4850
PEcAn.settings,

base/db/DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Description: The Predictive Ecosystem Carbon Analyzer (PEcAn) is a scientific
3939
model parameterization, execution, and analysis. The goal of PECAn is to
4040
streamline the interaction between data and models, and to improve the
4141
efficacy of scientific investigation.
42+
URL: https://pecanproject.github.io
43+
BugReports: https://github.com/PecanProject/pecan/issues
4244
Imports:
4345
DBI,
4446
dbplyr (>= 2.4.0),

base/db/man/PEcAn.DB-package.Rd

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base/logger/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Description: Convenience functions for logging outputs from 'PEcAn',
1919
and lenience when running large batches of simulations that should not be
2020
terminated by errors in individual models. It is loosely based on
2121
the 'log4j' package.
22-
BugReports: https://github.com/PecanProject/pecan/issues
2322
URL: https://pecanproject.github.io/
23+
BugReports: https://github.com/PecanProject/pecan/issues
2424
Imports:
2525
utils,
2626
stringi

base/qaqc/DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Authors@R: c(person("David", "LeBauer", role = c("aut", "cre"),
1010
Author: David LeBauer, Tess McCabe
1111
Maintainer: David LeBauer <dlebauer@illinois.edu>
1212
Description: PEcAn integration and model skill testing
13+
URL: https://pecanproject.github.io
14+
BugReports: https://github.com/PecanProject/pecan/issues
1315
Imports:
1416
dplyr,
1517
graphics,

base/remote/DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Authors@R: c(person("David", "LeBauer", role = c("aut"),
1515
person("University of Illinois, NCSA", role = c("cph")))
1616
Description: This package contains utilities for communicating with and executing code on local and remote hosts.
1717
In particular, it has PEcAn-specific utilities for starting ecosystem model runs.
18+
URL: https://pecanproject.github.io
19+
BugReports: https://github.com/PecanProject/pecan/issues
1820
Imports:
1921
dplyr,
2022
foreach,

base/settings/DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ LazyLoad: yes
1212
LazyData: FALSE
1313
Require: hdf5
1414
Description: Contains functions to read PEcAn settings files.
15+
URL: https://pecanproject.github.io
16+
BugReports: https://github.com/PecanProject/pecan/issues
1517
Depends:
1618
methods
1719
Imports:

base/utils/DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Description: The Predictive Ecosystem Carbon Analyzer
3030
PEcAn is to streamline the interaction between data and
3131
models, and to improve the efficacy of scientific
3232
investigation.
33+
URL: https://pecanproject.github.io
34+
BugReports: https://github.com/PecanProject/pecan/issues
3335
Imports:
3436
abind (>= 1.4.5),
3537
curl,

base/utils/man/PEcAn.Rd

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)