forked from BMasinde/FlyingR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.56 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: FlyingR
Type: Package
Title: Simulation of Bird Flight Range
Version: 0.2.2
Authors@R: c(person(family = "Masinde", given = "Brian", role = c("aut", "cre"),
email= "masindeb@live.com"), person(family = "Bartoszek", given = "Krzysztof",
role = c("ctb", "ths"), email= "krzbar@protonmail.ch"))
Description: Functions for range estimation in birds based on Pennycuick (2008)
and Pennycuick (1975), 'Flight' program which compliments Pennycuick (2008)
requires manual entry of birds which can be tedious when there are hundreds
of birds to estimate. Implemented are two ODE methods discussed in Pennycuick (1975)
and time-marching computation methods as in Pennycuick (1998) and Pennycuick (2008).
See Pennycuick (1975, ISBN:978-0-12-249405-5), Pennycuick (1998) <doi:10.1006/jtbi.1997.0572>,
and Pennycuick (2008, ISBN:9780080557816).
License: Apache License
Encoding: UTF-8
LazyData: true
Imports:
utils,
Rcpp (>= 1.0.2),
knitr,
kableExtra,
rmarkdown
Suggests:
testthat,
covr
RoxygenNote: 7.2.0
Depends: R (>= 2.10)
VignetteBuilder: knitr
Collate:
'FlyingR.R'
'RcppExports.R'
'birds_documentation.R'
'constant_muscle_mass.R'
'constant_specific_power.R'
'constant_specific_work.R'
'control.R'
'method_2.R'
'method_1.R'
'input_match.R'
'lookup_table2.R'
'misc_functions.R'
'flight_simulation.R'
'migrate.R'
'stopover_mass_calculator.R'
'zzz.R'
LinkingTo: Rcpp
URL: https://github.com/BMasinde/FlyingR
BugReports: https://github.com/BMasinde/FlyingR/issues