On 14.01.2009, at 17:31, Kristen Cibelli wrote:
Greetings! I tried to install the bundles for R, SWeave, and Make based on the instructions on http://macromates.com/textmate/manual/bundles#installing_a_bundle. But I do not see them in Textmate even after restarting the program. I can confirm that the bundles were downloaded and placed in /Library/Application\ Support/TextMate/Bundles.
I believe one should install them into ~/Library/Application\ Support/ TextMate/Bundles .
But an easier way is this:
Execute this in the Terminal:
export LC_CTYPE=en_US.UTF-8 mkdir -p ~/Library/Application\ Support/TextMate/Bundles mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
then open the Bundles > Get Bundles (make sure you have at least one doc open)
Install SWeave, Make, and I would recommend to install R (and maybe R Console (Rdaemon)) from the Review repository (these are much more powerful ;) and these R bundles are ready for the Official repo)
With Get Bundles you can look for bundles (371 bundles today), install bundles, you see if for a given bundle an update is available, delete bundles (only in the Pristine folder), enable bundles, undelete default bundles, etc.
--Hans