Skip to content

Commit 1b1720a

Browse files
committed
transfer to firelab org
1 parent e1bd1bf commit 1b1720a

4 files changed

Lines changed: 36 additions & 36 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Suggests:
3131
spelling,
3232
testthat (>= 3.0.0),
3333
vctrs (>= 0.3.0)
34-
URL: https://ctoney.github.io/FIAstemmap/, https://github.com/ctoney/FIAstemmap
35-
BugReports: https://github.com/ctoney/FIAstemmap/issues
34+
URL: https://firelab.github.io/FIAstemmap/, https://github.com/firelab/FIAstemmap
35+
BugReports: https://github.com/firelab/FIAstemmap/issues
3636
Config/testthat/edition: 3
3737
Encoding: UTF-8
3838
LazyData: true

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ knitr::opts_chunk$set(
1414
)
1515
```
1616

17-
# FIAstemmap <a href="https://ctoney.github.io/FIAstemmap/"><img src="man/figures/logo.png" align="right" height="138" alt="FIAstemmap website" /></a>
17+
# FIAstemmap <a href="https://firelab.github.io/FIAstemmap/"><img src="man/figures/logo.png" align="right" height="138" alt="FIAstemmap website" /></a>
1818

1919
<!-- badges: start -->
20-
[![R-CMD-check](https://github.com/ctoney/FIAstemmap/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ctoney/FIAstemmap/actions/workflows/R-CMD-check.yaml)
20+
[![R-CMD-check](https://github.com/firelab/FIAstemmap/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/firelab/FIAstemmap/actions/workflows/R-CMD-check.yaml)
2121
<!-- badges: end -->
2222

2323
**NOTE: this is an implementation update _currently under development_**
@@ -40,7 +40,7 @@ You can install the development version of **FIAstemmap** with:
4040

4141
``` r
4242
# install.packages("pak")
43-
pak::pak("ctoney/FIAstemmap")
43+
pak::pak("firelab/FIAstemmap")
4444
```
4545

4646
## Examples

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# FIAstemmap <a href="https://ctoney.github.io/FIAstemmap/"><img src="man/figures/logo.png" align="right" height="138" alt="FIAstemmap website" /></a>
4+
# FIAstemmap <a href="https://firelab.github.io/FIAstemmap/"><img src="man/figures/logo.png" align="right" height="138" alt="FIAstemmap website" /></a>
55

66
<!-- badges: start -->
77

8-
[![R-CMD-check](https://github.com/ctoney/FIAstemmap/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ctoney/FIAstemmap/actions/workflows/R-CMD-check.yaml)
8+
[![R-CMD-check](https://github.com/firelab/FIAstemmap/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/firelab/FIAstemmap/actions/workflows/R-CMD-check.yaml)
99
<!-- badges: end -->
1010

1111
**NOTE: this is an implementation update *currently under development***
@@ -53,7 +53,7 @@ You can install the development version of **FIAstemmap** with:
5353

5454
``` r
5555
# install.packages("pak")
56-
pak::pak("ctoney/FIAstemmap")
56+
pak::pak("firelab/FIAstemmap")
5757
```
5858

5959
## Examples
@@ -151,9 +151,9 @@ X <- create_fia_ppp(plantation)
151151
summary(X)
152152
#> Planar point pattern: 89 points
153153
#> Average intensity 0.01229542 points per square foot
154-
#>
154+
#>
155155
#> Coordinates are given to 16 decimal places
156-
#>
156+
#>
157157
#> Window: polygonal boundary
158158
#> 4 separate polygons (no holes)
159159
#> vertices area relative.area
@@ -206,76 +206,76 @@ tree_list[tree_list$SUBP == 1 & tree_list$DIA >= 5, ] |>
206206
calc_tcc_metrics(plantation)
207207
#> $model_tcc
208208
#> [1] 88.5
209-
#>
209+
#>
210210
#> $subp1_crown_overlay
211211
#> [1] 86.9
212-
#>
212+
#>
213213
#> $subp2_crown_overlay
214214
#> [1] 91.8
215-
#>
215+
#>
216216
#> $subp3_crown_overlay
217217
#> [1] 80.5
218-
#>
218+
#>
219219
#> $subp4_crown_overlay
220220
#> [1] 87.3
221-
#>
221+
#>
222222
#> $subp_overlay_mean
223223
#> [1] 86.625
224-
#>
224+
#>
225225
#> $micr1_crown_overlay
226226
#> [1] 0
227-
#>
227+
#>
228228
#> $micr2_crown_overlay
229229
#> [1] 0
230-
#>
230+
#>
231231
#> $micr3_crown_overlay
232232
#> [1] 19.4
233-
#>
233+
#>
234234
#> $micr4_crown_overlay
235235
#> [1] 22
236-
#>
236+
#>
237237
#> $micr_overlay_mean
238238
#> [1] 10.35
239-
#>
239+
#>
240240
#> $L_6ft
241241
#> [1] 3.868305
242-
#>
242+
#>
243243
#> $L_8ft
244244
#> [1] 6.627377
245-
#>
245+
#>
246246
#> $L_10ft
247247
#> [1] 7.300455
248-
#>
248+
#>
249249
#> $L_12ft
250250
#> [1] 11.35045
251-
#>
251+
#>
252252
#> $numTrees
253253
#> [1] 89
254-
#>
254+
#>
255255
#> $meanTreeHt
256256
#> [1] 45
257-
#>
257+
#>
258258
#> $meanTreeHtBAW
259259
#> [1] 45.4
260-
#>
260+
#>
261261
#> $meanTreeHtDom
262262
#> [1] 45
263-
#>
263+
#>
264264
#> $meanTreeHtDomBAW
265265
#> [1] 45.4
266-
#>
266+
#>
267267
#> $maxTreeHt
268268
#> [1] 51
269-
#>
269+
#>
270270
#> $predomTreeHt
271271
#> [1] 50.3
272-
#>
272+
#>
273273
#> $numSaplings
274274
#> [1] 2
275-
#>
275+
#>
276276
#> $meanSapHt
277277
#> [1] 33.5
278-
#>
278+
#>
279279
#> $maxSapHt
280280
#> [1] 42
281281

@@ -297,7 +297,7 @@ tree <- load_tree_data(f)
297297
#> ! The data source does not have DIST and/or AZIMUTH
298298
#> ℹ Fetching tree data...
299299
#> ✔ Fetching tree data... [14ms]
300-
#>
300+
#>
301301
#> ℹ 910 tree records returned
302302

303303
head(tree)

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://ctoney.github.io/FIAstemmap/
1+
url: https://firelab.github.io/FIAstemmap/
22

33
template:
44
bootstrap: 5

0 commit comments

Comments
 (0)