Displaying 4 results from an estimated 4 matches for "grssnbchr".
2016 Jul 12
3
Forking and adapting an R package
...adapt the package ?hexbin? to suit my needs. This is the first
time I do this. I've read a bit through Hadley's ?R packages?, but now I'm
pretty lost (from a workflow point of view). I am using RStudio and Hadley's
devtools.
So I forked the repo I want to adapt: https://github.com/grssnbchr/hexbin and
cloned it using RStudio (I created a new project). What I basically want to do
is adapt the package slightly and use the adapted source on my use case (an Rmd
file in another location) - ideally, I would call the respective function
(hexbin::grid.hexagons) in the Rmd and the source code...
2016 Jul 12
3
Forking and adapting an R package
...adapt the package ?hexbin? to suit my needs. This is the first
time I do this. I've read a bit through Hadley's ?R packages?, but now I'm
pretty lost (from a workflow point of view). I am using RStudio and Hadley's
devtools.
So I forked the repo I want to adapt: https://github.com/grssnbchr/hexbin and
cloned it using RStudio (I created a new project). What I basically want to do
is adapt the package slightly and use the adapted source on my use case (an Rmd
file in another location) - ideally, I would call the respective function
(hexbin::grid.hexagons) in the Rmd and the source code...
2016 Jul 12
2
[R] Forking and adapting an R package
...in? to suit my needs. This is the first
> time I do this. I've read a bit through Hadley's ?R packages?, but now I'm
> pretty lost (from a workflow point of view). I am using RStudio and Hadley's
> devtools.
>
> So I forked the repo I want to adapt: https://github.com/grssnbchr/hexbin and
> cloned it using RStudio (I created a new project). What I basically want to do
> is adapt the package slightly and use the adapted source on my use case (an Rmd
> file in another location) - ideally, I would call the respective function
> (hexbin::grid.hexagons) in the Rmd...
2016 Jul 13
0
[R] Forking and adapting an R package
...s is the first
> > time I do this. I've read a bit through Hadley's ?R packages?, but now I'm
> > pretty lost (from a workflow point of view). I am using RStudio and Hadley's
> > devtools.
> >
> > So I forked the repo I want to adapt: https://github.com/grssnbchr/hexbin
> > and
> > cloned it using RStudio (I created a new project). What I basically want to
> > do
> > is adapt the package slightly and use the adapted source on my use case (an
> > Rmd
> > file in another location) - ideally, I would call the respective func...