Code Monkey home page Code Monkey logo

drat's Introduction

DMLC drat Repo

This drat package repository provides R packages from DMLC code repositories.

Usage

# first add the repo
drat::addRepo("dmlc")
# either install just one or more given packages
install.packages("xgboost")
# or update already installed packages
update.packages()

Note

The mxnet package has been moved to S3.

To install the CPU-only package on Windows/OSX:

cran <- getOption("repos")
cran["dmlc"] <- "https://s3-us-west-2.amazonaws.com/apache-mxnet/R/CRAN/"
options(repos = cran)
install.packages("mxnet")

To install the GPU-enabled package on Windows:

cran <- getOption("repos")
cran["dmlc"] <- "https://s3-us-west-2.amazonaws.com/apache-mxnet/R/CRAN/GPU"
options(repos = cran)
install.packages("mxnet")

License

Packages in this repository are available under their respective license.

drat's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drat's Issues

weekly windows R update

Are you still updating the windows R package weekly? I can see the mac package has been updated recently but not windows. I've been having trouble building from scratch and I'm keen to try out some of the newer features such as the learning rate scheduler in R etc.
Thanks

mxnet not found when installing from r

It looks like R can't find the mxnet package on github.

> install.packages("mxnet")
Installing package into ‘/home/adriaan/R/x86_64-pc-linux-gnu-library/3.2’
(as ‘lib’ is unspecified)
trying URL 'http://dmlc.github.io/drat/src/contrib/mxnet_0.5.tar.gz'
Error in download.file(url, destfile, method, mode = "wb", ...) : 
  cannot open URL 'http://dmlc.github.io/drat/src/contrib/mxnet_0.5.tar.gz'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
  cannot open URL 'http://dmlc.github.io/drat/src/contrib/mxnet_0.5.tar.gz': HTTP status was '404 Not Found'
Warning in download.packages(pkgs, destdir = tmpd, available = available,  :
  download of package ‘mxnet’ failed

mxnet missing

Getting this error after installing drat and adding the dmlc repo :

Warning in install.packages :
  URL 'http://dmlc.ml/drat/src/contrib/mxnet_0.7.tar.gz': status was '404 Not Found'
Error in download.file(url, destfile, method, mode = "wb", ...) : 
  cannot download all files
Warning in install.packages :
  download of package ‘mxnet’ failed

System info :

sysname 
"Darwin" 
release 
"15.5.0" 
version 
"Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64" 
nodename 
"connors-mbp-2.lan.itd.state.ma.us" 
 machine 
 "x86_64" 

I looked under https://github.com/dmlc/drat/tree/gh-pages/src/contrib and only found xgboost.

can't install mxnet on mac

install.packages("mxnet")

downloaded 0 bytes

Warning in install.packages :
  URL 'http://dmlc.ml/drat/src/contrib/mxnet_0.10.1.tar.gz': status was '404 Not Found'
Error in download.file(url, destfile, method, mode = "wb", ...) : 
  cannot download all files
Warning in install.packages :
  download of package ‘mxnet’ failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.