IntegralEnvision / integral

Package for Integral functions
https://integralenvision.github.io/integral/
Other
0 stars 0 forks source link

add is_citrix() and get_system() #23

Closed jzadra closed 2 years ago

jzadra commented 2 years ago

is_citrix() returns a logical. get_systems() returns a character value, one of: "linux", "citrix", "local".

jzadra commented 2 years ago

@ebenp Added the export and documentation as we discussed.

ebenp commented 2 years ago

Hi Jon,

I get the following error when running is_citrix(). I googled a bit, but didn't find the function. What's current_r_location?

> is_citrix()
Error in current_r_location() : 
  could not find function "current_r_location"
Called from: .transformer(expr, env)`
jzadra commented 2 years ago

Oops. That was a reference to what became get_system(). I just removed that line as it adds confusion to the logical output.