MangoTheCat / functionMap

Draw the functions map for a R package
36 stars 8 forks source link

Typo in install command? #43

Closed jarodmeng closed 8 years ago

jarodmeng commented 8 years ago

The current install command is

source("https://raw.githubusercontent.com/MangoTheCat/remotes/master/install-github.R")$value("mangothecat/functionMap")

However, it returned an error because mangothecat/functionMap cannot be found.

It should be MangoTheCat/functionMap.

jarodmeng commented 8 years ago

My bad. It seems that casing doesn't matter. For some other reason the script didn't work the first time and worked the second time. Closing the issue.