Displaying 20 results from an estimated 1000 matches similar to: "devtools - document() weiredness"
2012 Mar 02
0
devtools 0.6
# devtools
The aim of `devtools` is to make your life as a package developer
easier by providing R functions that simplify many common tasks.
Devtools is opinionated about how to do package development, and
requires that you use `roxygen2` for documentation and `testthat` for
testing. Future version will relax these opinions - patches are
welcome! You can track (and contribute to) development of
2012 Mar 02
0
devtools 0.6
# devtools
The aim of `devtools` is to make your life as a package developer
easier by providing R functions that simplify many common tasks.
Devtools is opinionated about how to do package development, and
requires that you use `roxygen2` for documentation and `testthat` for
testing. Future version will relax these opinions - patches are
welcome! You can track (and contribute to) development of
2010 Feb 05
2
Spider Plot color problem
Hi all,
I have encountered a problem which appears to have defeated my (admittedly
nascent) R skills. I want to draw a spider plot with many cases (just over
300). I am primarily interested in the difference between 4 categories of
cases, and want to display them as different colors. the col.stars parameter
does not change the color of the lines (which I'm after), but fills the
stars in
2008 Aug 18
2
[Vorbis-dev] MT9 Capabilities
> This'd be codec specific
Unless a Skeleton track is used instead (this is supposed to describe
the tracks within a multiplexed Ogg stream).
But Skeleton is nascent too.
2011 Nov 15
1
grid.arrange, grid.layout - legend, global y axis title
Hello,
I created several plot with ggplot2 dev mode.
Now I want to combine the plots in a grid
e.g. 2x2 with a fixed size of the output.
What I am doing at the moment is:
grid.newpage()
pushViewport(viewport(layout = grid.layout(nrow=2, ncol=2,
widths = unit(c(7.5,6.5), "cm"),
heights = unit(rep(5, 2), "cm"))))
print(plot1, vp = viewport(layout.pos.row = 1,
2004 Apr 21
2
Extracting information from webpages
> Hello R Community,
>
> I would like to be able to download recent (yesterday's close is fine)
> stock and
> mutual fund prices from somewhere and use them for a personal finance
> project.
> Ideally, I would do this at a website of my choosing (e.g.
> morningstar.com) and
> have the possibility of getting a wide range of other information about
> the security
2007 Jul 24
1
Custom kinit to find device by "label"
I need to reliably boot a server from a USB device. Since USB
device ordering can be unpredictable, I wrote a simple
early-userspace "init" program to find the root FS on the correct USB
device & partition. I have "labeled" the root ext2 FS on the USB
drive, and the program searches for the label by examining the bytes
at a specific offset from the beginning of the
2012 Sep 02
1
Environment when NextMethod is used
I'm running into some hard-to-understand behavior with the evaluation
environment when NextMethod is used. I'm using square-bracket indexing
into objects, and the evaluation environment of the expression inside
the square brackets seems to change depending on what kind of
comparison operators are used.
This behavior happens when the following conditions are met (this is
what I've
2019 Sep 27
1
passing extra arguments to devtools::build
This question was posed on SO :
https://stackoverflow.com/questions/58118495/passing-extra-argumenets-to-devtoolsbuild
but there has been no useful reply.
Something seems to have changed in the |devtools|package, so that the
following commands, that used to run now give an error I can't decipher:
|>Sys.setenv(R_GSCMD="C:/Program
2014 Apr 28
1
Will Devtools-1.1 or later become part of SCL?
I've already installed devtools-1.1 from Tru Huynh.
http://people.centos.org/tru/devtools-1.1/
Thank You Tru.
gcc 4.7.2 is so much newer than stock 4.4.7. (much better C++11 support)
Why is devtools-1.1 not officially part of CentOS SCL? I know
devtools-2.0 still has issues but 1.1 would bring us on par with
Debian 7.0.
http://wiki.centos.org/AdditionalResources/Repositories/SCL
2012 Jun 20
0
Devtools 0.7
# devtools
The aim of `devtools` is to make your life as a package developer
easier by providing R functions that simplify many common tasks.
Devtools is opinionated about how to do package development, and
requires that you use `roxygen2` for documentation and `testthat` for
testing. Future version will relax these opinions - patches are
welcome! You can track (and contribute to) development of
2012 Jun 20
0
Devtools 0.7
# devtools
The aim of `devtools` is to make your life as a package developer
easier by providing R functions that simplify many common tasks.
Devtools is opinionated about how to do package development, and
requires that you use `roxygen2` for documentation and `testthat` for
testing. Future version will relax these opinions - patches are
welcome! You can track (and contribute to) development of
2012 Mar 15
0
Make Asset Pipeline compatible with Chrome DevTools Autosave
https://github.com/NV/chrome-devtools-autosave doesn’t play nice with Asset
Pipeline. https://github.com/NV/chrome-devtools-autosave/issues/27
The culprit of the problem is in the asset’s URLs. I cannot decipher a file
path by its URL. For instance, /assets/main.css?body=1 could be either
app/assets/stylesheets/main.css, lib/assets/stylesheets/main.css
or vendor/stylesheets/main.css.
To fix
2017 Jul 12
1
devtools::check "hangs"
Hi,
checking my package with check from devtools leads to the output
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ?Writing R documentation files? in the ?Writing R
Extensions? manual.
* checking Rd contents ... OK
* checking for unstated dependencies in
2013 Dec 20
0
error con install_github() del paquete devtools
has probado con: install_github('paquete",username='usuario')?
2013/12/20 Jose Luis Cañadas Reche <canadasreche en gmail.com>:
> Hola a todos.
>
> Estoy intentando instalar el paquete likert utilizando devtools y obtengo el
> siguiente error
>
> library(devtools)
> install_github('likert','jbryer')
> Installing github repo(s)
2013 Dec 20
0
error con install_github() del paquete devtools
Hola,
En GitHub estará siempre la última versión, pero también está el paquete en
CRAN y puedes instalártelo como cualquier otro paquete ahí disponible...
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 20 de diciembre de 2013, 14:54, José Luis Cañadas <canadasreche@gmail.com
> escribió:
> Si. Pero no funciona. En ordenador curro si funciona y tb tiene linux.
> Seguiré
2014 Sep 14
1
default devtools enabled for users
Hi! I want to make the default environment for users the
environment of devtoolset .. and i am thinking to do it this way:
1. make /bin/bash-devtools with the content
scl enable devtoolset-2 bash "$@"
2. change for the prospective users the shell from /bin/bash to /bin/bash-devtoolset
Is this the best way? Do anyone see or know of any pitfalls with this?
Thanks a lot!
Adrian
2013 Dec 20
0
error con install_github() del paquete devtools
Hola,
Puedes hacerlo sin devtools. Descargas el ZIP del repositorio, lo
descomprimes, instalas el paquete que hay en CRAN para tener todas las
dependencias instaladas y finalmente instalas el paquete en la versión
de GitHub.
tmp <- paste0(tempdir(), '/likert.zip')
download.file('https://github.com/jbryer/likert/archive/master.zip',
destfile=tmp,
2013 Dec 22
0
error con install_github() del paquete devtools
A mi no me dio problemas. Intenta instalar nuevamente RCurl.
> library(devtools)
> install_github('likert','jbryer')
Installing github repo likert/master from jbryer
Downloading likert.zip from
https://github.com/jbryer/likert/archive/master.zip
Installing package from /tmp/RtmpJuHsLY/likert.zip
arguments 'minimized' and 'invisible' are for Windows only
2014 Aug 19
3
Is using devtools::release no longer allowed?
I recently tried to submit a package to CRAN using the release
function in the devtools package and got the response:
> The policies asked you to use the webform: do so in future.
I think that the relevant line in the policies are:
> When submitting a package to CRAN you should use the submission form at
> http://CRAN.R-project.org/submit.html (and not send an email). You will be sent