Skip to content

Commit bd6b5cc

Browse files
ntmvntmv
authored andcommitted
pckgdown website
1 parent 1fc1461 commit bd6b5cc

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

.DS_Store

6 KB
Binary file not shown.

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
^_pkgdown\.yml$
22
^docs$
33
^pkgdown$
4+
^.*\.Rproj$
5+
^\.Rproj\.user$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.RData
44
.Ruserdata
55
docs
6+
.DS_Store

DESCRIPTION

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
Package: angler
2-
Title: calculate sexual shape and size dimorphism from landmark data
3-
Version: 0.1.0
4-
Authors@R: c(person("T William", "Bell", email = "[email protected]",
5-
role = c("aut", "cre"),
6-
person(given = "Nirupama",
7-
family = "Tamvada", role = "aut"))
8-
Description: Geometric morphometric data may be processed through the geomorph package, which has functionality for testing the significance of sexual dimorphism. However the more relevant value for all sorts of analysis is the actual value of SShD and SSD, and this package is designed to calculate those.
9-
Depends: R (>= 3.3.3)
10-
License: GPL-2
2+
Title: Calculate standardized measures of sexual shape and size dimorphism
3+
Version: 0.0.0.9000
4+
Authors@R:
5+
person("T William", "Bell", , "[email protected]", role = c("aut", "cre"))
6+
Description: Meant to be used as a complement for the geomorph package. Calculates commonly used measures of sexual shape and size dimorphism used in the literature
7+
License: `use_mit_license()`
118
Encoding: UTF-8
9+
Roxygen: list(markdown = TRUE)
10+
RoxygenNote: 7.2.2
1211
LazyData: true
13-
RoxygenNote: 7.1.1
1412
Date/Publication: 2018-07-13 17:00:00 EST
1513
Imports: boot, geomorph, stats, DescTools
1614
Suggests:
1715
testthat (>= 3.0.0)
1816
Config/testthat/edition: 3
17+

_pkgdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
url: ~
2+
template:
3+
bootstrap: 5
4+

0 commit comments

Comments
 (0)