search for: ev2l

Displaying 1 result from an estimated 1 matches for "ev2l".

Did you mean: ev2
2007 Dec 30
1
adding a function after package.skeleton()
...ate (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") > Constants$h*Constants$cel/Constants$ee/lambda ->eV > eV > }...