Questions tagged [clrpackage]

3 questions
6
votes
1 answer

Foreign function calls to a different package NOTE

I am preparing an R package for submission to CRAN. R CMD check gives me the following NOTE: Foreign function calls to a different package: .Fortran("cinc", ... PACKAGE = "cmprsk") .Fortran("crstm", ... PACKAGE = "cmprsk") See the chapter…
3
votes
2 answers

Convert table to Byte array

I'm trying to convert a Lua Table to a C# Byte array. I was able to get a conversion to a Double array to work as follows: > require 'CLRPackage' > import "System" > tbl = {11,22,33,44} > dbl_arr = Double[4] > dbl_arr:GetValue(0) >…
SwDevMan81
  • 48,814
  • 22
  • 151
  • 184
1
vote
2 answers

How do I setup Wireshark to run Lua's CLRPackage

I'm trying to setup Wireshark so that I can use the LuaInterface to use some of the classes in the .NET framework. I'm able to get it working running through the Lua command line, but when I try to require "CLRPackage" in the init.lua startup…
SwDevMan81
  • 48,814
  • 22
  • 151
  • 184