Learn R Programming

⚠️There's a newer version (1.1.9) of this package.Take me there.

track (version 1.0-1)

Track Objects

Description

Automatically stores objects in files on disk so that files are rewritten when objects are changed, and so that objects are accessible but do not occupy memory until they are accessed. Keeps track of times when objects are created and modified, and caches some basic characteristics of objects to allow for fast summaries of objects. Also provides a command history mechanism that saves the last command to a history file after each command completes.

Copy Link

Version

Install

install.packages('track')

Monthly Downloads

8

Version

1.0-1

License

GPL

Maintainer

Tony Plate

Last Published

January 30th, 2011

Functions in track (1.0-1)

track.info

Return filenames and directories for tracked variables.
track.options

Set and get tracking options on a tracked environment
track.manage

Manage how objects are handled in a tracking session
track.attach

Attach a tracking database to the search path.
track.auto

Query or set the status of automated tracking
track-package

Overview of track package
track.history

Functions for incrementally writing command history to a file.
track.copy

Copy or move objects from one tracking db to another
track.status

Return information about the status of tracking
track.setup

Setup and stop tracking
track.design

Design of a tracking environment
track.preremove

Remove other resources associated with an object.
track.future

Potential future features of the track package
track.rename

Rename variables in a tracked environment
track.summary

Return a summary of the basic properties of tracked objects
track.sync

Synchronize the tracking database stored in files on disk to reflect changed, new, or deleted objects in R
show.envs

Show the environments referenced within an object.
track.rebuild

Rebuild database information for tracked objects
track.performance

Performance tuning with track.
track.plugin.lru

Plugins for cache policies in the track package.