├── bin └── windows │ └── contrib │ ├── 3.0 │ ├── DSP2014R_0.1.zip │ ├── DSP2014R_1.0.zip │ ├── PACKAGES │ └── PACKAGES.gz │ ├── 3.1 │ ├── DSP2014R_0.1.zip │ ├── DSP2014R_1.0.zip │ ├── PACKAGES │ └── PACKAGES.gz │ └── 3.2 │ ├── DSP2014R_0.1.zip │ ├── DSP2014R_1.0.zip │ ├── PACKAGES │ └── PACKAGES.gz └── src └── contrib ├── DSP2014R_1.0.tar.gz ├── PACKAGES └── PACKAGES.gz /bin/windows/contrib/3.0/DSP2014R_0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.0/DSP2014R_0.1.zip -------------------------------------------------------------------------------- /bin/windows/contrib/3.0/DSP2014R_1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.0/DSP2014R_1.0.zip -------------------------------------------------------------------------------- /bin/windows/contrib/3.0/PACKAGES: -------------------------------------------------------------------------------- 1 | Package: DSP2014R 2 | Version: 1.0 3 | 4 | -------------------------------------------------------------------------------- /bin/windows/contrib/3.0/PACKAGES.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.0/PACKAGES.gz -------------------------------------------------------------------------------- /bin/windows/contrib/3.1/DSP2014R_0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.1/DSP2014R_0.1.zip -------------------------------------------------------------------------------- /bin/windows/contrib/3.1/DSP2014R_1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.1/DSP2014R_1.0.zip -------------------------------------------------------------------------------- /bin/windows/contrib/3.1/PACKAGES: -------------------------------------------------------------------------------- 1 | Package: DSP2014R 2 | Version: 1.0 3 | 4 | -------------------------------------------------------------------------------- /bin/windows/contrib/3.1/PACKAGES.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.1/PACKAGES.gz -------------------------------------------------------------------------------- /bin/windows/contrib/3.2/DSP2014R_0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.2/DSP2014R_0.1.zip -------------------------------------------------------------------------------- /bin/windows/contrib/3.2/DSP2014R_1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.2/DSP2014R_1.0.zip -------------------------------------------------------------------------------- /bin/windows/contrib/3.2/PACKAGES: -------------------------------------------------------------------------------- 1 | Package: DSP2014R 2 | Version: 1.0 3 | 4 | -------------------------------------------------------------------------------- /bin/windows/contrib/3.2/PACKAGES.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/bin/windows/contrib/3.2/PACKAGES.gz -------------------------------------------------------------------------------- /src/contrib/DSP2014R_1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/src/contrib/DSP2014R_1.0.tar.gz -------------------------------------------------------------------------------- /src/contrib/PACKAGES: -------------------------------------------------------------------------------- 1 | Package: DSP2014R 2 | Version: 1.0 3 | MD5sum: eb72e847773b27419952efbc806bd17b 4 | NeedsCompilation: no 5 | 6 | -------------------------------------------------------------------------------- /src/contrib/PACKAGES.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dspim/R/9b3f0d3245c825332a645d3a90130a3458b223d7/src/contrib/PACKAGES.gz --------------------------------------------------------------------------------