search for: allobjects

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

Did you mean: all_objects
2018 Jan 29
2
bug [methods]: double execution of `insertSource` within the same session does not work
...sdistancefix.R" # Browse[2]> x # Object of class "sourceEnvironment" # Source environment created 2017-12-01 05:19:51 # For package "gmapsdistance" # From source file "gmapsdistancefix.R" # so: Browse[2]> names(env) NULL # which is why 53-60 do not work: allObjects <- names(env) if (!missing(functions)) { notThere <- is.na(match(functions, allObjects)) if (any(notThere)) { warning(gettextf("cannot insert these (not found in source): %s", paste("\"", functions[notThere], "\"", sep = &quo...
2012 Feb 20
3
Confused: Inconsistent result?
...        [1,] "a"               "character"  [2,] "aa"              "character"  [3,] "abc"             "character"  [4,] "AirPassengers"   "character"  [5,] "allobj"          "character"  [6,] "allObjects"      "character"  [7,] "allObjects2"     "character"  [8,] "arrayFromAPL"    "character"  [9,] "classes"         "character" [10,] "myCharVector"    "character" [11,] "myDateVector"    "ch...
2018 Jan 29
0
bug [methods]: double execution of `insertSource` within the same session does not work
...of class "sourceEnvironment" > # Source environment created 2017-12-01 05:19:51 > # For package "gmapsdistance" > # From source file "gmapsdistancefix.R" > > # so: > Browse[2]> names(env) > NULL > > # which is why 53-60 do not work: > allObjects <- names(env) > if (!missing(functions)) { > notThere <- is.na(match(functions, allObjects)) > if (any(notThere)) { > warning(gettextf("cannot insert these (not found in source): %s", > paste("\"", functions[notThere], "...