What roxygen should I put when I use a function of another package in my function
问题 I am writing many functions and I am trying to document using roxygen2 I use the futile.logger package a lot, say I use the flog.debug function in a function. What @* should I use to document it ? 回答1: First, being aware of your sessionInfo() getwd() # your R's working directory .libPaths() # your R's library location Step0 Download and install the necessary packages: library(roxygen2) library(devtools) library(digest) Step1 Put all your related ".R" files (yourfunction1.R, yourfunction2.R,