Learn R Programming

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

track (version 1.0-11)

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-11

License

GPL

Maintainer

Tony Plate

Last Published

November 30th, 2011

Functions in track (1.0-11)

track.auto

Query or set the status of automated tracking
track-package

Overview of track package
track.copy

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

Design of a tracking environment
track.future

Potential future features of the track package
track.setup

Setup and stop tracking
track.performance

Performance tuning with track.
track.plugin.lru

Plugins for cache policies in the track package.
track.attach

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

Rename variables in a tracked environment
show.envs

Show the environments referenced within an object.
track.manage

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

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

Return filenames and directories for tracked variables.
track.preremove

Remove other resources associated with an object.
track.options

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

Rebuild database information for tracked objects
track.status

Return information about the status of tracking
track.sync

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

Return a summary of the basic properties of tracked objects