Skip to content

Commit 1fa6bc7

Browse files
committed
site config
1 parent b18b773 commit 1fa6bc7

7 files changed

Lines changed: 31 additions & 5 deletions

File tree

.Rbuildignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
^docs$
77
^pkgdown$
88
^\.github$
9+
^FIAstemmap\.Rproj$
10+
^\.Rproj\.user$
11+
^CONTRIBUTING\.md$
12+
^CODE_OF_CONDUCT\.md$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
docs
2+
.Rproj.user

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ Description: Maps individual tree stem locations on field plots of the Forest
1919
License: MIT + file LICENSE
2020
Depends: R (>= 4.1.0)
2121
Imports: gdalraster, methods, spatstat.geom
22-
Suggests:
22+
Suggests:
2323
spatstat.explore,
2424
spelling,
2525
testthat (>= 3.0.0)
26-
URL: https://ctoney.github.io/FIAstemmap/
26+
URL: https://ctoney.github.io/FIAstemmap/, https://github.com/ctoney/FIAstemmap
27+
BugReports: https://github.com/ctoney/FIAstemmap/issues
2728
Config/testthat/edition: 3
2829
Encoding: UTF-8
2930
LazyData: true

FIAstemmap.Rproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: No
4+
SaveWorkspace: No
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 4
10+
Encoding: UTF-8
11+
12+
AutoAppendNewline: Yes
13+
StripTrailingWhitespace: Yes
14+
LineEndingConversion: Posix
15+
16+
BuildType: Package
17+
PackageUseDevtools: Yes
18+
PackageInstallArgs: --no-multiarch --with-keep.source
19+
PackageRoxygenize: rd,collate,namespace

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ knitr::opts_chunk$set(
1818
<!-- badges: start -->
1919
<!-- badges: end -->
2020

21-
## NOTE: this repo is an implementation update currently in-development
21+
NOTE: this repository is for an implementation update _currently under development_
2222

2323
The Forest Inventory and Analysis Program ([FIA](https://research.fs.usda.gov/programs/nfi)) of USDA Forest Service provide tree-level measurements from a systematic grid of field plots across all forest ownerships and land uses in the US. **FIAstemmap** is an R package for mapping tree stem locations on FIA plots, modeling individual crown dimensions, and generating plot-level estimates of fractional tree canopy cover. Several stand height metrics can be calculated. Spatial analysis of tree point pattern is facilitated for the standard FIA four-point cluster plot design. Efficient data processing supports national applications. The package provides an updated implementation of the software originally described by Toney et al. 2009 [[1]](#References). The original implementation for modeling plot canopy cover from individual tree measurements has supported several applications of FIA data, including:
2424

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
<!-- badges: end -->
99

10-
## NOTE: this repo is an implementation update currently in-development
10+
NOTE: this repository is for an implementation update *currently under
11+
development*
1112

1213
The Forest Inventory and Analysis Program
1314
([FIA](https://research.fs.usda.gov/programs/nfi)) of USDA Forest

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ figures:
1313
home:
1414
title: FIA stem map
1515
sidebar:
16-
structure: [links, community, authors, citation, license, dev]
16+
structure: [links, community, authors, citation, license, toc]

0 commit comments

Comments
 (0)