-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
39 lines (39 loc) · 1.11 KB
/
DESCRIPTION
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
Package: planar
Title: Multilayer Optics
Authors@R: c(person("Baptiste", "Auguié",
email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID="0000-0002-2749-5715", "Some functions ported from the original Matlab SPLAC code by E.C. Le Ru and P. G. Etchegoin")), person("Steven", "Johnson", role = c("cph"), comment = "C code for the cubature library"))
LinkingTo: Rcpp, RcppArmadillo
Type: Package
URL: https://github.com/nano-optics/planar
BugReports: https://github.com/nano-optics/planar/issues
LazyLoad: yes
License: Mozilla Public License Version 2.0
Description: Solves the electromagnetic problem of reflection and transmission
at a planar multilayer interface. Also computed are the decay rates and emission
profile for a dipolar emitter.
SystemRequirements: GNU make
Version: 1.7.0
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
Depends:
R (>= 3.5.0),
methods,
dielectric
Imports:
Rcpp,
statmod,
cubature,
reshape2,
plyr,
ggplot2
Suggests:
Hmisc,
grid,
gridExtra,
lattice,
knitr,
rmarkdown,
testthat
RoxygenNote: 7.1.2