Displaying 1 result from an estimated 1 matches for "l2ev".
Did you mean:
l2e
2007 Dec 30
1
adding a function after package.skeleton()
...n prompt(...) and moved + edited the resulting .Rd files as
appropriate (I believe). The log file from RCMD check constants does
indicate a few problems (full log below).
As far as I understand, the real problem would be on the lines:
> * checking R code for possible problems ... NOTE
> L2eV: no visible binding for global variable 'Constants'
> eV2L: no visible binding for global variable 'Constants'
These two functions use the dataframe "Constants", part of this package:
> `L2eV` <- function(lambda)
> {
> data("Constants")
> C...