PredictiveEcology / NetLogoR

A translation of NetLogo functions, dictionary, and framework for R. Intended to be used with a discrete event simulator, like SpaDES
http://NetLogoR.PredictiveEcology.org
38 stars 4 forks source link

resolve 'missing global for :=' note in R CMD check #21

Closed achubaty closed 8 years ago

achubaty commented 8 years ago

removing agentDataTable now results in a new note:

Status: 1 NOTE
checking R code for possible problems ... NOTE
diffuse,NLworld-missing-numeric-numeric: no visible global function
  definition for ‘:=’
diffuse,NLworldArray-character-numeric-numeric: no visible global
  function definition for ‘:=’
diffuse,NLworldMatrix-missing-numeric-numeric: no visible global
  function definition for ‘:=’
neighbors,NLworldMs-matrix-numeric: no visible global function
  definition for ‘:=’
neighbors,NLworlds-matrix-numeric: no visible global function
  definition for ‘:=’
Undefined global functions or variables:
  :=

@eliotmcintire can you fix the documentation/imports for these?

eliotmcintire commented 8 years ago

Closed with 0eeef49108bda9e020b0bbf74b221766cb843484