inst/templates/uniset_globals.R

#####################################################################
###### Global variable for package 'XXX_packageName' ################
#####################################################################



# If not already there, move this file called "uniset_globals.R" into the
# "R" folder of your package 'XXX_packageName'

# Or, alternatively, if you already have a file defining global variables,
# just add the two lines below to it. 

# Do not change the name or the value of the object-value pair below. 

uniset_handover <- list(pkgname = "XXX_packageName",
                        funcname = "XXX_packageName_handover_to_uniset")

# Explanation: 
# this is the name of the function handing over some values required for 
# package uniset to work properly.
bpollner/uniset documentation built on March 16, 2024, 10:40 p.m.