https://github.com/systematicinvestor/SIT
Systematic Investor Toolkit
https://github.com/systematicinvestor/SIT
Last synced: 5 months ago
JSON representation
Systematic Investor Toolkit
- Host: GitHub
- URL: https://github.com/systematicinvestor/SIT
- Owner: systematicinvestor
- Created: 2011-10-03T20:48:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T23:30:29.000Z (almost 2 years ago)
- Last Synced: 2023-10-26T11:46:15.251Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 46.3 MB
- Stars: 468
- Watchers: 135
- Forks: 385
- Open Issues: 31
-
Metadata Files:
- Readme: Readme.pkg.txt
Awesome Lists containing this project
- jimsghstars - systematicinvestor/SIT - Systematic Investor Toolkit (R)
README
###############################################################################
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
###############################################################################
# Systematic Investor Toolbox (SIT)
# Copyright (C) 2012 Michael Kapler
#
# For more information please visit my blog at www.SystematicInvestor.wordpress.com
# or drop me a line at TheSystematicInvestor at gmail
###############################################################################
# Systematic Investor Toolbox (SIT)
#
# Systematic Investor Toolbox is a collection of tools that I use
# in my investment research. I will demonstrate and document
# various uses of toolbox in the Systematic Investor blog at
# www.SystematicInvestor.wordpress.com
#
#
###############################################################################
# To Install SIT: (I will host SIT at www.systematicportfolio.com for testing
# and will move to CRAN once it is stable
###############################################################################
#
#
###############################################################################
# Windows only installation
###############################################################################
# setInternet2(TRUE)
# download.file('http://www.systematicportfolio.com/SIT.tar.gz', 'sit')
#install.packages('sit', repos = NULL, type='source')
#
#
###############################################################################
# RCurl installation - will work on all platforms
# install.packages('RCurl', repos ='http://www.stats.ox.ac.uk/pub/RWin')
###############################################################################
# library(RCurl)
# writeBin(getBinaryURL('http://www.systematicportfolio.com/SIT.tar.gz', followlocation = TRUE, ssl.verifypeer = FALSE), 'sit')
# install.packages('sit', repos = NULL, type='source')
#
#
###############################################################################
# To use SIT:
###############################################################################
# library(SIT)
#
#
###############################################################################
# Example Usage:
###############################################################################
# Run plota test
# SIT:::plota.test()
#
#
#
#
#
#
#More to come,
#
#Michael Kapler
#TheSystematicInvestor at gmail
#