search for: ncrookston

Displaying 3 results from an estimated 3 matches for "ncrookston".

Did you mean: crookston
2019 Dec 03
1
Dynamic load library problem using R 4.0.0
...g how dynamically loaded libraries are accessed? Can someone please point me in the right direction? WORKS On MacOSX Under: R version 3.6.1 (2019-07-05) -- "Action of the Toes" after dynamically loading ../../bin/qFVSie.so: > getLoadedDLLs()$qFVSie DLL name: qFVSie Filename: /Users/ncrookston/open-fvs/branches/NickDev/tests/APIviaR/../../bin/qFVSie.so Dynamic lookup: TRUE # expected output is correct: > i=1 > .C("CfvsSpeciesCode",fvs_code="",fia_code="",plant_code="", indx=as.integer(i)) $fvs_code [1] "WP" $fia_code [1] "119&...
2009 Jan 29
1
In Rd: \describe \itemize and \item
...9;m trying! Suggestions? Comments? Thanks, Nick. PS: If this Email is not simple text, please let me know. Nicholas L. Crookston, Operations Research Analyst Rocky Mountain Research Station USDA Forest Service 1221 South Main, Moscow, ID 83843 Office: (208) 883-2317, FAX: (208) 883-2318 EMail: ncrookston at fs.fed.us
2009 Jul 22
1
Link to documentation in another package
Dear all, One of the functions that I wrote (ggsave.latex) extents the functionality of a function (ggsave) in another package (ggplot2). Instead of copying all the information I would like to create a link in the helpfile of ggsave.latex to the helpfile of ggsave. I tried \code{\link{ggsave}} and \code{\link{ggplot2::ggsave}}, but neither worked. Both cases gave a 'missing link' warning.