Coder Social home page Coder Social logo

rscripts's People

Contributors

harrelfe avatar

Stargazers

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

Watchers

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

rscripts's Issues

Missing links

Section 3 of the R Workflow document references the Reproducible Research page which provides a download of reportTemplate.qmd which (I'm getting there) has

require(Hmisc); getRs('kable.r', put='source')

which returns a 404

getRs('kable.r', put='source') Error in file(filename, "r", encoding = encoding) : cannot open the connection to 'https://github.com/harrelfe/rscripts/raw/master/kable.r' In addition: Warning message: In file(filename, "r", encoding = encoding) : cannot open URL 'https://github.com/harrelfe/rscripts/raw/master/kable.r': HTTP status was '404 Not Found'

Totally fabulous trove. All praise.

Change in Github URLs causing errors in getRs()

Hi,

I think a change in how Github makes its URLs is causing getRs() to not work. I'm getting 404 errors for any script I try to download.

> getRs('reptools.R')
Error in file(filename, "r", encoding = encoding) : 
  cannot open the connection to 'https://github.com/harrelfe/rscripts/raw/master/reptools.R'
In addition: Warning message:
In file(filename, "r", encoding = encoding) :
  cannot open URL 'https://github.com/harrelfe/rscripts/raw/master/reptools.R': HTTP status was '404 Not Found'

I've never done a pull request on Github, but it looks like the 'gdir' argument from these lines 17-21 in getRs.Rd code in the HMisc repository may need to be changed somehow.

\usage{
getRs(file=NULL, guser='harrelfe', grepo='rscripts', gdir='raw/master',
      dir=NULL, browse=c('local', 'browser'), cats=FALSE,
      put=c('source', 'rstudio'))
}

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.