R/data-sets.R

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#' Deer images - a list of native raster images 
#' 
#' The 'deer' sprites are by Calciumtrice and licensed under CC BY 3.0.  
#' See 'inst/LICENSE-deer.txt' for more details. To view license information:
#' 
#' \code{cat(readLines(system.file('LICENSE-deer.txt', package = 'nara')), sep = "\n")}
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"deer"



#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#' A list of nativeraster tiles used for constructing a side-scrolling game.
#' 
#' The tiles in this list are of a common base size and can be conbined to 
#' construct various scenes.
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"tileset"



#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#' A data.frame of configuration information which can be used with 
#' \code{nr_blit_multi()} and the \code{tileset} data.
#' 
#' Use this configuration wtih \code{nr_blit_multi()}
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"tileset_config"

Try the nara package in your browser

Any scripts or data that you put into this service are public.

nara documentation built on May 28, 2026, 5:07 p.m.